[AAI] Upversion resources to 1.10.0 44/132944/1
authorleila <leila.nishimwe@bell.ca>
Wed, 18 Jan 2023 20:47:56 +0000 (15:47 -0500)
committerleila <leila.nishimwe@bell.ca>
Wed, 18 Jan 2023 20:49:12 +0000 (15:49 -0500)
Issue-ID: AAI-3622

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

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

index c9c93d3..bc8cd57 100644 (file)
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.onap.aai.resources</groupId>
         <artifactId>resources</artifactId>
-        <version>1.9.6-SNAPSHOT</version>
+        <version>1.10.0-SNAPSHOT</version>
     </parent>
     <properties>
         <java.version>1.8</java.version>
diff --git a/pom.xml b/pom.xml
index d41d930..4adc28c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     </parent>
     <groupId>org.onap.aai.resources</groupId>
     <artifactId>resources</artifactId>
-    <version>1.9.6-SNAPSHOT</version>
+    <version>1.10.0-SNAPSHOT</version>
     <name>aai-resources</name>
     <packaging>pom</packaging>
     <modules>
index 79d7ece..6117b37 100644 (file)
@@ -4,8 +4,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major_version=1
-minor_version=9
-patch_version=6
+minor_version=10
+patch_version=0
 
 base_version=${major_version}.${minor_version}.${patch_version}