Create aai-resources 1.13.0 version 65/136965/2
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Thu, 11 Jan 2024 08:21:38 +0000 (09:21 +0100)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Thu, 11 Jan 2024 14:21:48 +0000 (15:21 +0100)
Version with fix of an issue with missing bulk operation index on request body parsing error

Issue-ID: AAI-3722
Change-Id: I2faaf901fb063a9ea04cac2c8308fdc749b2ee52
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
aai-resources/pom.xml
pom.xml
version.properties

index cfd2c8d..631e7e8 100644 (file)
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.onap.aai.resources</groupId>
         <artifactId>resources</artifactId>
-        <version>1.12.3-SNAPSHOT</version>
+        <version>1.13.0-SNAPSHOT</version>
     </parent>
     <properties>
         <java.version>1.8</java.version>
diff --git a/pom.xml b/pom.xml
index e5b55fe..f0c1b25 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     </parent>
     <groupId>org.onap.aai.resources</groupId>
     <artifactId>resources</artifactId>
-    <version>1.12.3-SNAPSHOT</version>
+    <version>1.13.0-SNAPSHOT</version>
     <name>aai-resources</name>
     <packaging>pom</packaging>
     <modules>
@@ -58,7 +58,7 @@
                 Using https://code.revelc.net/formatter-maven-plugin/ for Eclipse formatter
                 Using https://github.com/diffplug/spotless/tree/master/plugin-maven for import order
                 Use in combination to rewrite code and imports, then checkstyle
-                
+
                 mvn formatter:format spotless:apply process-sources
                 -->
                 <plugin>
index 60c0073..39cb3bf 100644 (file)
@@ -4,8 +4,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major_version=1
-minor_version=12
-patch_version=3
+minor_version=13
+patch_version=0
 
 base_version=${major_version}.${minor_version}.${patch_version}