diff options
author | Ethan Lynn <ethanlynnl@vmware.com> | 2018-09-03 03:04:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-03 03:04:57 +0000 |
commit | 0f142756b80f1c5a28bff0f68e77109447fe36e6 (patch) | |
tree | 4c2167bdf3e9ad710b0272be325939ae3cafcf5f /vio | |
parent | 8cfd22df9d2a5b80feb3d651481136e0a1bf2720 (diff) | |
parent | 5fbba5bcab406d00e375fa5cfecd496d21733de8 (diff) |
Merge "Use managed guava version"
Diffstat (limited to 'vio')
-rw-r--r-- | vio/pom.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/vio/pom.xml b/vio/pom.xml index c2864a9..173544c 100644 --- a/vio/pom.xml +++ b/vio/pom.xml @@ -12,13 +12,11 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> -<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"> <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0</version> + <version>1.2.0</version> <relativePath>../oparent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |