Skip to content

Commit 2168ae1

Browse files
[maven-release-plugin] prepare release bordertech-parent-1.0.17
1 parent 6b46e25 commit 2168ae1

File tree

3 files changed

+7
-7
lines changed

3 files changed

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

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.17-SNAPSHOT</version>
9+
<version>1.0.17</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>java-common-1.0.0</tag>
58+
<tag>bordertech-parent-1.0.17</tag>
5959
</scm>
6060

6161
<!--

qa-parent/pom.xml

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

@@ -179,7 +179,7 @@
179179
<dependency>
180180
<groupId>com.github.bordertech.common</groupId>
181181
<artifactId>build-tools</artifactId>
182-
<version>1.0.17-SNAPSHOT</version>
182+
<version>1.0.17</version>
183183
</dependency>
184184
</dependencies>
185185
<executions>
@@ -229,7 +229,7 @@
229229
<dependency>
230230
<groupId>com.github.bordertech.common</groupId>
231231
<artifactId>build-tools</artifactId>
232-
<version>1.0.17-SNAPSHOT</version>
232+
<version>1.0.17</version>
233233
</dependency>
234234
</dependencies>
235235
<executions>
@@ -293,7 +293,7 @@
293293
<dependency>
294294
<groupId>com.github.bordertech.common</groupId>
295295
<artifactId>build-tools</artifactId>
296-
<version>1.0.17-SNAPSHOT</version>
296+
<version>1.0.17</version>
297297
</dependency>
298298
</dependencies>
299299
</plugin>

0 commit comments

Comments
 (0)