Skip to content

Commit da56214

Browse files
authored
Merge pull request #23 from BorderTech/release-1.0.7
Release 1.0.7
2 parents 072051b + 743e483 commit da56214

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

1212
<artifactId>qa-parent</artifactId>
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>com.github.bordertech.common</groupId>
7575
<artifactId>build-tools</artifactId>
76-
<version>1.0.7-SNAPSHOT</version>
76+
<version>1.0.8-SNAPSHOT</version>
7777
</dependency>
7878
</dependencies>
7979
<executions>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>com.github.bordertech.common</groupId>
127127
<artifactId>build-tools</artifactId>
128-
<version>1.0.7-SNAPSHOT</version>
128+
<version>1.0.8-SNAPSHOT</version>
129129
</dependency>
130130
</dependencies>
131131
<executions>

0 commit comments

Comments
 (0)