diff options
Diffstat (limited to 'version-manifest/pom.xml')
-rw-r--r-- | version-manifest/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml index 11318e612..38b90c9c3 100644 --- a/version-manifest/pom.xml +++ b/version-manifest/pom.xml @@ -3,12 +3,13 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.oparent</groupId> - <artifactId>version</artifactId> + <artifactId>oparent</artifactId> <version>0.1.0</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> @@ -51,7 +52,7 @@ <artifactId>maven-plugin-plugin</artifactId> <version>3.2</version> <configuration> - <goalPrefix>version-check</goalPrefix> + <goalPrefix>version-manifest</goalPrefix> <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> </configuration> <executions> |