Skip to content

Commit 4164ecc

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent f7b4b09 commit 4164ecc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.bordertech.common</groupId>
88
<artifactId>bordertech-parent</artifactId>
9-
<version>1.0.20</version>
9+
<version>1.0.21-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

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

77
<groupId>com.github.bordertech.common</groupId>
88
<artifactId>bordertech-parent</artifactId>
9-
<version>1.0.20</version>
9+
<version>1.0.21-SNAPSHOT</version>
1010

1111
<packaging>pom</packaging>
1212

@@ -55,7 +55,7 @@
5555
<url>https://github.com/bordertech/java-common</url>
5656
<connection>scm:git:https://github.com/bordertech/java-common.git</connection>
5757
<developerConnection>scm:git:https://github.com/bordertech/java-common.git</developerConnection>
58-
<tag>bordertech-parent-1.0.20</tag>
58+
<tag>java-common-1.0.0</tag>
5959
</scm>
6060

6161
<!--

qa-parent/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.bordertech.common</groupId>
88
<artifactId>bordertech-parent</artifactId>
9-
<version>1.0.20</version>
9+
<version>1.0.21-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -236,7 +236,7 @@
236236
<dependency>
237237
<groupId>com.github.bordertech.common</groupId>
238238
<artifactId>build-tools</artifactId>
239-
<version>1.0.20</version>
239+
<version>1.0.21-SNAPSHOT</version>
240240
</dependency>
241241
</dependencies>
242242
<executions>
@@ -287,7 +287,7 @@
287287
<dependency>
288288
<groupId>com.github.bordertech.common</groupId>
289289
<artifactId>build-tools</artifactId>
290-
<version>1.0.20</version>
290+
<version>1.0.21-SNAPSHOT</version>
291291
</dependency>
292292
</dependencies>
293293
<executions>
@@ -351,7 +351,7 @@
351351
<dependency>
352352
<groupId>com.github.bordertech.common</groupId>
353353
<artifactId>build-tools</artifactId>
354-
<version>1.0.20</version>
354+
<version>1.0.21-SNAPSHOT</version>
355355
</dependency>
356356
</dependencies>
357357
</plugin>

0 commit comments

Comments
 (0)