Release music 3.2.39
authorjenkins-releng <jenkins-releng@onap.org>
Fri, 17 Apr 2020 14:31:27 +0000 (14:31 +0000)
committerjenkins-releng <jenkins-releng@onap.org>
Fri, 17 Apr 2020 14:31:27 +0000 (14:31 +0000)
music-core/pom.xml
music-rest/pom.xml
pom.xml

index 2ee2b45..b6f6776 100755 (executable)
@@ -27,7 +27,7 @@
     <groupId>org.onap.music</groupId>
     <artifactId>MUSIC-core</artifactId>
     <packaging>jar</packaging>
-    <version>3.2.39-SNAPSHOT</version>
+    <version>3.2.39</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.39-SNAPSHOT</version>
+        <version>3.2.39</version>
     </parent>
 
     <properties>
index 5ffe349..4d8e248 100755 (executable)
@@ -27,7 +27,7 @@
     <groupId>org.onap.music</groupId>
     <artifactId>MUSIC-rest</artifactId>
     <packaging>jar</packaging>
-    <version>3.2.39-SNAPSHOT</version>
+    <version>3.2.39</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.39-SNAPSHOT</version>
+        <version>3.2.39</version>
     </parent>
 
     <properties>
         <dependency>
           <groupId>org.onap.music</groupId>
           <artifactId>MUSIC-core</artifactId>
-          <version>3.2.39-SNAPSHOT</version>
+          <version>3.2.39</version>
         </dependency>
         <!-- Jersey -->
         <dependency>
diff --git a/pom.xml b/pom.xml
index facfc15..13a253f 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <groupId>org.onap.music</groupId>
     <artifactId>MUSIC</artifactId>
     <packaging>pom</packaging>
-    <version>3.2.39-SNAPSHOT</version>
+    <version>3.2.39</version>
     <description>
             This is the MUSIC project.
     </description>