aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTschaen, Brendan <ctschaen@att.com>2018-10-25 11:48:14 -0400
committerTschaen, Brendan <ctschaen@att.com>2018-10-25 11:51:13 -0400
commitc941a0b3edcaee5d3379de87457bbca8a3b3c097 (patch)
tree0f559cd70ef9253581dcfc37c24201fa49d2b49e
parent46350c084766789ea59e83f1917c57c81d653048 (diff)
Update version number
Change-Id: I335b5eaaff720e1bde76eb3278ffb4cc2c17ea8b Issue-ID: MUSIC-148 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
-rwxr-xr-xpom.xml2
-rw-r--r--version.properties4
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 @@
<groupId>org.onap.music</groupId>
<artifactId>MUSIC</artifactId>
<packaging>war</packaging>
- <version>3.0.2</version>
+ <version>3.2.0</version>
<description>
This is the MUSIC REST interface, packaged as a war file.
</description>
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}