Skip to content

Commit

Permalink
[maven-release-plugin] prepare release bordertech-parent-1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanaustin committed Jan 21, 2019
1 parent e31cbcf commit 5f7f0ce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.bordertech.common</groupId>
<artifactId>bordertech-parent</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.bordertech.common</groupId>
<artifactId>bordertech-parent</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -56,7 +56,7 @@
<url>https://github.com/bordertech/java-common</url>
<connection>scm:git:https://github.com/bordertech/java-common.git</connection>
<developerConnection>scm:git:https://github.com/bordertech/java-common.git</developerConnection>
<tag>java-common-1.0.0</tag>
<tag>bordertech-parent-1.0.11</tag>
</scm>

<!--
Expand Down
10 changes: 5 additions & 5 deletions qa-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.bordertech.common</groupId>
<artifactId>bordertech-parent</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<description>
Expand Down Expand Up @@ -131,7 +131,7 @@
<dependency>
<groupId>com.github.bordertech.common</groupId>
<artifactId>build-tools</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
</dependencies>
<executions>
Expand Down Expand Up @@ -189,7 +189,7 @@
<dependency>
<groupId>com.github.bordertech.common</groupId>
<artifactId>build-tools</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
</dependencies>
<executions>
Expand Down Expand Up @@ -262,7 +262,7 @@
<dependency>
<groupId>com.github.bordertech.common</groupId>
<artifactId>build-tools</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 5f7f0ce

Please sign in to comment.