diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2023-12-27 16:58:34 +0100 |
---|---|---|
committer | Fiete Ostkamp <fiete.ostkamp@telekom.de> | 2023-12-28 16:40:16 +0000 |
commit | 8c73a2f4ebf8067e630ce7525183f75bbf8a9bce (patch) | |
tree | 976a38afad4b3e21333ad8e3c6698fec5630b6a7 | |
parent | 603db46b6b5053a4cc43e646cbe6cc0ec6db6771 (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>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |