Skip to content

Commit 472c059

Browse files
authored
Merge pull request #42 from BorderTech/release-1.0.12
Release 1.0.12
2 parents 469aa52 + e4f85b3 commit 472c059

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.12-SNAPSHOT</version>
9+
<version>1.0.13-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

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.12-SNAPSHOT</version>
9+
<version>1.0.13-SNAPSHOT</version>
1010

1111
<packaging>pom</packaging>
1212

qa-parent/pom.xml

Lines changed: 4 additions & 4 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.12-SNAPSHOT</version>
9+
<version>1.0.13-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -131,7 +131,7 @@
131131
<dependency>
132132
<groupId>com.github.bordertech.common</groupId>
133133
<artifactId>build-tools</artifactId>
134-
<version>1.0.12-SNAPSHOT</version>
134+
<version>1.0.13-SNAPSHOT</version>
135135
</dependency>
136136
</dependencies>
137137
<executions>
@@ -189,7 +189,7 @@
189189
<dependency>
190190
<groupId>com.github.bordertech.common</groupId>
191191
<artifactId>build-tools</artifactId>
192-
<version>1.0.12-SNAPSHOT</version>
192+
<version>1.0.13-SNAPSHOT</version>
193193
</dependency>
194194
</dependencies>
195195
<executions>
@@ -262,7 +262,7 @@
262262
<dependency>
263263
<groupId>com.github.bordertech.common</groupId>
264264
<artifactId>build-tools</artifactId>
265-
<version>1.0.12-SNAPSHOT</version>
265+
<version>1.0.13-SNAPSHOT</version>
266266
</dependency>
267267
</dependencies>
268268
</plugin>

0 commit comments

Comments
 (0)