Release music 3.2.38
authorjenkins-releng <jenkins-releng@onap.org>
Thu, 16 Apr 2020 15:20:02 +0000 (15:20 +0000)
committerjenkins-releng <jenkins-releng@onap.org>
Thu, 16 Apr 2020 15:20:02 +0000 (15:20 +0000)
music-core/pom.xml
music-rest/pom.xml
pom.xml

index 2001848..d677f9c 100755 (executable)
@@ -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>
index 4dad5e8..976bb9e 100755 (executable)
@@ -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>
         <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 2faeef9..4f3a59b 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.38-SNAPSHOT</version>
+    <version>3.2.38</version>
     <description>
             This is the MUSIC project.
     </description>