Skip to content

Commit 5cb910a

Browse files
committed
[artifactory-release] Next development version
1 parent d4e89ab commit 5cb910a

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
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</version>
23+
<version>1.0.3-SNAPSHOT</version>
2424
<modules>
2525
<module>song-core</module>
2626
<module>song-server</module>

song-client/pom.xml

Lines changed: 2 additions & 2 deletions
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</version>
21+
<version>1.0.3-SNAPSHOT</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</version>
32+
<version>1.0.3-SNAPSHOT</version>
3333
</dependency>
3434

3535
<!-- jcommander -->

song-core/pom.xml

Lines changed: 1 addition & 1 deletion
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</version>
21+
<version>1.0.3-SNAPSHOT</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

song-server/pom.xml

Lines changed: 2 additions & 2 deletions
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</version>
21+
<version>1.0.3-SNAPSHOT</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</version>
32+
<version>1.0.3-SNAPSHOT</version>
3333
</dependency>
3434

3535
<!-- Spring -->

0 commit comments

Comments
 (0)