diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-08-14 15:39:06 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-08-14 15:39:09 -0400 |
commit | af5aabf89abcfde9938c3244bf2a8f9f5bba8a70 (patch) | |
tree | 5d74ac267dd4c9eb538f0779f97453dad4a52e93 | |
parent | 9f320bc07f785df34c45ff6cf61f41fa923de0bb (diff) |
Upversion rest-client in elalto5.1.0-ONAP5.0.1-ONAPelalto
Issue-ID: AAI-2579
Change-Id: I8366425e15986a825d296087de8d8a466ce67f72
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ <groupId>org.onap.aai</groupId> <artifactId>rest-client</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> <name>aai-rest-client</name> <properties> diff --git a/version.properties b/version.properties index f78f30b..45a2df9 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=5 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |