diff options
author | Ram Koya <rk541m@att.com> | 2018-09-19 02:25:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-19 02:25:59 +0000 |
commit | e2557bf15822f65c0b21bf74c9a0200328ee4013 (patch) | |
tree | acc1d7bb8b29906b69bf466441f44c79e4a7ae19 /pom.xml | |
parent | 1cb526d1675874ec7ffc3e6bfe2b4c89b0affa4d (diff) | |
parent | 6454abb6d4e469b0bb33dbc94105bae6c31dbe89 (diff) |
Merge "Use managed guava version"
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> |