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

Commit e4a6a51

Browse files
committed
[maven-release-plugin] prepare release 0.8.0
1 parent 96af47c commit e4a6a51

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.8.0-SNAPSHOT</version>
7+
<version>0.8.0</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.8.0-SNAPSHOT</version>
6+
<version>0.8.0</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.8.0-SNAPSHOT</version>
6+
<version>0.8.0</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.8.0-SNAPSHOT</version>
7+
<version>0.8.0</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.8.0-SNAPSHOT</version>
7+
<version>0.8.0</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.8.0-SNAPSHOT</version>
7+
<version>0.8.0</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.8.0-SNAPSHOT</version>
7+
<version>0.8.0</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.8.0-SNAPSHOT</version>
7+
<version>0.8.0</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.8.0-SNAPSHOT</version>
7+
<version>0.8.0</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.8.0-SNAPSHOT</version>
9+
<version>0.8.0</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>
@@ -457,7 +457,7 @@
457457
<connection>scm:git:https://github.com/OA-PASS/java-fedora-client.git</connection>
458458
<developerConnection>scm:git:https://github.com/OA-PASS/java-fedora-client.git</developerConnection>
459459
<url>https://github.com/OA-PASS/java-fedora-client</url>
460-
<tag>HEAD</tag>
460+
<tag>0.8.0</tag>
461461
</scm>
462462

463463
</project>

0 commit comments

Comments
 (0)