Skip to content

Commit 6b18493

Browse files
committed
Merge branch 'release104'
2 parents d29787a + 0a85678 commit 6b18493

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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.4-SNAPSHOT</version>
9+
<version>1.0.5-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>build-tools</artifactId>

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.4-SNAPSHOT</version>
9+
<version>1.0.5-SNAPSHOT</version>
1010

1111
<packaging>pom</packaging>
1212

qa-parent/pom.xml

Lines changed: 5 additions & 5 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.4-SNAPSHOT</version>
9+
<version>1.0.5-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>qa-parent</artifactId>
@@ -19,8 +19,8 @@
1919
<findbugs.skip>${wc.qa.skip}</findbugs.skip>
2020
<pmd.skip>${wc.qa.skip}</pmd.skip>
2121
<badges.skip>${wc.qa.skip}</badges.skip>
22-
<javadoc.excluded.packages></javadoc.excluded.packages>
23-
<checkstyle.excludes></checkstyle.excludes>
22+
<javadoc.excluded.packages />
23+
<checkstyle.excludes />
2424
</properties>
2525

2626
<description>
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>com.github.bordertech.common</groupId>
5050
<artifactId>build-tools</artifactId>
51-
<version>1.0.4-SNAPSHOT</version>
51+
<version>1.0.5-SNAPSHOT</version>
5252
</dependency>
5353
</dependencies>
5454
<executions>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>com.github.bordertech.common</groupId>
102102
<artifactId>build-tools</artifactId>
103-
<version>1.0.4-SNAPSHOT</version>
103+
<version>1.0.5-SNAPSHOT</version>
104104
</dependency>
105105
</dependencies>
106106
<executions>

0 commit comments

Comments
 (0)