Update aai-common dependency in resources 01/136901/2
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 27 Dec 2023 15:58:34 +0000 (16:58 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Thu, 28 Dec 2023 16:40:16 +0000 (16:40 +0000)
- update aai-common version to 1.11.0

Issue-ID: AAI-3698
Change-Id: Id0bfd0ee8d54f2350e6d4eaccbc0789c733c6ad3
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
pom.xml

diff --git a/pom.xml b/pom.xml
index 5a123b4..e5b55fe 100644 (file)
--- 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>