Skip to content
This repository was archived by the owner on Jul 11, 2018. It is now read-only.

Commit 6bc78cb

Browse files
author
Peter Fichtner (pfichtner)
committed
[maven-release-plugin] prepare for next development iteration
1 parent a1d11f0 commit 6bc78cb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

cmdline/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.pfichtner.revoltusbautomationjava</groupId>
55
<artifactId>parent</artifactId>
6-
<version>0.0.1</version>
6+
<version>0.0.2-SNAPSHOT</version>
77
</parent>
88
<artifactId>cmdline</artifactId>
99

@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>com.github.pfichtner.revoltusbautomationjava</groupId>
4242
<artifactId>library</artifactId>
43-
<version>0.0.1</version>
43+
<version>0.0.2-SNAPSHOT</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>args4j</groupId>

library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.pfichtner.revoltusbautomationjava</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.0.1</version>
7+
<version>0.0.2-SNAPSHOT</version>
88
</parent>
99

1010
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.github.pfichtner.revoltusbautomationjava</groupId>
44
<artifactId>parent</artifactId>
5-
<version>0.0.1</version>
5+
<version>0.0.2-SNAPSHOT</version>
66
<packaging>pom</packaging>
77

88

swingui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.pfichtner.revoltusbautomationjava</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.0.1</version>
7+
<version>0.0.2-SNAPSHOT</version>
88
</parent>
99

1010
<build>
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>com.github.pfichtner.revoltusbautomationjava</groupId>
4242
<artifactId>library</artifactId>
43-
<version>0.0.1</version>
43+
<version>0.0.2-SNAPSHOT</version>
4444
</dependency>
4545
</dependencies>
4646

0 commit comments

Comments
 (0)