diff options
author | Bharath Balasubramanian <bharathb@research.att.com> | 2018-06-07 20:25:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-07 20:25:03 +0000 |
commit | 5e5d6ed9badebfbc1cc65a90e3de8dad232f9e42 (patch) | |
tree | 4be095aec105a581336c8e0fd8a0e725fbda8395 /jar | |
parent | 43dba6f628b7c97cfcfec66118b574a4a1ea8b10 (diff) | |
parent | 05585a1df490fb548f43cff120410c253745cf9a (diff) |
Merge "Document Updates and Bug Fixes"
Diffstat (limited to 'jar')
-rw-r--r-- | jar/pom.xml | 2 | ||||
-rw-r--r-- | jar/version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jar/pom.xml b/jar/pom.xml index 91652832..ccd23679 100644 --- a/jar/pom.xml +++ b/jar/pom.xml @@ -25,7 +25,7 @@ <groupId>org.onap.music</groupId> <artifactId>MUSIC</artifactId> <packaging>jar</packaging> - <version>2.5.11</version> + <version>2.5.6</version> <description> This is the MUSIC REST interface, packaged as a war file. </description> diff --git a/jar/version.properties b/jar/version.properties index d80599bb..2ffa6347 100644 --- a/jar/version.properties +++ b/jar/version.properties @@ -4,7 +4,7 @@ major=2 minor=5 -patch=11 +patch=6 base_version=${major}.${minor}.${patch} |