Skip to content

Commit 54d65b4

Browse files
committed
[maven-release-plugin] prepare release comms-router-0.9.3
1 parent 32229c5 commit 54d65b4

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.softavail.comms-router</groupId>
2222
<artifactId>comms-router-master</artifactId>
23-
<version>0.9.3-SNAPSHOT</version>
23+
<version>0.9.3</version>
2424
</parent>
2525

2626
<artifactId>comms-router-client</artifactId>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.softavail.comms-router</groupId>
2222
<artifactId>comms-router-master</artifactId>
23-
<version>0.9.3-SNAPSHOT</version>
23+
<version>0.9.3</version>
2424
</parent>
2525

2626
<artifactId>comms-router-common</artifactId>

core-interface/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.softavail.comms-router</groupId>
2222
<artifactId>comms-router-master</artifactId>
23-
<version>0.9.3-SNAPSHOT</version>
23+
<version>0.9.3</version>
2424
</parent>
2525

2626
<artifactId>comms-router-core-interface</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>comms-router-master</artifactId>
2222
<groupId>com.softavail.comms-router</groupId>
23-
<version>0.9.3-SNAPSHOT</version>
23+
<version>0.9.3</version>
2424
</parent>
2525

2626
<artifactId>comms-router-core</artifactId>

db-migrations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>comms-router-master</artifactId>
2222
<groupId>com.softavail.comms-router</groupId>
23-
<version>0.9.3-SNAPSHOT</version>
23+
<version>0.9.3</version>
2424
</parent>
2525

2626
<artifactId>comms-router-db-migrations</artifactId>

demo-application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>comms-router-master</artifactId>
77
<groupId>com.softavail.comms-router</groupId>
8-
<version>0.9.3-SNAPSHOT</version>
8+
<version>0.9.3</version>
99
</parent>
1010

1111
<artifactId>demo-application</artifactId>

pom.xml

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

2020
<groupId>com.softavail.comms-router</groupId>
2121
<artifactId>comms-router-master</artifactId>
22-
<version>0.9.3-SNAPSHOT</version>
22+
<version>0.9.3</version>
2323
<packaging>pom</packaging>
2424

2525
<name>Comms Router</name>
@@ -42,7 +42,7 @@
4242
<scm>
4343
<connection>scm:git:https://github.com/Nexmo/comms-router.git</connection>
4444
<developerConnection>scm:git:https://github.com/Nexmo/comms-router.git</developerConnection>
45-
<tag>HEAD</tag>
45+
<tag>comms-router-0.9.3</tag>
4646
</scm>
4747

4848
<modules>

test/api-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>comms-router-master</artifactId>
66
<groupId>com.softavail.comms-router</groupId>
7-
<version>0.9.3-SNAPSHOT</version>
7+
<version>0.9.3</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>comms-router-master</artifactId>
2222
<groupId>com.softavail.comms-router</groupId>
23-
<version>0.9.3-SNAPSHOT</version>
23+
<version>0.9.3</version>
2424
</parent>
2525

2626
<name>Comms Router Web</name>

0 commit comments

Comments
 (0)