aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2019-02-21 19:21:32 +0000
committerdglFromAtt <dgl@research.att.com>2019-02-21 19:21:40 +0000
commit1f1ccb1e05c348e0404fa9ad7d95e56f592ce348 (patch)
treef5a8e80642cdbf847a97ada050b7a55d290ab134
parentd0a915d10c00314ecc1f07c2ecf9dd239ee47aad (diff)
Repair artifact id in parent pom
Change-Id: I426b4e523bc6a9aa925f9653c51f74e68b09bd21 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-1046
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 41f0847..2ddedca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,9 +20,9 @@
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>org.onap.dmaap</groupId>
+ <groupId>org.onap.dmaap.buscontroller</groupId>
<artifactId>parent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
<name>dmaap-buscontroller</name>
<packaging>pom</packaging>