Skip to content

Commit 8364ad6

Browse files
committed
[artifactory-release] Release version 1.0.0
1 parent 83cf302 commit 8364ad6

File tree

4 files changed

+10
-16
lines changed

4 files changed

+10
-16
lines changed

pom.xml

+2-2
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>0.3.10-SNAPSHOT</version>
23+
<version>1.0.0</version>
2424
<modules>
2525
<module>song-core</module>
2626
<module>song-server</module>
@@ -31,7 +31,7 @@
3131
<groupId>org.springframework.boot</groupId>
3232
<artifactId>spring-boot-starter-parent</artifactId>
3333
<version>2.0.1.RELEASE</version>
34-
<relativePath/> <!-- lookup parent from repository -->
34+
<relativePath /> <!-- lookup parent from repository -->
3535
</parent>
3636

3737
<repositories>

song-client/pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@
1414
~
1515
~ You should have received a copy of the GNU Affero General Public License
1616
~ along with this program. If not, see <https://www.gnu.org/licenses/>.
17-
-->
18-
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2018
<parent>
2119
<artifactId>song</artifactId>
2220
<groupId>org.icgc.dcc</groupId>
23-
<version>0.3.10-SNAPSHOT</version>
21+
<version>1.0.0</version>
2422
</parent>
2523
<modelVersion>4.0.0</modelVersion>
2624

@@ -31,7 +29,7 @@
3129
<dependency>
3230
<groupId>org.icgc.dcc</groupId>
3331
<artifactId>song-core</artifactId>
34-
<version>0.3.10-SNAPSHOT</version>
32+
<version>1.0.0</version>
3533
</dependency>
3634

3735
<!-- jcommander -->

song-core/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@
1414
~
1515
~ You should have received a copy of the GNU Affero General Public License
1616
~ along with this program. If not, see <https://www.gnu.org/licenses/>.
17-
-->
18-
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2018
<parent>
2119
<artifactId>song</artifactId>
2220
<groupId>org.icgc.dcc</groupId>
23-
<version>0.3.10-SNAPSHOT</version>
21+
<version>1.0.0</version>
2422
</parent>
2523
<modelVersion>4.0.0</modelVersion>
2624

song-server/pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@
1414
~
1515
~ You should have received a copy of the GNU Affero General Public License
1616
~ along with this program. If not, see <https://www.gnu.org/licenses/>.
17-
-->
18-
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2018
<parent>
2119
<artifactId>song</artifactId>
2220
<groupId>org.icgc.dcc</groupId>
23-
<version>0.3.10-SNAPSHOT</version>
21+
<version>1.0.0</version>
2422
</parent>
2523
<modelVersion>4.0.0</modelVersion>
2624

@@ -31,7 +29,7 @@
3129
<dependency>
3230
<groupId>org.icgc.dcc</groupId>
3331
<artifactId>song-core</artifactId>
34-
<version>0.3.10-SNAPSHOT</version>
32+
<version>1.0.0</version>
3533
</dependency>
3634

3735
<!-- Spring -->

0 commit comments

Comments
 (0)