diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-01-02 13:57:59 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-01-02 13:57:59 +0100 |
commit | dd0160e654eba5b2758b7bb214424fd1aee13eb6 (patch) | |
tree | 3173dc96fb2f5b59ca8cf14dbf5e782111552180 | |
parent | c41b630be22b268729fc9fa970de67653ff934af (diff) |
Upgrade aai-common dependency in traversal
- upgrade aai-common from 1.9.4 to 1.11.0
Issue-ID: AAI-3699
Change-Id: If053e2701631ed901c543b8f702cc25f37ac51d3
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.traversal</groupId> <artifactId>traversal</artifactId> @@ -41,7 +41,7 @@ Nexus Proxy Properties and Snapshot Locations Ideally this can be overwritten at runtime per internal environment specific values at runtime --> - <aai.common.version>1.9.4</aai.common.version> + <aai.common.version>1.11.0</aai.common.version> <nexusproxy>https://nexus.onap.org</nexusproxy> <site.path>/content/sites/site/org/onap/aai/traversal/${project.artifactId}/${project.version}</site.path> <release.path>/content/repositories/releases/</release.path> |