Skip to content

Commit 5f7f0ce

Browse files
[maven-release-plugin] prepare release bordertech-parent-1.0.11
1 parent e31cbcf commit 5f7f0ce

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

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.11-SNAPSHOT</version>
9+
<version>1.0.11</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.11</tag>
6060
</scm>
6161

6262
<!--

qa-parent/pom.xml

Lines changed: 5 additions & 5 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.11-SNAPSHOT</version>
9+
<version>1.0.11</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -46,7 +46,7 @@
4646
<!-- If true, override min cvss and fail on any vulnerability. -->
4747
<bt.owasp.fail.any>false</bt.owasp.fail.any>
4848
<!-- If set, owasp uses the proxy id in maven settings to download its db. -->
49-
<bt.owasp.proxy.id/>
49+
<bt.owasp.proxy.id />
5050
</properties>
5151

5252
<description>
@@ -131,7 +131,7 @@
131131
<dependency>
132132
<groupId>com.github.bordertech.common</groupId>
133133
<artifactId>build-tools</artifactId>
134-
<version>1.0.11-SNAPSHOT</version>
134+
<version>1.0.11</version>
135135
</dependency>
136136
</dependencies>
137137
<executions>
@@ -189,7 +189,7 @@
189189
<dependency>
190190
<groupId>com.github.bordertech.common</groupId>
191191
<artifactId>build-tools</artifactId>
192-
<version>1.0.11-SNAPSHOT</version>
192+
<version>1.0.11</version>
193193
</dependency>
194194
</dependencies>
195195
<executions>
@@ -262,7 +262,7 @@
262262
<dependency>
263263
<groupId>com.github.bordertech.common</groupId>
264264
<artifactId>build-tools</artifactId>
265-
<version>1.0.11-SNAPSHOT</version>
265+
<version>1.0.11</version>
266266
</dependency>
267267
</dependencies>
268268
</plugin>

0 commit comments

Comments
 (0)