aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleila <leila.nishimwe@bell.ca>2023-01-24 09:54:31 -0500
committerleila <leila.nishimwe@bell.ca>2023-01-24 09:54:37 -0500
commitd3b39c0b57e403ac247efa93e9b3ee48414af8ff (patch)
treeb382638b5ddcce8083df6c44dbfb7cf98e6e4ee8
parent3d17122c6a8da77054661adc0a18197162e6dfef (diff)
[AAI] Upversion resources 1.10.1
Issue-ID: AAI-3622 Signed-off-by: leila <leila.nishimwe@bell.ca> Change-Id: Ia99ae6b15a30e22862e815144e6b851abb8ad418
-rw-r--r--aai-resources/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml
index bc8cd57..609aafa 100644
--- a/aai-resources/pom.xml
+++ b/aai-resources/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.10.1-SNAPSHOT</version>
</parent>
<properties>
<java.version>1.8</java.version>
diff --git a/pom.xml b/pom.xml
index 4adc28c..fdbd13a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.10.1-SNAPSHOT</version>
<name>aai-resources</name>
<packaging>pom</packaging>
<modules>
diff --git a/version.properties b/version.properties
index 6117b37..935c9ab 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major_version=1
minor_version=10
-patch_version=0
+patch_version=1
base_version=${major_version}.${minor_version}.${patch_version}