summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-08-24 15:31:26 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-08-27 10:32:08 -0700
commit8309d51e067677131cc6ac6fb4090baeabecbdc1 (patch)
tree8a5405fa827cbdd48a9ba3aad36deabc76ed2034
parent7a499fdea5c69e2ef37ebd1a58a00b9772ec48f2 (diff)
Use managed guava version
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: I523772dcc79253569aeadfc10cd2720addaa3cd4 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 26fd48a..bfde331 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.1.0</version>
+ <version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.gvnfm.vnfmgr</groupId>