From: Tschaen, Brendan Date: Wed, 25 Mar 2020 20:11:01 +0000 (-0400) Subject: Bump up to 3.2.38 X-Git-Tag: 3.2.38~10 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=music.git;a=commitdiff_plain;h=c345abd5168518c3ad2c9f5f6eeb352b788b5440 Bump up to 3.2.38 Issue-ID: MUSIC-561 Signed-off-by: Tschaen, Brendan Change-Id: Icb1aa14b82019a4ebd43543d2250cd665b387399 --- diff --git a/music-core/pom.xml b/music-core/pom.xml index a1fc3a61..20018484 100755 --- a/music-core/pom.xml +++ b/music-core/pom.xml @@ -27,7 +27,7 @@ org.onap.music MUSIC-core jar - 3.2.37-SNAPSHOT + 3.2.38-SNAPSHOT This is the MUSIC core interface, packaged as a jar file. @@ -36,7 +36,7 @@ org.onap.music MUSIC - 3.2.37-SNAPSHOT + 3.2.38-SNAPSHOT diff --git a/music-rest/pom.xml b/music-rest/pom.xml index d412ccef..4dad5e81 100755 --- a/music-rest/pom.xml +++ b/music-rest/pom.xml @@ -27,7 +27,7 @@ org.onap.music MUSIC-rest jar - 3.2.37-SNAPSHOT + 3.2.38-SNAPSHOT This is the MUSIC Spring-based REST service. @@ -36,7 +36,7 @@ org.onap.music MUSIC - 3.2.37-SNAPSHOT + 3.2.38-SNAPSHOT @@ -127,7 +127,7 @@ org.onap.music MUSIC-core - 3.2.37-SNAPSHOT + 3.2.38-SNAPSHOT diff --git a/pom.xml b/pom.xml index c7628bae..2faeef98 100755 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.music MUSIC pom - 3.2.37-SNAPSHOT + 3.2.38-SNAPSHOT This is the MUSIC project. diff --git a/version.properties b/version.properties index 5b475277..842b137d 100755 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=2 -patch=37 +patch=38 base_version=${major}.${minor}.${patch}