Skip to content

Commit a98af23

Browse files
Merge pull request #93 from BorderTech/release-1.0.21
Release 1.0.21
2 parents cb23eb0 + c02ed1e commit a98af23

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.21
46
* Update to latest plugin dependencies
57
* Latest plugin dependencies now have a minimum maven version of 3.6.3.
68
* Removed ReturnEmptyArrayRatherThanNull pmd rule that is no longer supported.

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

@@ -237,7 +237,7 @@
237237
<dependency>
238238
<groupId>com.github.bordertech.common</groupId>
239239
<artifactId>build-tools</artifactId>
240-
<version>1.0.21-SNAPSHOT</version>
240+
<version>1.0.22-SNAPSHOT</version>
241241
</dependency>
242242
</dependencies>
243243
<executions>
@@ -288,7 +288,7 @@
288288
<dependency>
289289
<groupId>com.github.bordertech.common</groupId>
290290
<artifactId>build-tools</artifactId>
291-
<version>1.0.21-SNAPSHOT</version>
291+
<version>1.0.22-SNAPSHOT</version>
292292
</dependency>
293293
</dependencies>
294294
<executions>
@@ -352,7 +352,7 @@
352352
<dependency>
353353
<groupId>com.github.bordertech.common</groupId>
354354
<artifactId>build-tools</artifactId>
355-
<version>1.0.21-SNAPSHOT</version>
355+
<version>1.0.22-SNAPSHOT</version>
356356
</dependency>
357357
</dependencies>
358358
</plugin>

0 commit comments

Comments
 (0)