Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Aug 17, 2018
1 parent a602ec4 commit 78f0a4b
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 32 deletions.
8 changes: 4 additions & 4 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</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
</parent>
<artifactId>dockstore-client</artifactId>
<packaging>jar</packaging>
Expand All @@ -42,17 +42,17 @@
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-common</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>swagger-java-client</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-file-plugin-parent</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dockstore-common/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</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>dockstore-common</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions dockstore-event-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>dockstore</artifactId>
<groupId>io.dockstore</groupId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -30,12 +30,12 @@
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-common</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>swagger-java-client</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</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.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
<groupId>io.dockstore</groupId>
<artifactId>dockstore</artifactId>
<relativePath>../pom.xml</relativePath>
Expand Down
10 changes: 5 additions & 5 deletions dockstore-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</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>dockstore-integration-testing</artifactId>
Expand All @@ -34,24 +34,24 @@
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-client</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-common</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-webservice</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
</dependency>

<!-- testing -->
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-common</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
Expand Down
12 changes: 6 additions & 6 deletions dockstore-webservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</properties>

<parent>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
<groupId>io.dockstore</groupId>
<artifactId>dockstore</artifactId>
<relativePath>../pom.xml</relativePath>
Expand Down Expand Up @@ -57,22 +57,22 @@
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>swagger-java-quay-client</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>swagger-java-sam-client</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>swagger-java-bitbucket-client</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-common</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
Expand Down Expand Up @@ -475,7 +475,7 @@
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-common</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
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</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>dockstore</name>
Expand Down Expand Up @@ -69,7 +69,7 @@
<connection>${github.url}</connection>
<developerConnection>${github.url}</developerConnection>
<url>${github.url}</url>
<tag>1.5.0-beta.1</tag>
<tag>1.4.3</tag>
</scm>

<repositories>
Expand Down
10 changes: 5 additions & 5 deletions reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>dockstore</artifactId>
<groupId>io.dockstore</groupId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -29,22 +29,22 @@
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-webservice</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-common</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-client</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-integration-testing</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion swagger-java-bitbucket-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>dockstore</artifactId>
<groupId>io.dockstore</groupId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions swagger-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<name>swagger-java-client</name>

<parent>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
<groupId>io.dockstore</groupId>
<artifactId>dockstore</artifactId>
<relativePath>../pom.xml</relativePath>
Expand Down Expand Up @@ -265,7 +265,7 @@
<!-- used just for ordering since this uses the swagger.json created by dockstore-webservice during the build -->
<groupId>io.dockstore</groupId>
<artifactId>dockstore-webservice</artifactId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion swagger-java-quay-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<name>swagger-java-quay-client</name>

<parent>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
<groupId>io.dockstore</groupId>
<artifactId>dockstore</artifactId>
<relativePath>../pom.xml</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion swagger-java-sam-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>dockstore</artifactId>
<groupId>io.dockstore</groupId>
<version>1.5.0-beta.1</version>
<version>1.5.0-beta.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 78f0a4b

Please sign in to comment.