aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTschaen, Brendan <ctschaen@att.com>2019-08-12 09:26:09 -0400
committerTschaen, Brendan <ctschaen@att.com>2019-08-12 09:26:09 -0400
commit659ae9e6f0524db897bec03a81421277353946e7 (patch)
tree08501727d0ee49e46d38e8492da8091c137a5572
parente1fcfc8c861f15f281b63a65210893b6db16e543 (diff)
El Alto Early Drop Version
Change-Id: Ibe756c7e7236599bfcf62b73f06046ff6ffc57e4 Issue-ID: MUSIC-482 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
-rwxr-xr-xpom.xml2
-rwxr-xr-xversion.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index a0e7c75a..085d3b7f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<groupId>org.onap.music</groupId>
<artifactId>MUSIC</artifactId>
<packaging>jar</packaging>
- <version>3.2.34-SNAPSHOT</version>
+ <version>3.2.35-SNAPSHOT</version>
<description>
This is the MUSIC REST interface, packaged as a Springboot jar file.
</description>
diff --git a/version.properties b/version.properties
index ba44c860..c9da85ed 100755
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=3
minor=2
-patch=34
+patch=35
base_version=${major}.${minor}.${patch}