aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-08-24 15:20:45 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-08-27 10:27:16 -0700
commit226b5fd82028ac7f75b0f8e9ce2fa7b826cd9305 (patch)
treecd3ddcdd947a21936bd44d7823d723d642ec5af1
parent701ab640f1d99f955ba0b14ae5bde49a3b7887f4 (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: Idcd5f08421807ccea03a7163bf61e1519f45146b Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 0e89237..8d6ba86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.1.0</version>
+ <version>1.2.0</version>
</parent>
<!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo -->
@@ -269,5 +269,3 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
</plugins>
</build>
</project>
-
-