diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-24 15:20:25 -0700 |
---|---|---|
committer | vagrant <vv770d@att.com> | 2018-09-07 16:20:54 +0000 |
commit | aa34eb2ff33184ae9e62b645959c3354afc8665c (patch) | |
tree | 521f721804be70f16e628f17b11f85336bf1781b | |
parent | deb43ad5197d95e1a7cbaab192678c52aa13298d (diff) |
Use managed guava version
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: I7257b91c68bf632a755f678122ecc0fe1d8f1306
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
-rw-r--r-- | pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -18,20 +18,19 @@ limitations under the License. ECOMP is a trademark and service mark of AT&T Intellectual Property. --> - <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> <parent> - <groupId>org.onap</groupId> - <artifactId>dcaegen2</artifactId> - <version>1.2.0-SNAPSHOT</version> + <groupId>org.onap.oparent</groupId> + <artifactId>oparent</artifactId> + <version>1.2.0</version> </parent> <!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo --> <groupId>org.onap.dcaegen2</groupId> <artifactId>collectors</artifactId> <name>dcaegen2-collectors</name> - + <version>1.1.0-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> |