|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
<groupId>org.redisson</groupId>
|
|
|
|
|
<artifactId>redisson-parent</artifactId>
|
|
|
|
|
<version>3.24.4-SNAPSHOT</version>
|
|
|
|
|
<version>3.25.0</version>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
|
|
<name>Redisson</name>
|
|
|
|
@ -22,14 +22,14 @@
|
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
|
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
|
|
|
<argLine></argLine>
|
|
|
|
|
<argLine />
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
|
<url>scm:git:git@github.com:redisson/redisson.git</url>
|
|
|
|
|
<connection>scm:git:git@github.com:redisson/redisson.git</connection>
|
|
|
|
|
<developerConnection>scm:git:git@github.com:redisson/redisson.git</developerConnection>
|
|
|
|
|
<tag>HEAD</tag>
|
|
|
|
|
<tag>redisson-3.25.0</tag>
|
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
|