Skip to content

Commit f73a9b7

Browse files
authored
Merge pull request #16 from BorderTech/release-1.0.6
Release 1.0.6
2 parents 6ab2f5c + 2a3663b commit f73a9b7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.6-SNAPSHOT</version>
9+
<version>1.0.7-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>build-tools</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
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.6-SNAPSHOT</version>
9+
<version>1.0.7-SNAPSHOT</version>
1010

1111
<packaging>pom</packaging>
1212

qa-parent/pom.xml

Lines changed: 3 additions & 3 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.6-SNAPSHOT</version>
9+
<version>1.0.7-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>qa-parent</artifactId>
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>com.github.bordertech.common</groupId>
9393
<artifactId>build-tools</artifactId>
94-
<version>1.0.6-SNAPSHOT</version>
94+
<version>1.0.7-SNAPSHOT</version>
9595
</dependency>
9696
</dependencies>
9797
<executions>
@@ -143,7 +143,7 @@
143143
<dependency>
144144
<groupId>com.github.bordertech.common</groupId>
145145
<artifactId>build-tools</artifactId>
146-
<version>1.0.6-SNAPSHOT</version>
146+
<version>1.0.7-SNAPSHOT</version>
147147
</dependency>
148148
</dependencies>
149149
<executions>

0 commit comments

Comments
 (0)