aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDasar <avinash.ganesh.dasar@accenture.com>2024-05-17 13:12:44 +0530
committerDasar <avinash.ganesh.dasar@accenture.com>2024-05-17 13:12:44 +0530
commit42b5490c1aa063faff613b395fe4e13e832d1059 (patch)
tree0f0ff15afe9b93ac0b112346532135bb8d883cab /pom.xml
parent9b632870268cbb897c8c7f5b8f44ed08d23c6e97 (diff)
Remove DMaaP references from GraphAdmin
- Replace DMaaP related configuration to Kafka - Upgrade AAI-Common version to 1.13.6 Issue-ID: AAI-3821 Change-Id: Ifed2bbcc8bb052d3b42dc1978be31b372e64582c Signed-off-by: Dasar <avinash.ganesh.dasar@accenture.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b1ab68a..15ad515 100755
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
<docker.push.registry>localhost:5000</docker.push.registry>
<aai.docker.version>1.0.0</aai.docker.version>
<aai.schema.service.version>1.12.3</aai.schema.service.version>
- <aai.common.version>1.13.5</aai.common.version>
+ <aai.common.version>1.13.6</aai.common.version>
<aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/
</aai.build.directory>
<aai.docker.namespace>onap</aai.docker.namespace>