Skip to content

Commit f77a075

Browse files
committed
[maven-release-plugin] prepare release 0.4.0
1 parent 234e60f commit f77a075

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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.4.0-SNAPSHOT</version>
8+
<version>0.4.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.4.0-SNAPSHOT</version>
8+
<version>0.4.0</version>
99
</parent>
1010

1111
<artifactId>pass-core-file-service</artifactId>
12-
<version>0.4.0-SNAPSHOT</version>
12+
<version>0.4.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.4.0-SNAPSHOT</version>
7+
<version>0.4.0</version>
88
</parent>
99

1010
<artifactId>pass-core-main</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.4.0-SNAPSHOT</version>
7+
<version>0.4.0</version>
88
</parent>
99

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

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.4.0-SNAPSHOT</version>
8+
<version>0.4.0</version>
99
</parent>
1010

1111
<artifactId>pass-core-user-service</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.4.0-SNAPSHOT</version>
12+
<version>0.4.0</version>
1313
<packaging>pom</packaging>
1414

1515
<name>PASS backend</name>
@@ -61,7 +61,7 @@
6161
<connection>scm:git:https://github.com/eclipse-pass/pass-core.git</connection>
6262
<developerConnection>scm:git:https://github.com/eclipse-pass/pass-core.git</developerConnection>
6363
<url>https://github.com/eclipse-pass/pass-core</url>
64-
<tag>HEAD</tag>
64+
<tag>0.4.0</tag>
6565
</scm>
6666

6767
<properties>

0 commit comments

Comments
 (0)