Skip to content

Commit 6b2dcd3

Browse files
[maven-release-plugin] prepare release bordertech-parent-1.0.10
1 parent d3a620e commit 6b2dcd3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.10-SNAPSHOT</version>
9+
<version>1.0.10</version>
1010
</parent>
1111

1212
<artifactId>build-tools</artifactId>

pom.xml

Lines changed: 3 additions & 3 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.10-SNAPSHOT</version>
9+
<version>1.0.10</version>
1010

1111
<packaging>pom</packaging>
1212

@@ -56,7 +56,7 @@
5656
<url>https://github.com/bordertech/java-common</url>
5757
<connection>scm:git:https://github.com/bordertech/java-common.git</connection>
5858
<developerConnection>scm:git:https://github.com/bordertech/java-common.git</developerConnection>
59-
<tag>java-common-1.0.0</tag>
59+
<tag>bordertech-parent-1.0.10</tag>
6060
</scm>
6161

6262
<!--
@@ -198,7 +198,7 @@
198198
<requirePropertyDiverges>
199199
<property>project.description</property>
200200
</requirePropertyDiverges>
201-
<dependencyConvergence/>
201+
<dependencyConvergence />
202202
</rules>
203203
<fail>${bt.fail.enforcer}</fail>
204204
</configuration>

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.10-SNAPSHOT</version>
9+
<version>1.0.10</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.10-SNAPSHOT</version>
129+
<version>1.0.10</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.10-SNAPSHOT</version>
187+
<version>1.0.10</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.10-SNAPSHOT</version>
260+
<version>1.0.10</version>
261261
</dependency>
262262
</dependencies>
263263
</plugin>

0 commit comments

Comments
 (0)