From 4b4fa3eefbabac17ee5a1beae558c47f9566ceb4 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 14 Aug 2017 14:54:46 -0400 Subject: Update root pom to Carbon SR1 Update adaptors to compile against Carbon SR1 maven artifacts Change-Id: I74e2710d7206bc3efe403439bb346615de6e3f75 Issue-ID: CCSDK-24 Signed-off-by: Dan Timoney --- aai-service/features/pom.xml | 2 +- aai-service/installer/pom.xml | 2 +- aai-service/pom.xml | 4 ++-- aai-service/provider/pom.xml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'aai-service') diff --git a/aai-service/features/pom.xml b/aai-service/features/pom.xml index 9259d6cd1..b8485035b 100755 --- a/aai-service/features/pom.xml +++ b/aai-service/features/pom.xml @@ -4,7 +4,7 @@ aai-service org.onap.ccsdk.sli.adaptors - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT aai-service-features AAI Interface Service - Features diff --git a/aai-service/installer/pom.xml b/aai-service/installer/pom.xml index 91db2ca8b..03b523d03 100755 --- a/aai-service/installer/pom.xml +++ b/aai-service/installer/pom.xml @@ -4,7 +4,7 @@ aai-service org.onap.ccsdk.sli.adaptors - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT aai-service-installer AAI Adaptor - Karaf Installer diff --git a/aai-service/pom.xml b/aai-service/pom.xml index e4561d8b1..9c89a1773 100755 --- a/aai-service/pom.xml +++ b/aai-service/pom.xml @@ -4,7 +4,7 @@ org.onap.ccsdk.sli.adaptors sdnc-adaptors - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT 4.0.0 @@ -16,7 +16,7 @@ AAI Interface Service The AAI Interface service exposes an interface to AAI as an OSGi service - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT diff --git a/aai-service/provider/pom.xml b/aai-service/provider/pom.xml index a9aa98d74..3a81fcedc 100755 --- a/aai-service/provider/pom.xml +++ b/aai-service/provider/pom.xml @@ -4,7 +4,7 @@ org.onap.ccsdk.sli.adaptors aai-service - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT aai-service-provider bundle @@ -22,7 +22,7 @@ org.mockito - mockito-all + mockito-core ${mockito.version} test -- cgit 1.2.3-korg