Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 7e995e0

Browse files
committed
[maven-release-plugin] prepare release 0.5.3
1 parent 640ccb2 commit 7e995e0

10 files changed

Lines changed: 11 additions & 11 deletions

File tree

pass-client-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.dataconservancy.pass</groupId>
66
<artifactId>pass-client</artifactId>
7-
<version>0.5.3-SNAPSHOT</version>
7+
<version>0.5.3</version>
88
</parent>
99
<artifactId>pass-client-api</artifactId>
1010
<name>pass-client-api</name>

pass-client-integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.dataconservancy.pass</groupId>
55
<artifactId>pass-client</artifactId>
6-
<version>0.5.3-SNAPSHOT</version>
6+
<version>0.5.3</version>
77
</parent>
88
<artifactId>pass-client-integration</artifactId>
99

pass-client-shaded-v2_3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.dataconservancy.pass</groupId>
55
<artifactId>pass-client</artifactId>
6-
<version>0.5.3-SNAPSHOT</version>
6+
<version>0.5.3</version>
77
</parent>
88
<artifactId>pass-client-shaded-v2_3</artifactId>
99
<packaging>jar</packaging>

pass-client-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.dataconservancy.pass</groupId>
66
<artifactId>pass-client</artifactId>
7-
<version>0.5.3-SNAPSHOT</version>
7+
<version>0.5.3</version>
88
</parent>
99
<artifactId>pass-client-util</artifactId>
1010

pass-data-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>org.dataconservancy.pass</groupId>
66
<artifactId>pass-client</artifactId>
7-
<version>0.5.3-SNAPSHOT</version>
7+
<version>0.5.3</version>
88
</parent>
99
<artifactId>pass-data-client</artifactId>
1010
<name>PASS Data Client</name>

pass-json-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.dataconservancy.pass</groupId>
66
<artifactId>pass-client</artifactId>
7-
<version>0.5.3-SNAPSHOT</version>
7+
<version>0.5.3</version>
88
</parent>
99
<artifactId>pass-json-adapter</artifactId>
1010

pass-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.dataconservancy.pass</groupId>
66
<artifactId>pass-client</artifactId>
7-
<version>0.5.3-SNAPSHOT</version>
7+
<version>0.5.3</version>
88
</parent>
99
<artifactId>pass-model</artifactId>
1010
<name>PASS Core Data Model</name>

pass-status-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.dataconservancy.pass</groupId>
66
<artifactId>pass-client</artifactId>
7-
<version>0.5.3-SNAPSHOT</version>
7+
<version>0.5.3</version>
88
</parent>
99
<artifactId>pass-status-service</artifactId>
1010
<name>PASS Status Utility</name>

pass-test-data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.dataconservancy.pass</groupId>
66
<artifactId>pass-client</artifactId>
7-
<version>0.5.3-SNAPSHOT</version>
7+
<version>0.5.3</version>
88
</parent>
99
<artifactId>pass-test-data</artifactId>
1010
<name>PASS Test Data</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.dataconservancy.pass</groupId>
77
<artifactId>pass-client</artifactId>
88
<packaging>pom</packaging>
9-
<version>0.5.3-SNAPSHOT</version>
9+
<version>0.5.3</version>
1010
<name>PASS Client Tool</name>
1111
<description>Client for interacting with the PASS Fedora+LDP repository</description>
1212
<url>https://github.com/OA-PASS/java-fedora-client</url>
@@ -471,7 +471,7 @@
471471
<connection>scm:git:https://github.com/OA-PASS/java-fedora-client.git</connection>
472472
<developerConnection>scm:git:https://github.com/OA-PASS/java-fedora-client.git</developerConnection>
473473
<url>https://github.com/OA-PASS/java-fedora-client</url>
474-
<tag>HEAD</tag>
474+
<tag>0.5.3</tag>
475475
</scm>
476476

477477
</project>

0 commit comments

Comments
 (0)