Skip to content

Commit 08a06a7

Browse files
author
Nikita Koksharov
committed
[maven-release-plugin] prepare release redisson-3.16.1
1 parent 0ca0cf4 commit 08a06a7

File tree

36 files changed

+38
-38
lines changed

36 files changed

+38
-38
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.redisson</groupId>
55
<artifactId>redisson-parent</artifactId>
6-
<version>3.16.2-SNAPSHOT</version>
6+
<version>3.16.1</version>
77
<packaging>pom</packaging>
88

99
<name>Redisson</name>
@@ -29,7 +29,7 @@
2929
<url>scm:git:git@github.com:redisson/redisson.git</url>
3030
<connection>scm:git:git@github.com:redisson/redisson.git</connection>
3131
<developerConnection>scm:git:git@github.com:redisson/redisson.git</developerConnection>
32-
<tag>HEAD</tag>
32+
<tag>redisson-3.16.1</tag>
3333
</scm>
3434

3535
<licenses>

redisson-all/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.redisson</groupId>
66
<artifactId>redisson-parent</artifactId>
7-
<version>3.16.2-SNAPSHOT</version>
7+
<version>3.16.1</version>
88
<relativePath>../</relativePath>
99
</parent>
1010

@@ -26,7 +26,7 @@
2626
<url>scm:git:git@github.com:mrniko/redisson.git</url>
2727
<connection>scm:git:git@github.com:mrniko/redisson.git</connection>
2828
<developerConnection>scm:git:git@github.com:mrniko/redisson.git</developerConnection>
29-
<tag>redisson-parent-0.9.0</tag>
29+
<tag>redisson-3.16.1</tag>
3030
</scm>
3131

3232
<licenses>

redisson-helidon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.redisson</groupId>
66
<artifactId>redisson-parent</artifactId>
7-
<version>3.16.2-SNAPSHOT</version>
7+
<version>3.16.1</version>
88
<relativePath>../</relativePath>
99
</parent>
1010

redisson-hibernate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.redisson</groupId>
66
<artifactId>redisson-parent</artifactId>
7-
<version>3.16.2-SNAPSHOT</version>
7+
<version>3.16.1</version>
88
<relativePath>../</relativePath>
99
</parent>
1010

redisson-hibernate/redisson-hibernate-4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.redisson</groupId>
66
<artifactId>redisson-hibernate</artifactId>
7-
<version>3.16.2-SNAPSHOT</version>
7+
<version>3.16.1</version>
88
<relativePath>../</relativePath>
99
</parent>
1010

redisson-hibernate/redisson-hibernate-5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.redisson</groupId>
66
<artifactId>redisson-hibernate</artifactId>
7-
<version>3.16.2-SNAPSHOT</version>
7+
<version>3.16.1</version>
88
<relativePath>../</relativePath>
99
</parent>
1010

redisson-hibernate/redisson-hibernate-52/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.redisson</groupId>
66
<artifactId>redisson-hibernate</artifactId>
7-
<version>3.16.2-SNAPSHOT</version>
7+
<version>3.16.1</version>
88
<relativePath>../</relativePath>
99
</parent>
1010

redisson-hibernate/redisson-hibernate-53/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.redisson</groupId>
66
<artifactId>redisson-hibernate</artifactId>
7-
<version>3.16.2-SNAPSHOT</version>
7+
<version>3.16.1</version>
88
<relativePath>../</relativePath>
99
</parent>
1010

redisson-micronaut/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.redisson</groupId>
66
<artifactId>redisson-parent</artifactId>
7-
<version>3.16.2-SNAPSHOT</version>
7+
<version>3.16.1</version>
88
<relativePath>../</relativePath>
99
</parent>
1010

redisson-mybatis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.redisson</groupId>
66
<artifactId>redisson-parent</artifactId>
7-
<version>3.16.2-SNAPSHOT</version>
7+
<version>3.16.1</version>
88
<relativePath>../</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)