diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-02-06 09:56:55 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-02-06 09:56:55 +0100 |
commit | 2a21d927fdd7225bcdebd303eb4bdb458a59a8a2 (patch) | |
tree | cc51e44740ba76535b7b41cfb8b9ddf32f6d0376 /pom.xml | |
parent | 137d204f05cca5e552df814f8f031a2b87cec22a (diff) |
Update aai-common to 1.13.3 in traversal
- update aai-common to version 1.13.3
- bump version to 1.13.3
Issue-ID: AAI-3764
Change-Id: I2aedfcfbb7b85658b302da9f0bf28392878f2116
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,11 +26,11 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.13.2</version> + <version>1.13.3</version> </parent> <groupId>org.onap.aai.traversal</groupId> <artifactId>traversal</artifactId> - <version>1.13.2-SNAPSHOT</version> + <version>1.13.3-SNAPSHOT</version> <name>aai-traversal</name> <packaging>pom</packaging> <modules> @@ -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.13.2</aai.common.version> + <aai.common.version>1.13.3</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> |