summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-08-24 15:13:38 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-08-27 10:24:01 -0700
commit3dabe93175f0792f1406db62ff372d7c8c5cb96a (patch)
treef51bb92139f8c6a59034a61d2482158168fc74d9
parente8c19d3e92f053630532dfdcc2671b3d1a6078a5 (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: I44a95ff149d7ff86452e4b86e4ca522c306e8499 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index f47a257..ae171b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,9 +30,9 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.1.0</version>
+ <version>1.2.0</version>
</parent>
-
+
<properties>
<!-- <sonar.skip>true</sonar.skip> -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -374,7 +374,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore />
+ <ignore/>
</action>
</pluginExecution>
</pluginExecutions>