aboutsummaryrefslogtreecommitdiffstats
path: root/version-manifest/pom.xml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-09-01 13:44:23 -0700
committerGary Wu <gary.i.wu@huawei.com>2017-09-01 13:44:23 -0700
commitab395aba7794a7f3739205e80a2cd9c3546b7534 (patch)
treef22c0ffd553b981225cdfbc8e05910e41777612d /version-manifest/pom.xml
parent4ccabfb4a41f5b2e81dc6e3a44b0cdc7cb375cda (diff)
Add root pom for integration repo
Change-Id: I8e34d7488ae276ade135083b724707b50141443e Issue-ID: INT-124 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'version-manifest/pom.xml')
-rw-r--r--version-manifest/pom.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml
index 38b90c9c3..5d3f56983 100644
--- a/version-manifest/pom.xml
+++ b/version-manifest/pom.xml
@@ -2,14 +2,12 @@
<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>0.1.0</version>
+ <groupId>org.onap.integration</groupId>
+ <artifactId>root</artifactId>
+ <version>0.1.0-SNAPSHOT</version>
</parent>
- <groupId>org.onap.integration</groupId>
<artifactId>version-manifest</artifactId>
<packaging>maven-plugin</packaging>
- <version>0.1.0-SNAPSHOT</version>
<name>ONAP Version Manifest and Maven Plugin</name>
<url>https://www.onap.org</url>
<properties>