Skip to content

Commit 7905d7e

Browse files
committed
[maven-release-plugin] prepare release bordertech-parent-1.0.4
1 parent cf1b823 commit 7905d7e

File tree

3 files changed

+8
-8
lines changed

3 files changed

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

1212
<artifactId>build-tools</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
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.4</version>
1010

1111
<packaging>pom</packaging>
1212

@@ -57,7 +57,7 @@
5757
<url>https://github.com/bordertech/java-common</url>
5858
<connection>scm:git:https://github.com/bordertech/java-common.git</connection>
5959
<developerConnection>scm:git:https://github.com/bordertech/java-common.git</developerConnection>
60-
<tag>java-common-1.0.0</tag>
60+
<tag>bordertech-parent-1.0.4</tag>
6161
</scm>
6262

6363
<!--

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.4</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.4</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.4</version>
104104
</dependency>
105105
</dependencies>
106106
<executions>

0 commit comments

Comments
 (0)