diff options
author | Tschaen, Brendan <ctschaen@att.com> | 2019-08-12 09:26:09 -0400 |
---|---|---|
committer | Tschaen, Brendan <ctschaen@att.com> | 2019-08-12 09:26:09 -0400 |
commit | 659ae9e6f0524db897bec03a81421277353946e7 (patch) | |
tree | 08501727d0ee49e46d38e8492da8091c137a5572 | |
parent | e1fcfc8c861f15f281b63a65210893b6db16e543 (diff) |
El Alto Early Drop Version
Change-Id: Ibe756c7e7236599bfcf62b73f06046ff6ffc57e4
Issue-ID: MUSIC-482
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
-rwxr-xr-x | pom.xml | 2 | ||||
-rwxr-xr-x | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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} |