Skip to content

Commit 6fd25d5

Browse files
[maven-release-plugin] prepare release bordertech-parent-1.0.15
1 parent c3794bd commit 6fd25d5

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

@@ -146,7 +146,7 @@
146146
<dependency>
147147
<groupId>com.github.bordertech.common</groupId>
148148
<artifactId>build-tools</artifactId>
149-
<version>1.0.15-SNAPSHOT</version>
149+
<version>1.0.15</version>
150150
</dependency>
151151
</dependencies>
152152
<executions>
@@ -199,7 +199,7 @@
199199
<dependency>
200200
<groupId>com.github.bordertech.common</groupId>
201201
<artifactId>build-tools</artifactId>
202-
<version>1.0.15-SNAPSHOT</version>
202+
<version>1.0.15</version>
203203
</dependency>
204204
</dependencies>
205205
<executions>
@@ -266,7 +266,7 @@
266266
<dependency>
267267
<groupId>com.github.bordertech.common</groupId>
268268
<artifactId>build-tools</artifactId>
269-
<version>1.0.15-SNAPSHOT</version>
269+
<version>1.0.15</version>
270270
</dependency>
271271
</dependencies>
272272
</plugin>

0 commit comments

Comments
 (0)