Skip to content

Commit 177f216

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 3bb0947 commit 177f216

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.21</version>
9+
<version>1.0.22-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.21</version>
9+
<version>1.0.22-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.21</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.21</version>
9+
<version>1.0.22-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -237,7 +237,7 @@
237237
<dependency>
238238
<groupId>com.github.bordertech.common</groupId>
239239
<artifactId>build-tools</artifactId>
240-
<version>1.0.21</version>
240+
<version>1.0.22-SNAPSHOT</version>
241241
</dependency>
242242
</dependencies>
243243
<executions>
@@ -288,7 +288,7 @@
288288
<dependency>
289289
<groupId>com.github.bordertech.common</groupId>
290290
<artifactId>build-tools</artifactId>
291-
<version>1.0.21</version>
291+
<version>1.0.22-SNAPSHOT</version>
292292
</dependency>
293293
</dependencies>
294294
<executions>
@@ -352,7 +352,7 @@
352352
<dependency>
353353
<groupId>com.github.bordertech.common</groupId>
354354
<artifactId>build-tools</artifactId>
355-
<version>1.0.21</version>
355+
<version>1.0.22-SNAPSHOT</version>
356356
</dependency>
357357
</dependencies>
358358
</plugin>

0 commit comments

Comments
 (0)