Skip to content

Commit 9b8858b

Browse files
[maven-release-plugin] prepare release bordertech-parent-1.0.9
1 parent c1ba76f commit 9b8858b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build-tools/pom.xml

Lines changed: 1 addition & 1 deletion
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.9-SNAPSHOT</version>
9+
<version>1.0.9</version>
1010
</parent>
1111

1212
<artifactId>build-tools</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
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.9-SNAPSHOT</version>
9+
<version>1.0.9</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.9</tag>
5959
</scm>
6060

6161
<!--

qa-parent/pom.xml

Lines changed: 4 additions & 4 deletions
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.9-SNAPSHOT</version>
9+
<version>1.0.9</version>
1010
</parent>
1111

1212
<artifactId>qa-parent</artifactId>
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>com.github.bordertech.common</groupId>
128128
<artifactId>build-tools</artifactId>
129-
<version>1.0.9-SNAPSHOT</version>
129+
<version>1.0.9</version>
130130
</dependency>
131131
</dependencies>
132132
<executions>
@@ -184,7 +184,7 @@
184184
<dependency>
185185
<groupId>com.github.bordertech.common</groupId>
186186
<artifactId>build-tools</artifactId>
187-
<version>1.0.9-SNAPSHOT</version>
187+
<version>1.0.9</version>
188188
</dependency>
189189
</dependencies>
190190
<executions>
@@ -257,7 +257,7 @@
257257
<dependency>
258258
<groupId>com.github.bordertech.common</groupId>
259259
<artifactId>build-tools</artifactId>
260-
<version>1.0.9-SNAPSHOT</version>
260+
<version>1.0.9</version>
261261
</dependency>
262262
</dependencies>
263263
</plugin>

0 commit comments

Comments
 (0)