Skip to content

Commit 87a77e2

Browse files
[maven-release-plugin] prepare release bordertech-parent-1.0.18
1 parent 5619db1 commit 87a77e2

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

@@ -224,7 +224,7 @@
224224
<dependency>
225225
<groupId>com.github.bordertech.common</groupId>
226226
<artifactId>build-tools</artifactId>
227-
<version>1.0.18-SNAPSHOT</version>
227+
<version>1.0.18</version>
228228
</dependency>
229229
</dependencies>
230230
<executions>
@@ -275,7 +275,7 @@
275275
<dependency>
276276
<groupId>com.github.bordertech.common</groupId>
277277
<artifactId>build-tools</artifactId>
278-
<version>1.0.18-SNAPSHOT</version>
278+
<version>1.0.18</version>
279279
</dependency>
280280
</dependencies>
281281
<executions>
@@ -339,7 +339,7 @@
339339
<dependency>
340340
<groupId>com.github.bordertech.common</groupId>
341341
<artifactId>build-tools</artifactId>
342-
<version>1.0.18-SNAPSHOT</version>
342+
<version>1.0.18</version>
343343
</dependency>
344344
</dependencies>
345345
</plugin>

0 commit comments

Comments
 (0)