Skip to content

Commit dfffd30

Browse files
[maven-release-plugin] prepare release bordertech-parent-1.0.5
1 parent 5cf623a commit dfffd30

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

1212
<artifactId>qa-parent</artifactId>
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.github.bordertech.common</groupId>
5858
<artifactId>build-tools</artifactId>
59-
<version>1.0.5-SNAPSHOT</version>
59+
<version>1.0.5</version>
6060
</dependency>
6161
</dependencies>
6262
<executions>
@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>com.github.bordertech.common</groupId>
110110
<artifactId>build-tools</artifactId>
111-
<version>1.0.5-SNAPSHOT</version>
111+
<version>1.0.5</version>
112112
</dependency>
113113
</dependencies>
114114
<executions>

0 commit comments

Comments
 (0)