From 659ae9e6f0524db897bec03a81421277353946e7 Mon Sep 17 00:00:00 2001 From: "Tschaen, Brendan" Date: Mon, 12 Aug 2019 09:26:09 -0400 Subject: [PATCH] El Alto Early Drop Version Change-Id: Ibe756c7e7236599bfcf62b73f06046ff6ffc57e4 Issue-ID: MUSIC-482 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 a0e7c75a..085d3b7f 100755 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.music MUSIC jar - 3.2.34-SNAPSHOT + 3.2.35-SNAPSHOT This is the MUSIC REST interface, packaged as a Springboot jar file. 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} -- 2.16.6