Skip to content

Commit

Permalink
Release/1.6.0 beta.3 (#2222)
Browse files Browse the repository at this point in the history
* [maven-release-plugin] prepare release 1.6.0-beta.3

* [maven-release-plugin] prepare for next development iteration

* new release
  • Loading branch information
agduncan94 committed Mar 13, 2019
1 parent 8eea323 commit 6bd4b59
Show file tree
Hide file tree
Showing 17 changed files with 41 additions and 41 deletions.
10 changes: 5 additions & 5 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.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
</parent>
<artifactId>dockstore-client</artifactId>
<packaging>jar</packaging>
Expand All @@ -42,22 +42,22 @@
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-common</artifactId>
<version>1.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>swagger-java-client</artifactId>
<version>1.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>openapi-java-wes-client</artifactId>
<version>1.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-file-plugin-parent</artifactId>
<version>1.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-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.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-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.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-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.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>swagger-java-client</artifactId>
<version>1.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-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.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
<groupId>io.dockstore</groupId>
<artifactId>dockstore</artifactId>
<relativePath>../pom.xml</relativePath>
Expand Down
12 changes: 6 additions & 6 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.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>dockstore-integration-testing</artifactId>
Expand All @@ -34,30 +34,30 @@
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-client</artifactId>
<version>1.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-common</artifactId>
<version>1.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-webservice</artifactId>
<version>1.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.dockstore</groupId>
<artifactId>openapi-java-client</artifactId>
<version>1.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
</dependency>

<!-- testing -->
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-common</artifactId>
<version>1.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-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.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-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.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>swagger-java-sam-client</artifactId>
<version>1.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>swagger-java-bitbucket-client</artifactId>
<version>1.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-common</artifactId>
<version>1.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-validator</groupId>
Expand Down Expand Up @@ -534,7 +534,7 @@
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-common</artifactId>
<version>1.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion dockstore-webservice/src/main/resources/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ info:
description: This describes the dockstore API, a webservice that manages pairs of Docker
images and associated metadata such as CWL documents and Dockerfiles used to
build those images
version: 1.6.0-beta.3-SNAPSHOT
version: 1.6.0-beta.4-SNAPSHOT
title: Dockstore API
termsOfService: TBD
contact:
Expand Down
6 changes: 3 additions & 3 deletions dockstore-webservice/src/main/resources/openapi3/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3023,7 +3023,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/Aliasable'
$ref: '#/components/schemas/Collection'
description: default response
/organizations/name/{name}:
get:
Expand Down Expand Up @@ -3755,7 +3755,7 @@ paths:
type: boolean
description: default response
get:
operationId: getUser_1
operationId: getUser
requestBody:
content:
'*/*':
Expand Down Expand Up @@ -3914,7 +3914,7 @@ paths:
description: default response
/users/{userId}:
get:
operationId: getUser
operationId: getUser_1
parameters:
- in: path
name: userId
Expand Down
2 changes: 1 addition & 1 deletion dockstore-webservice/src/main/resources/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
description: "This describes the dockstore API, a webservice that manages pairs\
\ of Docker images and associated metadata such as CWL documents and Dockerfiles\
\ used to build those images"
version: "1.6.0-beta.3-SNAPSHOT"
version: "1.6.0-beta.4-SNAPSHOT"
title: "Dockstore API"
termsOfService: "TBD"
contact:
Expand Down
4 changes: 2 additions & 2 deletions openapi-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<name>openapi-java-client</name>

<parent>
<version>1.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
<groupId>io.dockstore</groupId>
<artifactId>dockstore</artifactId>
<relativePath>../pom.xml</relativePath>
Expand Down Expand Up @@ -289,7 +289,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.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
<scope>provided</scope>
<exclusions>
<exclusion>
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</artifactId>
<groupId>io.dockstore</groupId>
<version>1.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion 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.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
<packaging>pom</packaging>

<name>dockstore</name>
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.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-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.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-common</artifactId>
<version>1.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-client</artifactId>
<version>1.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-integration-testing</artifactId>
<version>1.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-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.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-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.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-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.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-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.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-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.6.0-beta.3-SNAPSHOT</version>
<version>1.6.0-beta.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 6bd4b59

Please sign in to comment.