Skip to content

Commit

Permalink
[artifactory-release] Release version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dcc-jenkins committed May 29, 2018
1 parent 851a4bc commit 467ca26
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<groupId>org.icgc.dcc</groupId>
<artifactId>song</artifactId>
<packaging>pom</packaging>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<modules>
<module>song-core</module>
<module>song-server</module>
Expand Down
4 changes: 2 additions & 2 deletions song-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>song</artifactId>
<groupId>org.icgc.dcc</groupId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>org.icgc.dcc</groupId>
<artifactId>song-core</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>

<!-- jcommander -->
Expand Down
2 changes: 1 addition & 1 deletion song-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>song</artifactId>
<groupId>org.icgc.dcc</groupId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions song-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>song</artifactId>
<groupId>org.icgc.dcc</groupId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>org.icgc.dcc</groupId>
<artifactId>song-core</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>

<!-- Spring -->
Expand Down

0 comments on commit 467ca26

Please sign in to comment.