diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-07-28 17:23:18 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-07-28 18:24:24 +0800 |
commit | 5978df58ad72bcffbdfc598d3f39cb1476f47c5e (patch) | |
tree | b9ba3bb7829c4949b6d181c99979575ba5f36d59 /pom.xml | |
parent | 835d87162f6e69d0a4724e46bce9228fc4cea31a (diff) |
inherit from oparent
Change-Id: I65ec3504fcf1399d12d40cf646b21030dfaa9265
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -18,18 +18,19 @@ --> <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.oparent</groupId> + <artifactId>oparent</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + <groupId>org.onap.msb.discovery</groupId> <artifactId>msb-discovery-parent</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>onap/msb/msb-discovery-parent</name> <properties> -<!-- <nexusproxy>http://proxynj.zte.com.cn</nexusproxy> - <nexus.repository.release>dav:http://10.74.156.77/repos/content/repositories/releases</nexus.repository.release> - <nexus.repository.snapshot>dav:http://10.74.156.77/repos/content/repositories/snapshots</nexus.repository.snapshot> --> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |