aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTschaen, Brendan <ctschaen@att.com>2019-01-22 10:52:15 -0500
committerTschaen, Brendan <ctschaen@att.com>2019-01-22 10:52:49 -0500
commit1f6168434fb9bb82dedd43f612bcf75ae59e7a51 (patch)
tree7536f100bc8793c607c27077fd2547dd45b57044
parent0a1489a7f3103a290db8455fcce9b4391b19e053 (diff)
Stabilize v3.2.1
Change-Id: Icf4bc3515b909e8fbec6fb6656ab1378033b60d8 Issue-ID: MUSIC-279 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
-rwxr-xr-xpom.xml2
-rw-r--r--version.properties2
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 @@
<groupId>org.onap.music</groupId>
<artifactId>dev-MUSIC-cassandra</artifactId>
<packaging>jar</packaging>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1</version>
<description>
This is the MUSIC REST interface, packaged as a war file.
</description>
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}