diff options
author | Prudence Au <prudence.au@amdocs.com> | 2018-08-29 13:20:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-29 13:20:04 +0000 |
commit | 5e533d0c4a7368174269136c5fd50014f9a39576 (patch) | |
tree | 11a6e37b9b60aec3c75e512759e2545c44b8c99f | |
parent | 54dec15de7897cc737c2daa5c8f904483215ef2e (diff) | |
parent | e531378de70c6fe5684b2c26ad67de6c9328a991 (diff) |
Merge "Use managed guava version"
-rw-r--r-- | pom.xml | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.logging-analytics.pomba</groupId>
@@ -13,7 +11,7 @@ <parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.1.1</version>
+ <version>1.2.0</version>
<relativePath/>
</parent>
|