Skip to content

Commit 0954c73

Browse files
author
Mark Reeves
committed
[maven-release-plugin] prepare release bordertech-parent-1.0.6
1 parent 6ab2f5c commit 0954c73

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build-tools/pom.xml

+1-1
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.6-SNAPSHOT</version>
9+
<version>1.0.6</version>
1010
</parent>
1111

1212
<artifactId>build-tools</artifactId>

pom.xml

+2-2
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.6-SNAPSHOT</version>
9+
<version>1.0.6</version>
1010

1111
<packaging>pom</packaging>
1212

@@ -57,7 +57,7 @@
5757
<url>https://github.com/bordertech/java-common</url>
5858
<connection>scm:git:https://github.com/bordertech/java-common.git</connection>
5959
<developerConnection>scm:git:https://github.com/bordertech/java-common.git</developerConnection>
60-
<tag>java-common-1.0.0</tag>
60+
<tag>bordertech-parent-1.0.6</tag>
6161
</scm>
6262

6363
<!--

qa-parent/pom.xml

+3-3
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.6-SNAPSHOT</version>
9+
<version>1.0.6</version>
1010
</parent>
1111

1212
<artifactId>qa-parent</artifactId>
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>com.github.bordertech.common</groupId>
9393
<artifactId>build-tools</artifactId>
94-
<version>1.0.6-SNAPSHOT</version>
94+
<version>1.0.6</version>
9595
</dependency>
9696
</dependencies>
9797
<executions>
@@ -143,7 +143,7 @@
143143
<dependency>
144144
<groupId>com.github.bordertech.common</groupId>
145145
<artifactId>build-tools</artifactId>
146-
<version>1.0.6-SNAPSHOT</version>
146+
<version>1.0.6</version>
147147
</dependency>
148148
</dependencies>
149149
<executions>

0 commit comments

Comments
 (0)