Skip to content

Commit 0042667

Browse files
author
Mark Reeves
committed
[maven-release-plugin] prepare release bordertech-parent-1.0.12
1 parent 469aa52 commit 0042667

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.12-SNAPSHOT</version>
9+
<version>1.0.12</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.12-SNAPSHOT</version>
9+
<version>1.0.12</version>
1010

1111
<packaging>pom</packaging>
1212

@@ -56,7 +56,7 @@
5656
<url>https://github.com/bordertech/java-common</url>
5757
<connection>scm:git:https://github.com/bordertech/java-common.git</connection>
5858
<developerConnection>scm:git:https://github.com/bordertech/java-common.git</developerConnection>
59-
<tag>java-common-1.0.0</tag>
59+
<tag>bordertech-parent-1.0.12</tag>
6060
</scm>
6161

6262
<!--

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

@@ -131,7 +131,7 @@
131131
<dependency>
132132
<groupId>com.github.bordertech.common</groupId>
133133
<artifactId>build-tools</artifactId>
134-
<version>1.0.12-SNAPSHOT</version>
134+
<version>1.0.12</version>
135135
</dependency>
136136
</dependencies>
137137
<executions>
@@ -189,7 +189,7 @@
189189
<dependency>
190190
<groupId>com.github.bordertech.common</groupId>
191191
<artifactId>build-tools</artifactId>
192-
<version>1.0.12-SNAPSHOT</version>
192+
<version>1.0.12</version>
193193
</dependency>
194194
</dependencies>
195195
<executions>
@@ -262,7 +262,7 @@
262262
<dependency>
263263
<groupId>com.github.bordertech.common</groupId>
264264
<artifactId>build-tools</artifactId>
265-
<version>1.0.12-SNAPSHOT</version>
265+
<version>1.0.12</version>
266266
</dependency>
267267
</dependencies>
268268
</plugin>

0 commit comments

Comments
 (0)