Skip to content

Commit d4e89ab

Browse files
committed
[artifactory-release] Release version 1.0.2
1 parent e9c67ad commit d4e89ab

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<groupId>org.icgc.dcc</groupId>
2121
<artifactId>song</artifactId>
2222
<packaging>pom</packaging>
23-
<version>1.0.2-SNAPSHOT</version>
23+
<version>1.0.2</version>
2424
<modules>
2525
<module>song-core</module>
2626
<module>song-server</module>

song-client/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>song</artifactId>
2020
<groupId>org.icgc.dcc</groupId>
21-
<version>1.0.2-SNAPSHOT</version>
21+
<version>1.0.2</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>org.icgc.dcc</groupId>
3131
<artifactId>song-core</artifactId>
32-
<version>1.0.2-SNAPSHOT</version>
32+
<version>1.0.2</version>
3333
</dependency>
3434

3535
<!-- jcommander -->

song-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>song</artifactId>
2020
<groupId>org.icgc.dcc</groupId>
21-
<version>1.0.2-SNAPSHOT</version>
21+
<version>1.0.2</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

song-server/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>song</artifactId>
2020
<groupId>org.icgc.dcc</groupId>
21-
<version>1.0.2-SNAPSHOT</version>
21+
<version>1.0.2</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>org.icgc.dcc</groupId>
3131
<artifactId>song-core</artifactId>
32-
<version>1.0.2-SNAPSHOT</version>
32+
<version>1.0.2</version>
3333
</dependency>
3434

3535
<!-- Spring -->

0 commit comments

Comments
 (0)