Skip to content

Commit 32a6eaf

Browse files
author
Mark Reeves
committed
[maven-release-plugin] prepare release bordertech-parent-1.0.7
1 parent 072051b commit 32a6eaf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.7-SNAPSHOT</version>
9+
<version>1.0.7</version>
1010
</parent>
1111

1212
<artifactId>build-tools</artifactId>

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

1111
<packaging>pom</packaging>
1212

@@ -57,7 +57,7 @@
5757
<url>https://github.com/bordertech/java-common</url>
5858
<connection>scm:git:https://github.com/bordertech/java-common.git</connection>
5959
<developerConnection>scm:git:https://github.com/bordertech/java-common.git</developerConnection>
60-
<tag>java-common-1.0.0</tag>
60+
<tag>bordertech-parent-1.0.7</tag>
6161
</scm>
6262

6363
<!--

qa-parent/pom.xml

+3-3
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.7-SNAPSHOT</version>
9+
<version>1.0.7</version>
1010
</parent>
1111

1212
<artifactId>qa-parent</artifactId>
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>com.github.bordertech.common</groupId>
7575
<artifactId>build-tools</artifactId>
76-
<version>1.0.7-SNAPSHOT</version>
76+
<version>1.0.7</version>
7777
</dependency>
7878
</dependencies>
7979
<executions>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>com.github.bordertech.common</groupId>
127127
<artifactId>build-tools</artifactId>
128-
<version>1.0.7-SNAPSHOT</version>
128+
<version>1.0.7</version>
129129
</dependency>
130130
</dependencies>
131131
<executions>

0 commit comments

Comments
 (0)