diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-07-02 10:28:46 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-07-02 10:31:00 -0400 |
commit | 797f38d03016c636e5f358e0fee519a46b7a4392 (patch) | |
tree | 89c9670a462310540c2b8c033c111cab748f3907 | |
parent | d4a60c3b5b5d72164ccf4b081785f933e76836e0 (diff) |
Update to oparent 2.0.0
Issue-ID: AAI-2484
Change-Id: I654eaab1cb0387224a1a7e717ad036f4cbd542e4
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -25,12 +25,12 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.2.1</version> + <version>2.0.0</version> </parent> <groupId>org.onap.aai</groupId> <artifactId>rest-client</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> <name>aai-rest-client</name> <properties> diff --git a/version.properties b/version.properties index 99af342..f78f30b 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=5 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |