diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-04-17 14:31:27 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-04-17 14:31:27 +0000 |
commit | 03e5df3f364e9dbdf46fa53cd37752bf61de0cfb (patch) | |
tree | c56b896a8fc94cc19ebe65e08535b692932292d6 /music-core | |
parent | 99f396136789182931fbded1127856247593d91b (diff) |
Release music3.2.39
Diffstat (limited to 'music-core')
-rwxr-xr-x | music-core/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/music-core/pom.xml b/music-core/pom.xml index 2ee2b454..b6f6776d 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.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> |