diff options
author | 2017-09-26 11:29:39 +0200 | |
---|---|---|
committer | 2017-09-26 10:53:02 +0000 | |
commit | ef17e0e73288b8d1a7a5124a62eef54b13722f7e (patch) | |
tree | 9506d20b7109aa74787fdb8a055cf213fa194ff4 | |
parent | 50d46ba6a867bf7c0d6323ea881b9feb23785098 (diff) |
Test artifact ID
Issue-Id: DCAEGEN2-60
Change-Id: Ie80ae91e5b66af0cbdc21dc8ef5f638d8153d84c
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | platformdoc/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/platformdoc/pom.xml b/platformdoc/pom.xml index 9c07291a..573f395d 100644 --- a/platformdoc/pom.xml +++ b/platformdoc/pom.xml @@ -22,7 +22,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.dcaegen2</groupId> - <artifactId>root</artifactId> + <artifactId>dcaegen2</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2</groupId> @@ -26,9 +26,9 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <version>0.1.1</version> </parent> <!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo --> - <groupId>org.onap</groupId> + <groupId>org.onap.dcaegen2</groupId> <artifactId>dcaegen2</artifactId> - <name>dcaegen2-root</name> + <name>dcaegen2</name> <version>1.0.0-SNAPSHOT</version> <url>http://maven.apache.org</url> |