Skip to content

Commit 80af2c0

Browse files
committed
[maven-release-plugin] prepare release 0.9.3
1 parent 6ddb654 commit 80af2c0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

common/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.jgroups.kubernetes</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.9.2-SNAPSHOT</version>
7+
<version>0.9.3</version>
88
</parent>
99

1010
<artifactId>common</artifactId>

dns/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.jgroups.kubernetes</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.9.2-SNAPSHOT</version>
7+
<version>0.9.3</version>
88
</parent>
99

1010
<artifactId>dns</artifactId>

kube/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.jgroups.kubernetes</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.9.2-SNAPSHOT</version>
7+
<version>0.9.3</version>
88
</parent>
99

1010
<artifactId>kubernetes</artifactId>

pom.xml

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

3232
<groupId>org.jgroups.kubernetes</groupId>
3333
<artifactId>parent</artifactId>
34-
<version>0.9.2-SNAPSHOT</version>
34+
<version>0.9.3</version>
3535
<packaging>pom</packaging>
3636

3737
<name>Kubernetes PING - Parent</name>
@@ -54,7 +54,7 @@
5454
<connection>scm:git:[email protected]:jgroups-extras/jgroups-kubernetes.git</connection>
5555
<developerConnection>scm:git:[email protected]:jgroups-extras/jgroups-kubernetes.git</developerConnection>
5656
<url>https://github.com/jgroups-extras/jgroups-kubernetes</url>
57-
<tag>0.9.2</tag>
57+
<tag>0.9.3</tag>
5858
</scm>
5959

6060
<properties>

0 commit comments

Comments
 (0)