Skip to content

Commit

Permalink
[maven-release-plugin] prepare release bordertech-parent-1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Reeves committed Feb 26, 2019
1 parent 469aa52 commit 0042667
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.12-SNAPSHOT</version>
<version>1.0.12</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.12-SNAPSHOT</version>
<version>1.0.12</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.12</tag>
</scm>

<!--
Expand Down
8 changes: 4 additions & 4 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.12-SNAPSHOT</version>
<version>1.0.12</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -131,7 +131,7 @@
<dependency>
<groupId>com.github.bordertech.common</groupId>
<artifactId>build-tools</artifactId>
<version>1.0.12-SNAPSHOT</version>
<version>1.0.12</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.12-SNAPSHOT</version>
<version>1.0.12</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.12-SNAPSHOT</version>
<version>1.0.12</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 0042667

Please sign in to comment.