From c941a0b3edcaee5d3379de87457bbca8a3b3c097 Mon Sep 17 00:00:00 2001 From: "Tschaen, Brendan" Date: Thu, 25 Oct 2018 11:48:14 -0400 Subject: Update version number Change-Id: I335b5eaaff720e1bde76eb3278ffb4cc2c17ea8b Issue-ID: MUSIC-148 Signed-off-by: Tschaen, Brendan --- pom.xml | 2 +- version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index dff48dcf..459b5557 100755 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.music MUSIC war - 3.0.2 + 3.2.0 This is the MUSIC REST interface, packaged as a war file. diff --git a/version.properties b/version.properties index ecb60096..f34034bc 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=3 -minor=0 -patch=2 +minor=2 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg