Skip to content

Commit 2b446ec

Browse files
Merge pull request #73 from BorderTech/release-1.0.17
Release 1.0.17
2 parents 6b46e25 + 6cf8ade commit 2b446ec

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Change log
22

33
## Release in-progress
4-
* Update plugin versions
4+
5+
## 1.0.17
6+
* Update plugins to latest version
57

68
## 1.0.16
79
* Add quick-build profile that skips tests and QA checks #63

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Projects should generally use qa-parent as their parent POM:
3737
<parent>
3838
<groupId>com.github.bordertech.common</groupId>
3939
<artifactId>qa-parent</artifactId>
40-
<version>1.0.16</version>
40+
<version>1.0.17</version>
4141
</parent>
4242
....
4343
</project>

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

@@ -179,7 +179,7 @@
179179
<dependency>
180180
<groupId>com.github.bordertech.common</groupId>
181181
<artifactId>build-tools</artifactId>
182-
<version>1.0.17-SNAPSHOT</version>
182+
<version>1.0.18-SNAPSHOT</version>
183183
</dependency>
184184
</dependencies>
185185
<executions>
@@ -229,7 +229,7 @@
229229
<dependency>
230230
<groupId>com.github.bordertech.common</groupId>
231231
<artifactId>build-tools</artifactId>
232-
<version>1.0.17-SNAPSHOT</version>
232+
<version>1.0.18-SNAPSHOT</version>
233233
</dependency>
234234
</dependencies>
235235
<executions>
@@ -293,7 +293,7 @@
293293
<dependency>
294294
<groupId>com.github.bordertech.common</groupId>
295295
<artifactId>build-tools</artifactId>
296-
<version>1.0.17-SNAPSHOT</version>
296+
<version>1.0.18-SNAPSHOT</version>
297297
</dependency>
298298
</dependencies>
299299
</plugin>

0 commit comments

Comments
 (0)