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 /pom.xml | |
parent | d4a60c3b5b5d72164ccf4b081785f933e76836e0 (diff) |
Update to oparent 2.0.0
Issue-ID: AAI-2484
Change-Id: I654eaab1cb0387224a1a7e717ad036f4cbd542e4
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 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> |