Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Merge tag '0.3' into develop
Browse files Browse the repository at this point in the history
[maven-release-plugin] copy for tag 0.3
  • Loading branch information
denis-yuen committed Nov 29, 2023
2 parents 574498a + 1b67108 commit 06d7c1b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>zenodo-client</artifactId>
<name>Zenodo client</name>
<groupId>io.dockstore</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -52,7 +52,7 @@
<connection>${github.url}</connection>
<developerConnection>${github.url}</developerConnection>
<url>${github.url}</url>
<tag>HEAD</tag>
<tag>0.3</tag>
</scm>

<repositories>
Expand Down
4 changes: 2 additions & 2 deletions zenodo-client-generated/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>zenodo-client-generated</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>

<parent>
<groupId>io.dockstore</groupId>
<artifactId>zenodo-client</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions zenodo-client-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>zenodo-client-tools</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>

<parent>
<groupId>io.dockstore</groupId>
<artifactId>zenodo-client</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>zenodo-client-generated</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
Expand Down

0 comments on commit 06d7c1b

Please sign in to comment.