Skip to content

Commit 30e2670

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent cc034fa commit 30e2670

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

commons-kernel/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>be.sddevelopment.commons</groupId>
77
<artifactId>code-utils</artifactId>
8-
<version>1.0.1</version>
8+
<version>1.0.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>commons-kernel</artifactId>

commons-testing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>be.sddevelopment.commons</groupId>
88
<artifactId>code-utils</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.2-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>commons-testing</artifactId>

commons/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>be.sddevelopment.commons</groupId>
77
<artifactId>code-utils</artifactId>
8-
<version>1.0.1</version>
8+
<version>1.0.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>commons</artifactId>

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>be.sddevelopment.commons</groupId>
66
<artifactId>code-utils</artifactId>
7-
<version>1.0.1</version>
7+
<version>1.0.2-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<description>
@@ -56,7 +56,7 @@
5656
<scm>
5757
<connection>scm:git:ssh://[email protected]/sddevelopment-be/coding-utils.git</connection>
5858
<url>${project.url}</url>
59-
<tag>code-utils-1.0.1</tag>
59+
<tag>HEAD</tag>
6060
</scm>
6161

6262

@@ -85,17 +85,17 @@
8585
<dependency>
8686
<groupId>be.sddevelopment.commons</groupId>
8787
<artifactId>commons</artifactId>
88-
<version>1.0.1</version>
88+
<version>1.0.2-SNAPSHOT</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>be.sddevelopment.commons</groupId>
9292
<artifactId>commons-kernel</artifactId>
93-
<version>1.0.1</version>
93+
<version>1.0.2-SNAPSHOT</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>be.sddevelopment.commons</groupId>
9797
<artifactId>commons-testing</artifactId>
98-
<version>1.0.1</version>
98+
<version>1.0.2-SNAPSHOT</version>
9999
</dependency>
100100

101101
<!-- BEGIN UTIL SCOPE -->

0 commit comments

Comments
 (0)