Skip to content

Commit 65a46fa

Browse files
committed
[maven-release-plugin] prepare release cds-java-artefacts-2.0.0
1 parent 25c8a5a commit 65a46fa

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

client-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>au.org.consumerdatastandards</groupId>
66
<artifactId>cds-java-artefacts</artifactId>
7-
<version>1.24.1-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
</parent>
99
<artifactId>client-cli</artifactId>
1010
<name>Client CLI</name>

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>au.org.consumerdatastandards</groupId>
66
<artifactId>cds-java-artefacts</artifactId>
7-
<version>1.24.1-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
</parent>
99
<artifactId>client</artifactId>
1010
<name>Client Library</name>

data-holder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>au.org.consumerdatastandards</groupId>
66
<artifactId>cds-java-artefacts</artifactId>
7-
<version>1.24.1-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
</parent>
99
<artifactId>data-holder</artifactId>
1010
<name>Data Holder</name>

integration-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>cds-java-artefacts</artifactId>
55
<groupId>au.org.consumerdatastandards</groupId>
6-
<version>1.24.1-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>au.org.consumerdatastandards</groupId>
55
<artifactId>cds-java-artefacts</artifactId>
6-
<version>1.24.1-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
<packaging>pom</packaging>
88
<name>CDS Java Artefacts</name>
99
<description>A collection of Java artefacts for Consumer Data Standards Australia</description>
@@ -30,7 +30,7 @@
3030
<url>https://github.com/ConsumerDataStandardsAustralia/java-artefacts</url>
3131
<connection>scm:git:https://github.com/ConsumerDataStandardsAustralia/java-artefacts.git</connection>
3232
<developerConnection>scm:git:https://github.com/ConsumerDataStandardsAustralia/java-artefacts.git</developerConnection>
33-
<tag>HEAD</tag>
33+
<tag>cds-java-artefacts-2.0.0</tag>
3434
</scm>
3535

3636
<properties>

0 commit comments

Comments
 (0)