diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-24 15:22:40 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-08-27 10:28:14 -0700 |
commit | 6454abb6d4e469b0bb33dbc94105bae6c31dbe89 (patch) | |
tree | f433a77f66d2dde16a9af7fcd7c96418908a8381 /pom.xml | |
parent | 476332cc4a86aada98798c23f6f48b0df6307375 (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: I2b9a2311c7c5d23406923c8d056fb8da8ae6a9be
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,3 +1,4 @@ +<?xml version="1.0"?> <!-- ============LICENSE_START======================================================= org.onap.dmaap ================================================================================ Copyright © 2017 AT&T Intellectual Property. All rights reserved. ================================================================================ @@ -9,8 +10,7 @@ OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END========================================================= 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/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> <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId> <artifactId>dmaapClient</artifactId> @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0</version> + <version>1.2.0</version> </parent> <properties> <!-- for the client library, we want to allow 1.6 or later --> @@ -63,13 +63,13 @@ <developers> <developer> <name>Rajashree</name> - <email></email> + <email/> <organization>ATT</organization> <organizationUrl>www.att.com</organizationUrl> </developer> <developer> <name>Ramkumar</name> - <email></email> + <email/> <organization>ATT</organization> <organizationUrl>www.att.com</organizationUrl> </developer> |