summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-08-24 15:31:53 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-08-27 10:32:21 -0700
commit2e07978c045362e5fce86976b2c508efe05dca60 (patch)
tree6053d1272c9492a67a1fa6d108d24219387b27ce
parent14bbcf7096ed747d73d76675b06fbaf24f820d2f (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: I9440314d2199ff5978020fd2e3e21d3538c65fa5 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--pom.xml2
-rw-r--r--zte/sfc-driver/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b74fa68..e7eb7b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,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.nfvo.driver.sfc</groupId>
diff --git a/zte/sfc-driver/pom.xml b/zte/sfc-driver/pom.xml
index 6eeb213..e5acb1f 100644
--- a/zte/sfc-driver/pom.xml
+++ b/zte/sfc-driver/pom.xml
@@ -20,7 +20,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.nfvo.driver.sfc</groupId>