Skip to content

Commit 0af9f69

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 1938ff4 commit 0af9f69

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

nats-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fizzed</groupId>
1010
<artifactId>nats-plus</artifactId>
11-
<version>0.0.4</version>
11+
<version>0.0.5-SNAPSHOT</version>
1212
</parent>
1313

1414
<dependencyManagement>

nats-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fizzed</groupId>
1010
<artifactId>nats-plus</artifactId>
11-
<version>0.0.4</version>
11+
<version>0.0.5-SNAPSHOT</version>
1212
</parent>
1313

1414
<properties>

nats-ninja-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fizzed</groupId>
1010
<artifactId>nats-plus</artifactId>
11-
<version>0.0.4</version>
11+
<version>0.0.5-SNAPSHOT</version>
1212
</parent>
1313

1414
<properties>

nats-ninja-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fizzed</groupId>
1010
<artifactId>nats-plus</artifactId>
11-
<version>0.0.4</version>
11+
<version>0.0.5-SNAPSHOT</version>
1212
</parent>
1313

1414
<properties>

pom.xml

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

33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>nats-plus</artifactId>
5-
<version>0.0.4</version>
5+
<version>0.0.5-SNAPSHOT</version>
66
<name>nats-plus</name>
77
<packaging>pom</packaging>
88

@@ -15,7 +15,7 @@
1515
<scm>
1616
<url>https://github.com/fizzed/nats-plus</url>
1717
<connection>scm:git:git@github.com:fizzed/nats-plus.git</connection>
18-
<tag>v0.0.4</tag>
18+
<tag>HEAD</tag>
1919
</scm>
2020

2121
<properties>

0 commit comments

Comments
 (0)