From de562b2460f6ce3a935b5c2201a4cd85bed4fc93 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Fri, 22 Nov 2019 12:29:41 -0500 Subject: [PATCH] Explicitly set common release version Issue-ID: AAI-2724 Signed-off-by: Jimmy Forsyth Change-Id: I17552f6d1aaed35ae398d743e38e04fef95492f2 --- aai-parent/pom.xml | 49 +++++++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 767d3110..5f9788dc 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -24,6 +24,11 @@ + + 1.6.1-SNAPSHOT + 1.5.1 + 1.5.1 + 1.6.0 2.1.15 4.7.2 @@ -76,13 +81,29 @@ 4.3.25.RELEASE 4.3.25.RELEASE 1.0.8.RELEASE - 1.5.1 - 1.5.1 - 1.6.0 + + + org.onap.aai.aai-common + aai-schema-ingest + ${aai.release.version} + + + + org.onap.aai.aai-common + aai-core + ${aai.release.version} + + + + org.onap.aai.aai-common + aai-annotations + ${aai.release.version} + + com.fasterxml.jackson jackson-bom @@ -364,31 +385,13 @@ ${gson.version} - - org.onap.aai.aai-common - aai-schema-ingest - ${project.version} - - - - org.onap.aai.aai-common - aai-core - ${project.version} - - - + org.apache.commons commons-text ${commons.text.version} - - org.onap.aai.aai-common - aai-annotations - ${project.version} - - org.codehaus.jackson jackson-core-asl @@ -400,11 +403,13 @@ jersey-core ${jersey.version} + com.sun.jersey jersey-client ${jersey.version} + com.sun.jersey jersey-json -- 2.16.6