diff options
author | 2023-03-09 12:01:03 +0000 | |
---|---|---|
committer | 2023-03-09 12:11:24 +0000 | |
commit | 2d3181aa8e21a6f4b31565958cf2cb35bc836dff (patch) | |
tree | 0288441b7f12fd8b3bc55e48f98896d53da8dd29 /kafkaClient | |
parent | 38f5b4b9dc667c52561867d4e36f940109f3e3a5 (diff) |
[DMAAP-KAFKA-CLIENT] Update pom group id
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I7631f7fd821c9b8b2f8914d47ce81652d90c792e
Issue-ID: DMAAP-1847
Diffstat (limited to 'kafkaClient')
-rw-r--r-- | kafkaClient/pom.xml | 2 |
1 files changed, 1 insertions, 1 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> |