We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16100e commit a5c656cCopy full SHA for a5c656c
pom.xml
@@ -4,7 +4,7 @@
4
<artifactId>jgroups-raft</artifactId>
5
<packaging>jar</packaging>
6
<name>jgroups-raft</name>
7
- <version>1.1.1.Final-SNAPSHOT</version>
+ <version>1.1.1.Final</version>
8
<url>https://github.com/jgroups-extras/jgroups-raft</url>
9
<description>JGroups RAFT implementation</description>
10
@@ -111,7 +111,7 @@
111
<connection>scm:git:git://github.com/jgroups-extras/jgroups-raft.git</connection>
112
<developerConnection>scm:git:ssh://[email protected]/jgroups-extras/jgroups-raft.git</developerConnection>
113
114
- <tag>HEAD</tag>
+ <tag>jgroups-raft-1.1.1.Final</tag>
115
</scm>
116
117
<issueManagement>
0 commit comments