summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-03-06 15:10:44 -0500
committerPatrick Brady <pb071s@att.com>2018-03-06 15:10:49 -0500
commit6d80221760f2ebe69a63d82ea3f585a45018fd19 (patch)
treef528b032f0b9f5e6c1b4e25e6dd65fe3f66fa88f
parente81b5df95fde8923b0ffba26595aae443bdec98d (diff)
Correct groupid
Incorrect groupid is causing deploy to fail. Change-Id: I372e4b0546cfb10cfab9d4c7b193185b038633b7 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-627
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index cfa4fed..833f850 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,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>
- <groupId>com.att.appc</groupId>
+ <groupId>org.onap.appc.cdt</groupId>
<artifactId>config-design-tool</artifactId>
<version>1.6.0-SNAPSHOT</version>
<packaging>pom</packaging>