Skip to content

Commit 3677339

Browse files
authoredNov 22, 2019
Merge pull request #536 from overture-stack/rc/3.0.0
Release Candidate version 3.0.0 #2
2 parents f241cbf + 683179b commit 3677339

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed
 

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>bio.overture</groupId>
2222
<artifactId>song</artifactId>
2323
<packaging>pom</packaging>
24-
<version>2.3.0</version>
24+
<version>3.0.0</version>
2525
<modules>
2626
<module>song-core</module>
2727
<module>song-java-sdk</module>

‎song-client/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>song</artifactId>
2020
<groupId>bio.overture</groupId>
21-
<version>2.3.0</version>
21+
<version>3.0.0</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

@@ -35,12 +35,12 @@
3535
<dependency>
3636
<groupId>bio.overture</groupId>
3737
<artifactId>song-java-sdk</artifactId>
38-
<version>2.3.0</version>
38+
<version>3.0.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>bio.overture</groupId>
4242
<artifactId>song-core</artifactId>
43-
<version>2.3.0</version>
43+
<version>3.0.0</version>
4444
</dependency>
4545

4646
<!-- CLI -->

‎song-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>song</artifactId>
2121
<groupId>bio.overture</groupId>
22-
<version>2.3.0</version>
22+
<version>3.0.0</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

‎song-java-sdk/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>song</artifactId>
2020
<groupId>bio.overture</groupId>
21-
<version>2.3.0</version>
21+
<version>3.0.0</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

‎song-server/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>song</artifactId>
2121
<groupId>bio.overture</groupId>
22-
<version>2.3.0</version>
22+
<version>3.0.0</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>bio.overture</groupId>
3939
<artifactId>song-core</artifactId>
40-
<version>2.3.0</version>
40+
<version>3.0.0</version>
4141
</dependency>
4242

4343
<!-- Spring -->

0 commit comments

Comments
 (0)
Please sign in to comment.