From: Fiete Ostkamp Date: Mon, 17 Jun 2024 07:23:54 +0000 (+0200) Subject: Update aai-common to 1.14.1 in resources X-Git-Tag: 1.14.1^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1fef128513bc75ad61876c696f070579f38c94e6;p=aai%2Fresources.git Update aai-common to 1.14.1 in resources - includes tinkerpop update from 3.3.0 to 3.3.11 - update guava from 18 to 25.0-jre - resolve maven build warnings (undeclared dep versions, duplicate deps, reporting configuration) Issue-ID: AAI-3878 Change-Id: Ia04619eff77b13e77caddbe5483dfd944e75821e Signed-off-by: Fiete Ostkamp --- diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 242c4a32..8ef378c3 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.resources resources - 1.14.0-SNAPSHOT + 1.14.1-SNAPSHOT 1.8 @@ -497,10 +497,6 @@ org.freemarker freemarker - - javax.xml.bind - jaxb-api - org.onap.aaf.authz aaf-cadi-aaf @@ -739,14 +735,11 @@ ${spring-cloud.version} pom import - - + com.google.guava guava - 19.0 + 25.0-jre @@ -943,6 +936,7 @@ org.apache.maven.plugins maven-javadoc-plugin + 2.10.4 maven-assembly-plugin diff --git a/pom.xml b/pom.xml index 44f7a4fb..8bd1cc17 100644 --- a/pom.xml +++ b/pom.xml @@ -26,11 +26,11 @@ org.onap.aai.aai-common aai-parent - 1.14.0 + 1.14.1 org.onap.aai.resources resources - 1.14.0-SNAPSHOT + 1.14.1-SNAPSHOT aai-resources pom @@ -48,7 +48,7 @@ /content/repositories/staging/ ${project.version} - 1.14.0 + 1.14.1 1.12.4 diff --git a/version.properties b/version.properties index 5dfb2ddd..654a031f 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=14 -patch_version=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version}