aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjenkins-releng <jenkins-releng@onap.org>2020-04-16 15:20:02 +0000
committerjenkins-releng <jenkins-releng@onap.org>2020-04-16 15:20:02 +0000
commit5f0f933e9dad920cad21532eb7f2a05626db4428 (patch)
tree394ac632ecafc72ecc34e99c2928adbf1f8421fc
parentfd5224f4aaf68e6ae186ef8a163edd7f5b2966f7 (diff)
Release music3.2.38
-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 20018484..d677f9ce 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.38-SNAPSHOT</version>
+ <version>3.2.38</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.38-SNAPSHOT</version>
+ <version>3.2.38</version>
</parent>
<properties>
diff --git a/music-rest/pom.xml b/music-rest/pom.xml
index 4dad5e81..976bb9e9 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.38-SNAPSHOT</version>
+ <version>3.2.38</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.38-SNAPSHOT</version>
+ <version>3.2.38</version>
</parent>
<properties>
@@ -127,7 +127,7 @@
<dependency>
<groupId>org.onap.music</groupId>
<artifactId>MUSIC-core</artifactId>
- <version>3.2.38-SNAPSHOT</version>
+ <version>3.2.38</version>
</dependency>
<!-- Jersey -->
<dependency>
diff --git a/pom.xml b/pom.xml
index 2faeef98..4f3a59b3 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.38-SNAPSHOT</version>
+ <version>3.2.38</version>
<description>
This is the MUSIC project.
</description>