Skip to content

Commit adfba64

Browse files
committed
[maven-release-plugin] prepare release 0.6.0
1 parent 32b2b2c commit adfba64

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

pass-core-doi-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.pass</groupId>
77
<artifactId>pass-core</artifactId>
8-
<version>0.6.0-SNAPSHOT</version>
8+
<version>0.6.0</version>
99
</parent>
1010

1111
<artifactId>pass-core-doi-service</artifactId>

pass-core-file-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<artifactId>pass-core</artifactId>
77
<groupId>org.eclipse.pass</groupId>
8-
<version>0.6.0-SNAPSHOT</version>
8+
<version>0.6.0</version>
99
</parent>
1010

1111
<artifactId>pass-core-file-service</artifactId>
12-
<version>0.6.0-SNAPSHOT</version>
12+
<version>0.6.0</version>
1313

1414
<dependencyManagement>
1515
<dependencies>

pass-core-main/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.eclipse.pass</groupId>
66
<artifactId>pass-core</artifactId>
7-
<version>0.6.0-SNAPSHOT</version>
7+
<version>0.6.0</version>
88
</parent>
99

1010
<artifactId>pass-core-main</artifactId>

pass-core-metadataschema-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.eclipse.pass</groupId>
66
<artifactId>pass-core</artifactId>
7-
<version>0.6.0-SNAPSHOT</version>
7+
<version>0.6.0</version>
88
</parent>
99

1010
<artifactId>pass-core-metadataschema-service</artifactId>

pass-core-object-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.eclipse.pass</groupId>
66
<artifactId>pass-core</artifactId>
7-
<version>0.6.0-SNAPSHOT</version>
7+
<version>0.6.0</version>
88
</parent>
99

1010
<artifactId>pass-core-object-service</artifactId>

pass-core-policy-service/pom.xml

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

pass-core-user-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.pass</groupId>
77
<artifactId>pass-core</artifactId>
8-
<version>0.6.0-SNAPSHOT</version>
8+
<version>0.6.0</version>
99
</parent>
1010

1111
<artifactId>pass-core-user-service</artifactId>

pass-core-usertoken/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.pass</groupId>
77
<artifactId>pass-core</artifactId>
8-
<version>0.6.0-SNAPSHOT</version>
8+
<version>0.6.0</version>
99
</parent>
1010

1111
<artifactId>pass-core-usertoken</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>pass-core</artifactId>
12-
<version>0.6.0-SNAPSHOT</version>
12+
<version>0.6.0</version>
1313
<packaging>pom</packaging>
1414

1515
<name>PASS backend</name>
@@ -64,7 +64,7 @@
6464
<connection>scm:git:https://github.com/eclipse-pass/pass-core.git</connection>
6565
<developerConnection>scm:git:https://github.com/eclipse-pass/pass-core.git</developerConnection>
6666
<url>https://github.com/eclipse-pass/pass-core</url>
67-
<tag>HEAD</tag>
67+
<tag>0.6.0</tag>
6868
</scm>
6969

7070
<properties>

0 commit comments

Comments
 (0)