Release music 3.2.40
authorjenkins-releng <jenkins-releng@onap.org>
Sat, 18 Apr 2020 16:48:50 +0000 (16:48 +0000)
committerjenkins-releng <jenkins-releng@onap.org>
Sat, 18 Apr 2020 16:48:50 +0000 (16:48 +0000)
music-core/pom.xml
music-rest/pom.xml
pom.xml

index cf7f59e..2b2e386 100755 (executable)
@@ -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>
index 9bcfd39..27c3ad5 100755 (executable)
@@ -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>
         <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 05bdaef..11e9259 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.40-SNAPSHOT</version>
+    <version>3.2.40</version>
     <description>
             This is the MUSIC project.
     </description>