diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/pom.xml b/scripts/pom.xml index f2711cf..c46a573 100644 --- a/scripts/pom.xml +++ b/scripts/pom.xml @@ -26,8 +26,8 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <version>1.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.deployments</groupId> - <artifactId>dcaegen2-deployments-scripts</artifactId> - <name>scripts</name> + <artifactId>scripts</artifactId> + <name>dcaegen2-deployments-scripts</name> <version>1.0.0-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> |