Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Mar 28, 2022
1 parent 4c68e80 commit c8ac910
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions dockstore-cli-integration-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-cli</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>dockstore-cli-integration-testing</artifactId>
Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-client</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.0</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
Expand Down
6 changes: 3 additions & 3 deletions dockstore-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-cli</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.0</version>
</parent>
<artifactId>dockstore-client</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -94,12 +94,12 @@
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>openapi-java-wes-client</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.0</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-file-plugin-parent</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.0</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dockstore-file-plugin-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.0</version>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-cli</artifactId>
<relativePath>../pom.xml</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion openapi-java-wes-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>dockstore-cli</artifactId>
<groupId>io.dockstore</groupId>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>io.dockstore</groupId>
<artifactId>dockstore-cli</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.0</version>
<packaging>pom</packaging>

<name>dockstore</name>
Expand Down Expand Up @@ -53,7 +53,7 @@
<connection>${github.url}</connection>
<developerConnection>${github.url}</developerConnection>
<url>${github.url}</url>
<tag>HEAD</tag>
<tag>1.12.0</tag>
</scm>

<repositories>
Expand Down
6 changes: 3 additions & 3 deletions reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>dockstore-cli</artifactId>
<groupId>io.dockstore</groupId>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -39,12 +39,12 @@
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-client</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.0</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-cli-integration-testing</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<name>support</name>

<parent>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.0</version>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-cli</artifactId>
<relativePath>../pom.xml</relativePath>
Expand Down

0 comments on commit c8ac910

Please sign in to comment.