From b62fc3ddf19b23a8b7cd52e718bced699444dd84 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 12 Jun 2024 13:40:51 +0200 Subject: Update aai-common to 1.14.0 in traversal - update aai-common to 1.14.0 which contains Janusgraph update to 0.3.3 Issue-ID: AAI-3870 Change-Id: I7200d140a04845866bb189d8bdf5a820a710dd68 Signed-off-by: Fiete Ostkamp --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 21f2965..e09c1fe 100644 --- a/pom.xml +++ b/pom.xml @@ -26,11 +26,11 @@ org.onap.aai.aai-common aai-parent - 1.13.3 + 1.14.0 org.onap.aai.traversal traversal - 1.13.5-SNAPSHOT + 1.14.0-SNAPSHOT aai-traversal pom @@ -41,7 +41,8 @@ Nexus Proxy Properties and Snapshot Locations Ideally this can be overwritten at runtime per internal environment specific values at runtime --> - 1.13.6 + + 1.14.0-SNAPSHOT https://nexus.onap.org /content/sites/site/org/onap/aai/traversal/${project.artifactId}/${project.version} /content/repositories/releases/ @@ -58,7 +59,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 --> -- cgit 1.2.3-korg