summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-09-21 05:42:28 +0000
committerLusheng Ji <lji@research.att.com>2017-09-21 05:42:28 +0000
commitd92d4485b1838c9942cba08458ceff29b0555206 (patch)
tree127a5020e62f5daa15c8dff3d5d1fc70750a07dd /scripts
parent93ed9de8d75d30ed52af08f054bae6f633df1328 (diff)
Use dcaegen2 as pom parent
Issue-Id: DCAEGEN2-103 Change-Id: I568ae97a2df0dfca099624810800e3e781f1aeb8 Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/pom.xml2
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>