aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjenkins-releng <jenkins-releng@onap.org>2020-04-18 16:48:50 +0000
committerjenkins-releng <jenkins-releng@onap.org>2020-04-18 16:48:50 +0000
commitf4fef1d348d03905bada56285f562bd2e2855ce2 (patch)
treef30f1c5999fc3bf7cf97ad108ee23a47d30e3308
parent0c173cdf44af313e376f1e8ae4fd6e6973c6c20b (diff)
Release music3.2.40
-rwxr-xr-xmusic-core/pom.xml4
-rwxr-xr-xmusic-rest/pom.xml6
-rwxr-xr-xpom.xml2
3 files changed, 6 insertions, 6 deletions
diff --git a/music-core/pom.xml b/music-core/pom.xml
index cf7f59e9..2b2e3861 100755
--- a/music-core/pom.xml
+++ b/music-core/pom.xml
@@ -27,7 +27,7 @@
<groupId>org.onap.music</groupId>
<artifactId>MUSIC-core</artifactId>
<packaging>jar</packaging>
- <version>3.2.40-SNAPSHOT</version>
+ <version>3.2.40</version>
<description>
This is the MUSIC core interface, packaged as a jar file.
</description>
@@ -36,7 +36,7 @@
<parent>
<groupId>org.onap.music</groupId>
<artifactId>MUSIC</artifactId>
- <version>3.2.40-SNAPSHOT</version>
+ <version>3.2.40</version>
</parent>
<properties>
diff --git a/music-rest/pom.xml b/music-rest/pom.xml
index 9bcfd396..27c3ad51 100755
--- a/music-rest/pom.xml
+++ b/music-rest/pom.xml
@@ -27,7 +27,7 @@
<groupId>org.onap.music</groupId>
<artifactId>MUSIC-rest</artifactId>
<packaging>jar</packaging>
- <version>3.2.40-SNAPSHOT</version>
+ <version>3.2.40</version>
<description>
This is the MUSIC Spring-based REST service.
</description>
@@ -36,7 +36,7 @@
<parent>
<groupId>org.onap.music</groupId>
<artifactId>MUSIC</artifactId>
- <version>3.2.40-SNAPSHOT</version>
+ <version>3.2.40</version>
</parent>
<properties>
@@ -127,7 +127,7 @@
<dependency>
<groupId>org.onap.music</groupId>
<artifactId>MUSIC-core</artifactId>
- <version>3.2.40-SNAPSHOT</version>
+ <version>3.2.40</version>
</dependency>
<!-- Jersey -->
<dependency>
diff --git a/pom.xml b/pom.xml
index 05bdaefb..11e9259d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<groupId>org.onap.music</groupId>
<artifactId>MUSIC</artifactId>
<packaging>pom</packaging>
- <version>3.2.40-SNAPSHOT</version>
+ <version>3.2.40</version>
<description>
This is the MUSIC project.
</description>