diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-24 15:18:02 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-08-27 10:26:12 -0700 |
commit | 3b99f1c33173e4c68bd59e5cc88e8239cdeab38b (patch) | |
tree | 587d2bababf99cbd3be3a73eb927e75def08b761 | |
parent | eb66672a0d9af33ec3c669a8f2604a9017449d00 (diff) |
Use centrally managed guava version specified in
oparent. Includes upgrade to oparent 1.2.0.
This change was submitted by script and may include
additional whitespace or formatting changes.
Change-Id: Id5654eae519626b08abcc4bd4fe9288ac332951b
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <!-- parent> <groupId>org.onap.dcae.platform</groupId> |