Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Oct 26, 2023
1 parent 9576e73 commit a01277d
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

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

<artifactId>pass-core-file-service</artifactId>
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>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>pass-core-main</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pass-core-metadataschema-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>1.1.0-SNAPSHOT</version>
<version>1.1.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>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>pass-core-object-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pass-core-policy-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>pass-core</artifactId>
<groupId>org.eclipse.pass</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.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>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>pass-core-user-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pass-core-usertoken/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>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>pass-core-usertoken</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>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<name>PASS backend</name>
Expand Down Expand Up @@ -64,7 +64,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>1.1.0</tag>
</scm>

<properties>
Expand Down

0 comments on commit a01277d

Please sign in to comment.