Skip to content

Commit f58fd5d

Browse files
Merge pull request #86 from BorderTech/release-1.0.19
Release 1.0.19
2 parents 9bb405d + 1726d5e commit f58fd5d

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.19
46
* Added bt.qa.fail property as a convenience property to allow projects to fail builds or only report QA violations. #84
57
* Added bt.convergence.check.fail property to allow the convergence check to be set to fail without overriding the enforcer plugin in bordertech_parent. #84
68
* Update PMD and Checkstyle to latest versions

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

@@ -234,7 +234,7 @@
234234
<dependency>
235235
<groupId>com.github.bordertech.common</groupId>
236236
<artifactId>build-tools</artifactId>
237-
<version>1.0.19-SNAPSHOT</version>
237+
<version>1.0.20-SNAPSHOT</version>
238238
</dependency>
239239
</dependencies>
240240
<executions>
@@ -285,7 +285,7 @@
285285
<dependency>
286286
<groupId>com.github.bordertech.common</groupId>
287287
<artifactId>build-tools</artifactId>
288-
<version>1.0.19-SNAPSHOT</version>
288+
<version>1.0.20-SNAPSHOT</version>
289289
</dependency>
290290
</dependencies>
291291
<executions>
@@ -349,7 +349,7 @@
349349
<dependency>
350350
<groupId>com.github.bordertech.common</groupId>
351351
<artifactId>build-tools</artifactId>
352-
<version>1.0.19-SNAPSHOT</version>
352+
<version>1.0.20-SNAPSHOT</version>
353353
</dependency>
354354
</dependencies>
355355
</plugin>

0 commit comments

Comments
 (0)