Skip to content

Commit

Permalink
[maven-release-plugin] prepare release bordertech-parent-1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanaustin committed Jan 14, 2019
1 parent d3a620e commit 6b2dcd3
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.10-SNAPSHOT</version>
<version>1.0.10</version>
</parent>

<artifactId>build-tools</artifactId>
Expand Down
6 changes: 3 additions & 3 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.10-SNAPSHOT</version>
<version>1.0.10</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.10</tag>
</scm>

<!--
Expand Down Expand Up @@ -198,7 +198,7 @@
<requirePropertyDiverges>
<property>project.description</property>
</requirePropertyDiverges>
<dependencyConvergence/>
<dependencyConvergence />
</rules>
<fail>${bt.fail.enforcer}</fail>
</configuration>
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.10-SNAPSHOT</version>
<version>1.0.10</version>
</parent>

<artifactId>qa-parent</artifactId>
Expand Down Expand Up @@ -126,7 +126,7 @@
<dependency>
<groupId>com.github.bordertech.common</groupId>
<artifactId>build-tools</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.10</version>
</dependency>
</dependencies>
<executions>
Expand Down Expand Up @@ -184,7 +184,7 @@
<dependency>
<groupId>com.github.bordertech.common</groupId>
<artifactId>build-tools</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.10</version>
</dependency>
</dependencies>
<executions>
Expand Down Expand Up @@ -257,7 +257,7 @@
<dependency>
<groupId>com.github.bordertech.common</groupId>
<artifactId>build-tools</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.10</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 6b2dcd3

Please sign in to comment.