Skip to content

Commit 64ac864

Browse files
Merge pull request #69 from BorderTech/release-1.0.16
Release 1.0.16
2 parents b36eadd + 659ea48 commit 64ac864

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change log
22

33
## Release in-progress
4+
5+
## 1.0.16
46
* Add quick-build profile that skips tests and QA checks #63
57
* Change OWASP checker to fail on Critical (Level 9-10) issues and check for updates every 12 hours #60
68
* Update dependencies and plugin versions.

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.16-SNAPSHOT</version>
9+
<version>1.0.17-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.16-SNAPSHOT</version>
9+
<version>1.0.17-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.16-SNAPSHOT</version>
9+
<version>1.0.17-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.16-SNAPSHOT</version>
182+
<version>1.0.17-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.16-SNAPSHOT</version>
232+
<version>1.0.17-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.16-SNAPSHOT</version>
296+
<version>1.0.17-SNAPSHOT</version>
297297
</dependency>
298298
</dependencies>
299299
</plugin>

0 commit comments

Comments
 (0)