From: Michal Jagiello Date: Thu, 11 Jan 2024 08:21:38 +0000 (+0100) Subject: Create aai-resources 1.13.0 version X-Git-Tag: 1.13.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=259e454600a6e5d496f584bbe12942240a88562b;p=aai%2Fresources.git Create aai-resources 1.13.0 version 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 --- diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index cfd2c8d5..631e7e84 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.resources resources - 1.12.3-SNAPSHOT + 1.13.0-SNAPSHOT 1.8 diff --git a/pom.xml b/pom.xml index e5b55fe9..f0c1b25d 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.resources resources - 1.12.3-SNAPSHOT + 1.13.0-SNAPSHOT aai-resources pom @@ -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 --> diff --git a/version.properties b/version.properties index 60c0073c..39cb3bf4 100644 --- a/version.properties +++ b/version.properties @@ -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}