Skip to content

Commit

Permalink
Update version to 1.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
- GH action failed on transient network issue with sonatype. Artifacts made it to sonatype repo. Releasing the version bumps manually.
  • Loading branch information
tsande16 committed Nov 30, 2023
1 parent e2850f9 commit 32535b6
Show file tree
Hide file tree
Showing 23 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions pass-data-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.eclipse.pass</groupId>
<artifactId>pass-support</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>pass-data-client</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>

<!-- Properties for ITs -->
<properties>
Expand Down
2 changes: 1 addition & 1 deletion pass-deposit-services/assembler-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.pass.deposit</groupId>
<artifactId>deposit-parent</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>assembler-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pass-deposit-services/deposit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.pass.deposit</groupId>
<artifactId>deposit-parent</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>deposit-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pass-deposit-services/deposit-cri/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.pass.deposit</groupId>
<artifactId>deposit-parent</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>deposit-cri</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pass-deposit-services/deposit-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.pass.deposit</groupId>
<artifactId>deposit-parent</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>deposit-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pass-deposit-services/deposit-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.pass.deposit</groupId>
<artifactId>deposit-parent</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>deposit-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pass-deposit-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.pass</groupId>
<artifactId>pass-support</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<groupId>org.eclipse.pass.deposit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pass-grant-loader/pass-grant-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.pass</groupId>
<artifactId>pass-grant-loader</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>pass-grant-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pass-grant-loader/pass-grant-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.pass</groupId>
<artifactId>pass-grant-loader</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>pass-grant-data</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pass-grant-loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.pass</groupId>
<artifactId>pass-support</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<groupId>org.eclipse.pass</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pass-journal-loader/pass-journal-loader-nih/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-journal-loader</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>pass-journal-loader-nih</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pass-journal-loader/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-support</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<groupId>org.eclipse.pass</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pass-nihms-loader/entrez-pmid-lookup/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-nihms-loader</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>entrez-pmid-lookup</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pass-nihms-loader/nihms-data-harvest-cli/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-nihms-loader</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>nihms-data-harvest-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pass-nihms-loader/nihms-data-harvest/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-nihms-loader</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>nihms-data-harvest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pass-nihms-loader/nihms-data-transform-load/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-nihms-loader</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>nihms-data-transform-load</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pass-nihms-loader/nihms-docker/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-nihms-loader</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>nihms-docker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pass-nihms-loader/nihms-etl-model/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-nihms-loader</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>nihms-etl-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pass-nihms-loader/nihms-etl-util/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-nihms-loader</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>nihms-etl-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pass-nihms-loader/nihms-pass-client/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-nihms-loader</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<!-- Properties for ITs -->
Expand Down
2 changes: 1 addition & 1 deletion pass-nihms-loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>pass-support</artifactId>
<groupId>org.eclipse.pass</groupId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

<artifactId>pass-support</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>PASS support</name>
Expand Down

0 comments on commit 32535b6

Please sign in to comment.