Update AAI-Resources SNAPSHOT version to 1.13.4 92/137692/1
authorDasar <avinash.ganesh.dasar@accenture.com>
Mon, 15 Apr 2024 06:29:01 +0000 (11:59 +0530)
committerDasar <avinash.ganesh.dasar@accenture.com>
Mon, 15 Apr 2024 06:29:01 +0000 (11:59 +0530)
- Change AAI-Resources SNAPSHOT version from 1.13.3. to 1.13.4

Issue-ID: AAI-3793
Change-Id: I8ea8495b38e77e0c784d1685ee3ac3e801e5e5a7
Signed-off-by: Dasar <avinash.ganesh.dasar@accenture.com>
aai-resources/pom.xml
pom.xml
version.properties

index 79a1d75..c22ef1c 100644 (file)
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.onap.aai.resources</groupId>
         <artifactId>resources</artifactId>
-        <version>1.13.3-SNAPSHOT</version>
+        <version>1.13.4-SNAPSHOT</version>
     </parent>
     <properties>
         <java.version>1.8</java.version>
diff --git a/pom.xml b/pom.xml
index 2a9ae56..1f77925 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     </parent>
     <groupId>org.onap.aai.resources</groupId>
     <artifactId>resources</artifactId>
-    <version>1.13.3-SNAPSHOT</version>
+    <version>1.13.4-SNAPSHOT</version>
     <name>aai-resources</name>
     <packaging>pom</packaging>
     <modules>
index 4cf9013..c5bbf54 100644 (file)
@@ -5,7 +5,7 @@
 
 major_version=1
 minor_version=13
-patch_version=3
+patch_version=4
 
 base_version=${major_version}.${minor_version}.${patch_version}