diff options
author | Brendan Tschaen <bt054f@att.com> | 2018-09-10 14:07:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-10 14:07:44 +0000 |
commit | 3a23f55f4d220eec87cbf7f490eedbdf0ca04ecd (patch) | |
tree | 41680d16da791805c75ae61639636c8d8da85bec | |
parent | 8dba1b50df7c0d5285f5f62f85bca4e6116b067d (diff) | |
parent | d15d25b09ac9d6df956cc47089700ef7c3a81f2d (diff) |
Merge "Use managed guava version"
-rw-r--r-- | pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -30,8 +30,8 @@ stated inside of the file. <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>0.1.1</version> - <relativePath /> + <version>1.2.0</version> + <relativePath/> </parent> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -226,4 +226,3 @@ stated inside of the file. </site> </distributionManagement> </project> - |