diff options
Diffstat (limited to 'version-manifest/pom.xml')
-rw-r--r-- | version-manifest/pom.xml | 8 |
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> |