Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsande16 committed Apr 27, 2023
1 parent 76265a3 commit 3850a27
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion pass-core-doi-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.pass</groupId>
<artifactId>pass-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>pass-core-doi-service</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pass-core-file-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>pass-core</artifactId>
<groupId>org.eclipse.pass</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>pass-core-file-service</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>

<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pass-core-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.pass</groupId>
<artifactId>pass-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>pass-core-main</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions pass-core-metadataschema-service/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.pass</groupId>
<artifactId>pass-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>pass-core-metadataschema-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pass-core-object-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.pass</groupId>
<artifactId>pass-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>pass-core-object-service</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions pass-core-policy-service/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<parent>
<artifactId>pass-core</artifactId>
<groupId>org.eclipse.pass</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pass-core-user-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.pass</groupId>
<artifactId>pass-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>pass-core-user-service</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>pass-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>pom</packaging>

<name>PASS backend</name>
Expand Down Expand Up @@ -63,7 +63,7 @@
<connection>scm:git:https://github.com/eclipse-pass/pass-core.git</connection>
<developerConnection>scm:git:https://github.com/eclipse-pass/pass-core.git</developerConnection>
<url>https://github.com/eclipse-pass/pass-core</url>
<tag>HEAD</tag>
<tag>0.5.0</tag>
</scm>

<properties>
Expand Down

0 comments on commit 3850a27

Please sign in to comment.