From c345abd5168518c3ad2c9f5f6eeb352b788b5440 Mon Sep 17 00:00:00 2001 From: "Tschaen, Brendan" Date: Wed, 25 Mar 2020 16:11:01 -0400 Subject: [PATCH] Bump up to 3.2.38 Issue-ID: MUSIC-561 Signed-off-by: Tschaen, Brendan Change-Id: Icb1aa14b82019a4ebd43543d2250cd665b387399 --- music-core/pom.xml | 4 ++-- music-rest/pom.xml | 6 +++--- pom.xml | 2 +- version.properties | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) 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} -- 2.16.6