|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.redisson</groupId>
|
|
|
|
|
<artifactId>redisson-parent</artifactId>
|
|
|
|
|
<version>2.3.0-SNAPSHOT</version>
|
|
|
|
|
<version>2.3.0</version>
|
|
|
|
|
<relativePath>../</relativePath>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
@ -26,7 +26,7 @@
|
|
|
|
|
<url>scm:git:git@github.com:mrniko/redisson.git</url>
|
|
|
|
|
<connection>scm:git:git@github.com:mrniko/redisson.git</connection>
|
|
|
|
|
<developerConnection>scm:git:git@github.com:mrniko/redisson.git</developerConnection>
|
|
|
|
|
<tag>HEAD</tag>
|
|
|
|
|
<tag>redisson-parent-2.3.0</tag>
|
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
|
|
<prerequisites>
|
|
|
|
|