aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Gathman <jonathan.gathman@att.com>2018-09-07 11:55:59 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-07 11:55:59 +0000
commitb6f0af4b5497212f8e5e6a3f2fe7f77554f81700 (patch)
tree8bcb871392866019f9736261dfbb1fb54c6fc092
parenta35326857c53a242b0821d99fbfeff5a0e9bf468 (diff)
parent3dabe93175f0792f1406db62ff372d7c8c5cb96a (diff)
Merge "Use managed guava version"
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index da16ab6..72ad5b3 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>