diff options
-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} |