summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-02-06 09:56:55 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-02-06 09:56:55 +0100
commit2a21d927fdd7225bcdebd303eb4bdb458a59a8a2 (patch)
treecc51e44740ba76535b7b41cfb8b9ddf32f6d0376
parent137d204f05cca5e552df814f8f031a2b87cec22a (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>
-rw-r--r--aai-traversal/pom.xml2
-rw-r--r--pom.xml6
-rw-r--r--version.properties2
3 files changed, 5 insertions, 5 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml
index 14764ca..4a6f8bf 100644
--- a/aai-traversal/pom.xml
+++ b/aai-traversal/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.aai.traversal</groupId>
<artifactId>traversal</artifactId>
- <version>1.13.2-SNAPSHOT</version>
+ <version>1.13.3-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai.traversal</groupId>
<artifactId>aai-traversal</artifactId>
diff --git a/pom.xml b/pom.xml
index 5a54f04..dac29d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
diff --git a/version.properties b/version.properties
index 20248c5..4cf9013 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major_version=1
minor_version=13
-patch_version=2
+patch_version=3
base_version=${major_version}.${minor_version}.${patch_version}