[AAI] Upversion resources 1.10.1 00/133000/1
authorleila <leila.nishimwe@bell.ca>
Tue, 24 Jan 2023 14:54:31 +0000 (09:54 -0500)
committerleila <leila.nishimwe@bell.ca>
Tue, 24 Jan 2023 14:54:37 +0000 (09:54 -0500)
Issue-ID: AAI-3622

Signed-off-by: leila <leila.nishimwe@bell.ca>
Change-Id: Ia99ae6b15a30e22862e815144e6b851abb8ad418

aai-resources/pom.xml
pom.xml
version.properties

index bc8cd57..609aafa 100644 (file)
@@ -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 (file)
--- 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>
index 6117b37..935c9ab 100644 (file)
@@ -5,7 +5,7 @@
 
 major_version=1
 minor_version=10
-patch_version=0
+patch_version=1
 
 base_version=${major_version}.${minor_version}.${patch_version}