diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-24 15:30:17 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-08-27 10:31:40 -0700 |
commit | 5f4eaf4ecc70be146af42b60ddd718ebd8dce62e (patch) | |
tree | 16d9afdffbe5ce173d5f7027d5ac74ce2fc16ce8 | |
parent | a28db5ecb8fce539955031018975bd845e4a7f59 (diff) |
Use centrally managed guava version specified in
oparent. Includes upgrade to oparent 1.2.0.
This change was submitted by script and may include
additional whitespace or formatting changes.
Change-Id: I1fa46d6fd3856d1b55fa187aed61e502b949fe06
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rwxr-xr-x | pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,6 +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/maven-v4_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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> @@ -16,7 +15,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> |