diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pom.xml b/scripts/pom.xml index c46a573..f72a9a0 100644 --- a/scripts/pom.xml +++ b/scripts/pom.xml @@ -21,7 +21,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <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.dcaegen2</groupId> + <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>deployments</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> |