diff options
author | Lusheng Ji <lji@research.att.com> | 2017-09-14 04:50:46 +0000 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-09-14 04:50:54 +0000 |
commit | 93ed9de8d75d30ed52af08f054bae6f633df1328 (patch) | |
tree | 01f8ab89ba59d3249a7c5954f78767d2bd01a2b6 /scripts | |
parent | 469b1c9a5e73384505466bd98e526f33a7d34313 (diff) |
Correct artifact id
Issue-Id: DCAEGEN2-60
Change-Id: I000b53336a204f1892dfad826c7b3341aa46dee3
Signed-off-by: Lusheng Ji <lji@research.att.com>
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> |