diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-04-16 15:20:02 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-04-16 15:20:02 +0000 |
commit | 5f0f933e9dad920cad21532eb7f2a05626db4428 (patch) | |
tree | 394ac632ecafc72ecc34e99c2928adbf1f8421fc /music-rest/pom.xml | |
parent | fd5224f4aaf68e6ae186ef8a163edd7f5b2966f7 (diff) |
Release music3.2.38
Diffstat (limited to 'music-rest/pom.xml')
-rwxr-xr-x | music-rest/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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> |