From 1f6168434fb9bb82dedd43f612bcf75ae59e7a51 Mon Sep 17 00:00:00 2001 From: "Tschaen, Brendan" Date: Tue, 22 Jan 2019 10:52:15 -0500 Subject: Stabilize v3.2.1 Change-Id: Icf4bc3515b909e8fbec6fb6656ab1378033b60d8 Issue-ID: MUSIC-279 Signed-off-by: Tschaen, Brendan --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5b123137..eefb7274 100755 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.onap.music dev-MUSIC-cassandra jar - 3.2.1-SNAPSHOT + 3.2.1 This is the MUSIC REST interface, packaged as a war file. diff --git a/version.properties b/version.properties index f34034bc..962a34da 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=2 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg