diff options
author | 2018-09-07 11:55:59 +0000 | |
---|---|---|
committer | 2018-09-07 11:55:59 +0000 | |
commit | b6f0af4b5497212f8e5e6a3f2fe7f77554f81700 (patch) | |
tree | 8bcb871392866019f9736261dfbb1fb54c6fc092 | |
parent | a35326857c53a242b0821d99fbfeff5a0e9bf468 (diff) | |
parent | 3dabe93175f0792f1406db62ff372d7c8c5cb96a (diff) |
Merge "Use managed guava version"
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |