Skip to content

Commit 9d94994

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 7683b00 commit 9d94994

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.cosium.web_native_messaging_host</groupId>
77
<artifactId>web-native-messaging-host-parent</artifactId>
8-
<version>2.3</version>
8+
<version>2.4-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>web-native-messaging-host</artifactId>

e2e-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.cosium.web_native_messaging_host</groupId>
77
<artifactId>web-native-messaging-host-parent</artifactId>
8-
<version>2.3</version>
8+
<version>2.4-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>e2e-tests</artifactId>

pom.xml

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

99
<groupId>com.cosium.web_native_messaging_host</groupId>
1010
<artifactId>web-native-messaging-host-parent</artifactId>
11-
<version>2.3</version>
11+
<version>2.4-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313

1414
<modules>
@@ -221,7 +221,7 @@
221221
<connection>scm:git:https://github.com/Cosium/web-native-messaging-host</connection>
222222
<developerConnection>scm:git:https://github.com/Cosium/web-native-messaging-host</developerConnection>
223223
<url>https://github.com/Cosium/web-native-messaging-host</url>
224-
<tag>2.3</tag>
224+
<tag>HEAD</tag>
225225
</scm>
226226

227227
<organization>

test-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.cosium.web_native_messaging_host</groupId>
77
<artifactId>web-native-messaging-host-parent</artifactId>
8-
<version>2.3</version>
8+
<version>2.4-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>test-app</artifactId>

0 commit comments

Comments
 (0)