aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-12-27 16:58:34 +0100
committerFiete Ostkamp <fiete.ostkamp@telekom.de>2023-12-28 16:40:16 +0000
commit8c73a2f4ebf8067e630ce7525183f75bbf8a9bce (patch)
tree976a38afad4b3e21333ad8e3c6698fec5630b6a7 /pom.xml
parent603db46b6b5053a4cc43e646cbe6cc0ec6db6771 (diff)
Update aai-common dependency in resources
- update aai-common version to 1.11.0 Issue-ID: AAI-3698 Change-Id: Id0bfd0ee8d54f2350e6d4eaccbc0789c733c6ad3 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 5a123b4..e5b55fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-parent</artifactId>
- <version>1.9.4</version>
+ <version>1.11.0</version>
</parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
@@ -48,7 +48,7 @@
<staging.path>/content/repositories/staging/</staging.path>
<!-- GMaven plugin uses this property to figure out the name of the docker tag -->
<aai.project.version>${project.version}</aai.project.version>
- <aai.common.version>1.9.4</aai.common.version>
+ <aai.common.version>1.11.0</aai.common.version>
<aai.schema.service.version>1.12.3</aai.schema.service.version>
</properties>
<build>