summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2023-03-09 12:01:03 +0000
committerefiacor <fiachra.corcoran@est.tech>2023-03-09 12:11:24 +0000
commit2d3181aa8e21a6f4b31565958cf2cb35bc836dff (patch)
tree0288441b7f12fd8b3bc55e48f98896d53da8dd29
parent38f5b4b9dc667c52561867d4e36f940109f3e3a5 (diff)
[DMAAP-KAFKA-CLIENT] Update pom group id
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I7631f7fd821c9b8b2f8914d47ce81652d90c792e Issue-ID: DMAAP-1847
-rw-r--r--kafkaClient/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--sampleClient/pom.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/kafkaClient/pom.xml b/kafkaClient/pom.xml
index 9fa48b3..19b2adb 100644
--- a/kafkaClient/pom.xml
+++ b/kafkaClient/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.dmaap.kafka</groupId>
+ <groupId>org.onap.dmaap.kafka11aaf</groupId>
<artifactId>parent</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
diff --git a/pom.xml b/pom.xml
index 08236bd..0704c8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
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.kafka</groupId>
+ <groupId>org.onap.dmaap.kafka11aaf</groupId>
<artifactId>parent</artifactId>
<name>dmaap-kafka</name>
<version>${revision}</version>
diff --git a/sampleClient/pom.xml b/sampleClient/pom.xml
index d51df67..6069846 100644
--- a/sampleClient/pom.xml
+++ b/sampleClient/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.dmaap.kafka</groupId>
+ <groupId>org.onap.dmaap.kafka11aaf</groupId>
<artifactId>parent</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
@@ -20,7 +20,7 @@
<dependencies>
<dependency>
- <groupId>org.onap.dmaap.kafka</groupId>
+ <groupId>org.onap.dmaap.kafka11aaf</groupId>
<artifactId>onap-kafka-client</artifactId>
<version>0.0.1-SNAPSHOT</version>
<exclusions>