From 9db21abb0e6ac1409f5ce631b327dcc36fb287f7 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Fri, 16 Aug 2019 08:54:01 -0400 Subject: Fix version numbers Fix version numbers in sli/adaptors/base Change-Id: I78f204212dd2dc6a528a98091ebd94e3876f6102 Issue-ID: CCSDK-1401 Signed-off-by: Timoney, Dan (dt5972) --- base/http/features/ccsdk-base-http/pom.xml | 2 +- base/http/features/features-base-http/pom.xml | 2 +- base/http/features/pom.xml | 2 +- base/http/installer/pom.xml | 2 +- base/http/pom.xml | 2 +- base/http/provider/pom.xml | 2 +- base/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/base/http/features/ccsdk-base-http/pom.xml b/base/http/features/ccsdk-base-http/pom.xml index c417382a..52266de3 100644 --- a/base/http/features/ccsdk-base-http/pom.xml +++ b/base/http/features/ccsdk-base-http/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors ccsdk-base-http - 0.5.2-SNAPSHOT + 0.6.0-SNAPSHOT feature ccsdk-sli-adaptors :: base-http :: ${project.artifactId} diff --git a/base/http/features/features-base-http/pom.xml b/base/http/features/features-base-http/pom.xml index 4b51cccc..83adf90c 100644 --- a/base/http/features/features-base-http/pom.xml +++ b/base/http/features/features-base-http/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors features-base-http - 0.5.2-SNAPSHOT + 0.6.0-SNAPSHOT feature ccsdk-sli-adaptors :: base-http :: ${project.artifactId} diff --git a/base/http/features/pom.xml b/base/http/features/pom.xml index 6e3cea56..ff2640b5 100644 --- a/base/http/features/pom.xml +++ b/base/http/features/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors base-http-features - 0.5.2-SNAPSHOT + 0.6.0-SNAPSHOT pom ccsdk-sli-adaptors :: base-http :: ${project.artifactId} diff --git a/base/http/installer/pom.xml b/base/http/installer/pom.xml index 443d8c4b..2e81dfd2 100644 --- a/base/http/installer/pom.xml +++ b/base/http/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors base-http-installer - 0.5.2-SNAPSHOT + 0.6.0-SNAPSHOT pom ccsdk-sli-adaptors :: base-http :: ${project.artifactId} diff --git a/base/http/pom.xml b/base/http/pom.xml index e556b94c..689db2e7 100644 --- a/base/http/pom.xml +++ b/base/http/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors.base http - 0.5.2-SNAPSHOT + 0.6.0-SNAPSHOT pom diff --git a/base/http/provider/pom.xml b/base/http/provider/pom.xml index 17ff7398..5b9a6050 100644 --- a/base/http/provider/pom.xml +++ b/base/http/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors base-http-provider - 0.5.2-SNAPSHOT + 0.6.0-SNAPSHOT bundle diff --git a/base/pom.xml b/base/pom.xml index f46dda7c..70b5d1bf 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -12,7 +12,7 @@ pom org.onap.ccsdk.sli.adaptors base-parent - 0.5.2-SNAPSHOT + 0.6.0-SNAPSHOT http -- cgit 1.2.3-korg