Skip to content

Commit d586c2a

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 49d898e commit d586c2a

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.8</version>
9+
<version>1.0.9-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>build-tools</artifactId>

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.8</version>
9+
<version>1.0.9-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.8</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.8</version>
9+
<version>1.0.9-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>qa-parent</artifactId>
@@ -129,7 +129,7 @@
129129
<dependency>
130130
<groupId>com.github.bordertech.common</groupId>
131131
<artifactId>build-tools</artifactId>
132-
<version>1.0.8</version>
132+
<version>1.0.9-SNAPSHOT</version>
133133
</dependency>
134134
</dependencies>
135135
<executions>
@@ -187,7 +187,7 @@
187187
<dependency>
188188
<groupId>com.github.bordertech.common</groupId>
189189
<artifactId>build-tools</artifactId>
190-
<version>1.0.8</version>
190+
<version>1.0.9-SNAPSHOT</version>
191191
</dependency>
192192
</dependencies>
193193
<executions>
@@ -260,7 +260,7 @@
260260
<dependency>
261261
<groupId>com.github.bordertech.common</groupId>
262262
<artifactId>build-tools</artifactId>
263-
<version>1.0.8</version>
263+
<version>1.0.9-SNAPSHOT</version>
264264
</dependency>
265265
</dependencies>
266266
</plugin>

0 commit comments

Comments
 (0)