Skip to content

Commit d6e0775

Browse files
committed
[maven-release-plugin] prepare release jgroups-raft-1.0.14.Final
1 parent fc41474 commit d6e0775

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>jgroups-raft</artifactId>
55
<packaging>jar</packaging>
66
<name>jgroups-raft</name>
7-
<version>1.0.14.Final-SNAPSHOT</version>
7+
<version>1.0.14.Final</version>
88
<url>https://github.com/jgroups-extras/jgroups-raft</url>
99
<description>JGroups RAFT implementation</description>
1010

@@ -112,7 +112,7 @@
112112
<connection>scm:git:git://github.com/jgroups-extras/jgroups-raft.git</connection>
113113
<developerConnection>scm:git:ssh://[email protected]/jgroups-extras/jgroups-raft.git</developerConnection>
114114
<url>https://github.com/jgroups-extras/jgroups-raft</url>
115-
<tag>HEAD</tag>
115+
<tag>jgroups-raft-1.0.14.Final</tag>
116116
</scm>
117117

118118
<issueManagement>
@@ -367,7 +367,7 @@
367367
<executable>java</executable>
368368
<arguments>
369369
<argument>-classpath</argument>
370-
<classpath/>
370+
<classpath />
371371
<argument>org.jgroups.util.XMLSchemaGenerator</argument>
372372
<argument>-o</argument>
373373
<argument>${project.build.directory}/schema</argument>
@@ -606,7 +606,7 @@
606606
<executable>java</executable>
607607
<arguments>
608608
<argument>-classpath</argument>
609-
<classpath/>
609+
<classpath />
610610
<argument>org.jgroups.raft.util.PropsToAsciidoc</argument>
611611
<argument>${basedir}/doc/manual/protocols-template.adoc</argument>
612612
</arguments>

0 commit comments

Comments
 (0)