We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f493b49 commit 5489844Copy full SHA for 5489844
pom.xml
@@ -4,7 +4,7 @@
4
<artifactId>jgroups</artifactId>
5
<packaging>jar</packaging>
6
<name>JGroups</name>
7
- <version>5.3.13.Final-SNAPSHOT</version>
+ <version>5.3.13.Final</version>
8
<description>Reliable cluster communication toolkit</description>
9
<url>http://www.jgroups.org</url>
10
@@ -46,7 +46,7 @@
46
<connection>scm:git:git://github.com/belaban/JGroups.git</connection>
47
<developerConnection>scm:git:ssh://[email protected]/belaban/JGroups.git</developerConnection>
48
<url>https://github.com/belaban/JGroups</url>
49
- <tag>HEAD</tag>
+ <tag>jgroups-5.3.13.Final</tag>
50
</scm>
51
52
<issueManagement>
0 commit comments