Skip to content

Commit 317bf28

Browse files
committed
[maven-release-plugin] prepare release 0.3.0
1 parent fbc1a13 commit 317bf28

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
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.3.0-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
</parent>
1010

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

pass-core-file-service/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<artifactId>pass-core</artifactId>
97
<groupId>org.eclipse.pass</groupId>
10-
<version>0.3.0-SNAPSHOT</version>
8+
<version>0.3.0</version>
119
</parent>
1210

1311
<artifactId>pass-core-file-service</artifactId>
14-
<version>0.3.0-SNAPSHOT</version>
12+
<version>0.3.0</version>
1513

1614
<dependencyManagement>
1715
<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.3.0-SNAPSHOT</version>
7+
<version>0.3.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.3.0-SNAPSHOT</version>
7+
<version>0.3.0</version>
88
</parent>
99

1010
<artifactId>pass-core-object-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.3.0-SNAPSHOT</version>
12+
<version>0.3.0</version>
1313
<packaging>pom</packaging>
1414

1515
<name>PASS backend</name>
@@ -60,7 +60,7 @@
6060
<connection>scm:git:https://github.com/eclipse-pass/pass-core.git</connection>
6161
<developerConnection>scm:git:https://github.com/eclipse-pass/pass-core.git</developerConnection>
6262
<url>https://github.com/eclipse-pass/pass-core</url>
63-
<tag>HEAD</tag>
63+
<tag>0.3.0</tag>
6464
</scm>
6565

6666
<properties>

0 commit comments

Comments
 (0)