[DMAAP-KAFKA-CLIENT] Update pom group id 97/133597/2
authorefiacor <fiachra.corcoran@est.tech>
Thu, 9 Mar 2023 12:01:03 +0000 (12:01 +0000)
committerefiacor <fiachra.corcoran@est.tech>
Thu, 9 Mar 2023 12:11:24 +0000 (12:11 +0000)
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I7631f7fd821c9b8b2f8914d47ce81652d90c792e
Issue-ID: DMAAP-1847

kafkaClient/pom.xml
pom.xml
sampleClient/pom.xml

index 9fa48b3..19b2adb 100644 (file)
@@ -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 (file)
--- 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>
index d51df67..6069846 100644 (file)
@@ -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>