From 69f4409bb70e8891a08219133bfc09c07aecbde6 Mon Sep 17 00:00:00 2001 From: "Lee, Tian (tl5884)" Date: Mon, 1 Oct 2018 13:55:40 +0100 Subject: Fix aaf-cadi-master-release-version-java-daily job Job is failing because aaf-cadi-aaf version 2.1.2 cannot be found in the release repository. Change-Id: I1f339401e514c93b5311d9c995832b12a5983631 Issue-ID: AAF-528 Signed-off-by: Lee, Tian (tl5884) --- pom.xml | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index a4ffa90..23af218 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,8 @@ * ============LICENSE_END==================================================== * --> - + 4.0.0 org.onap.aaf.cadi cadimiscparent @@ -34,21 +35,22 @@ - - ${project.version} + + 2.1.2-SNAPSHOT UTF-8 9.3.9.v20160517 1.5.1 - - 0.7.7.201606060606 - 3.2 - jacoco - - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec - - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + + 0.7.7.201606060606 + 3.2 + jacoco + + target/code-coverage/jacoco-ut.exec + target/code-coverage/jacoco-it.exec + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** https://nexus.onap.org /content/repositories/snapshots/ /content/repositories/releases/ @@ -158,7 +160,7 @@ - + org.onap.aaf.authz aaf-cadi-core @@ -252,8 +254,8 @@ - javax.servlet - javax.servlet-api + javax.servlet + javax.servlet-api 3.0.1 @@ -352,7 +354,7 @@ - org.eclipse.m2e @@ -377,7 +379,7 @@ - + -- cgit 1.2.3-korg