Skip to content

Commit 0dbbc4b

Browse files
Merge pull request #91 from BorderTech/release-1.0.20
Release 1.0.20
2 parents a308d23 + 8540056 commit 0dbbc4b

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
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.20
46
* Update plugin dependencies in bordertech_parent
57
* Update plugin dependencies in qa_parent
68
* Made the following modifications to CheckStyle config file bt-checkstyle.xml:

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.19</version>
40+
<version>1.0.20</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.20-SNAPSHOT</version>
9+
<version>1.0.21-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.20-SNAPSHOT</version>
9+
<version>1.0.21-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.20-SNAPSHOT</version>
9+
<version>1.0.21-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -236,7 +236,7 @@
236236
<dependency>
237237
<groupId>com.github.bordertech.common</groupId>
238238
<artifactId>build-tools</artifactId>
239-
<version>1.0.20-SNAPSHOT</version>
239+
<version>1.0.21-SNAPSHOT</version>
240240
</dependency>
241241
</dependencies>
242242
<executions>
@@ -287,7 +287,7 @@
287287
<dependency>
288288
<groupId>com.github.bordertech.common</groupId>
289289
<artifactId>build-tools</artifactId>
290-
<version>1.0.20-SNAPSHOT</version>
290+
<version>1.0.21-SNAPSHOT</version>
291291
</dependency>
292292
</dependencies>
293293
<executions>
@@ -351,7 +351,7 @@
351351
<dependency>
352352
<groupId>com.github.bordertech.common</groupId>
353353
<artifactId>build-tools</artifactId>
354-
<version>1.0.20-SNAPSHOT</version>
354+
<version>1.0.21-SNAPSHOT</version>
355355
</dependency>
356356
</dependencies>
357357
</plugin>

0 commit comments

Comments
 (0)