Skip to content

Commit 2eb76e4

Browse files
committed
[maven-release-plugin] prepare release clustermate-parent-0.9.24
1 parent 7c84bbb commit 2eb76e4

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

clustermate-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.clustermate</groupId>
55
<artifactId>clustermate-parent</artifactId>
6-
<version>0.9.24-SNAPSHOT</version>
6+
<version>0.9.24</version>
77
</parent>
88
<artifactId>clustermate-api</artifactId>
99
<name>ClusterMate-API</name>

clustermate-client-ahc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.clustermate</groupId>
55
<artifactId>clustermate-parent</artifactId>
6-
<version>0.9.24-SNAPSHOT</version>
6+
<version>0.9.24</version>
77
</parent>
88
<artifactId>clustermate-client-ahc</artifactId>
99
<name>ClusterMate-client-AHC</name>

clustermate-client-jdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.clustermate</groupId>
55
<artifactId>clustermate-parent</artifactId>
6-
<version>0.9.24-SNAPSHOT</version>
6+
<version>0.9.24</version>
77
</parent>
88
<artifactId>clustermate-client-jdk</artifactId>
99
<name>ClusterMate-client-JDK</name>

clustermate-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.clustermate</groupId>
55
<artifactId>clustermate-parent</artifactId>
6-
<version>0.9.24-SNAPSHOT</version>
6+
<version>0.9.24</version>
77
</parent>
88
<artifactId>clustermate-client</artifactId>
99
<name>ClusterMate-client</name>

clustermate-dropwizard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.clustermate</groupId>
55
<artifactId>clustermate-parent</artifactId>
6-
<version>0.9.24-SNAPSHOT</version>
6+
<version>0.9.24</version>
77
</parent>
88
<artifactId>clustermate-dropwizard</artifactId>
99
<name>ClusterMate-DropWizard</name>

clustermate-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.clustermate</groupId>
55
<artifactId>clustermate-parent</artifactId>
6-
<version>0.9.24-SNAPSHOT</version>
6+
<version>0.9.24</version>
77
</parent>
88
<artifactId>clustermate-json</artifactId>
99
<name>ClusterMate-json</name>

clustermate-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.clustermate</groupId>
55
<artifactId>clustermate-parent</artifactId>
6-
<version>0.9.24-SNAPSHOT</version>
6+
<version>0.9.24</version>
77
</parent>
88
<artifactId>clustermate-service</artifactId>
99
<name>ClusterMate-service</name>

clustermate-servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.clustermate</groupId>
55
<artifactId>clustermate-parent</artifactId>
6-
<version>0.9.24-SNAPSHOT</version>
6+
<version>0.9.24</version>
77
</parent>
88
<artifactId>clustermate-servlet</artifactId>
99
<name>ClusterMate-servlet</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>com.fasterxml.clustermate</groupId>
99
<artifactId>clustermate-parent</artifactId>
1010
<name>ClusterMate-parent</name>
11-
<version>0.9.24-SNAPSHOT</version>
11+
<version>0.9.24</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for shared settings for project sub-modules
1414
</description>

0 commit comments

Comments
 (0)