Skip to content

Commit f5e6f13

Browse files
committed
[maven-release-plugin] prepare release 1.8.0
1 parent 652760e commit f5e6f13

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

dockstore-cli-integration-testing/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.dockstore</groupId>
2222
<artifactId>dockstore-cli</artifactId>
23-
<version>1.8.0-rc.1-SNAPSHOT</version>
23+
<version>1.8.0</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>dockstore-cli-integration-testing</artifactId>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>io.dockstore</groupId>
4747
<artifactId>dockstore-client</artifactId>
48-
<version>1.8.0-rc.1-SNAPSHOT</version>
48+
<version>1.8.0</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>io.dockstore</groupId>

dockstore-client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.dockstore</groupId>
2222
<artifactId>dockstore-cli</artifactId>
23-
<version>1.8.0-rc.1-SNAPSHOT</version>
23+
<version>1.8.0</version>
2424
</parent>
2525
<artifactId>dockstore-client</artifactId>
2626
<packaging>jar</packaging>
@@ -58,12 +58,12 @@
5858
<dependency>
5959
<groupId>io.dockstore</groupId>
6060
<artifactId>openapi-java-wes-client</artifactId>
61-
<version>1.8.0-rc.1-SNAPSHOT</version>
61+
<version>1.8.0</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>io.dockstore</groupId>
6565
<artifactId>dockstore-file-plugin-parent</artifactId>
66-
<version>1.8.0-rc.1-SNAPSHOT</version>
66+
<version>1.8.0</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.apache.avro</groupId>

dockstore-file-plugin-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<modelVersion>4.0.0</modelVersion>
1919

2020
<parent>
21-
<version>1.8.0-rc.1-SNAPSHOT</version>
21+
<version>1.8.0</version>
2222
<groupId>io.dockstore</groupId>
2323
<artifactId>dockstore-cli</artifactId>
2424
<relativePath>../pom.xml</relativePath>

openapi-java-wes-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<artifactId>dockstore-cli</artifactId>
2929
<groupId>io.dockstore</groupId>
30-
<version>1.8.0-rc.1-SNAPSHOT</version>
30+
<version>1.8.0</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>io.dockstore</groupId>
2121
<artifactId>dockstore-cli</artifactId>
22-
<version>1.8.0-rc.1-SNAPSHOT</version>
22+
<version>1.8.0</version>
2323
<packaging>pom</packaging>
2424

2525
<name>dockstore</name>
@@ -69,7 +69,7 @@
6969
<connection>${github.url}</connection>
7070
<developerConnection>${github.url}</developerConnection>
7171
<url>${github.url}</url>
72-
<tag>1.7.0</tag>
72+
<tag>1.8.0</tag>
7373
</scm>
7474

7575
<repositories>

reports/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>dockstore-cli</artifactId>
2020
<groupId>io.dockstore</groupId>
21-
<version>1.8.0-rc.1-SNAPSHOT</version>
21+
<version>1.8.0</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

@@ -39,12 +39,12 @@
3939
<dependency>
4040
<groupId>io.dockstore</groupId>
4141
<artifactId>dockstore-client</artifactId>
42-
<version>1.8.0-rc.1-SNAPSHOT</version>
42+
<version>1.8.0</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>io.dockstore</groupId>
4646
<artifactId>dockstore-cli-integration-testing</artifactId>
47-
<version>1.8.0-rc.1-SNAPSHOT</version>
47+
<version>1.8.0</version>
4848
</dependency>
4949
</dependencies>
5050

0 commit comments

Comments
 (0)