From 0a55f19fe503001708b97f96df2f3455f3068cff Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 7 Jan 2021 08:25:13 -0500 Subject: Release version 1.0.4 for Guilin mtce release 1 Release version 1.0.4 of ccsdk/sli for Guilin mtce release 1. Also roll to next snapshot version (1.0.5-SNAPSHOT) Issue-ID: CCSDK-3074 Signed-off-by: Dan Timoney Change-Id: I3f6c8162e1c07b4a32130cd8768260e3aace17ec --- adaptors/features/ccsdk-aai-service/pom.xml | 2 +- adaptors/features/ccsdk-ansible-adapter/pom.xml | 2 +- adaptors/features/ccsdk-base-http/pom.xml | 2 +- adaptors/features/ccsdk-mdsal-resource/pom.xml | 2 +- adaptors/features/ccsdk-messagerouter-consumer/pom.xml | 2 +- adaptors/features/ccsdk-messagerouter-publisher/pom.xml | 2 +- adaptors/features/ccsdk-netbox-client/pom.xml | 2 +- adaptors/features/ccsdk-resource-assignment/pom.xml | 2 +- adaptors/features/ccsdk-saltstack-adapter/pom.xml | 2 +- adaptors/features/ccsdk-sli-adaptors-all/pom.xml | 2 +- adaptors/features/ccsdk-sql-resource/pom.xml | 2 +- adaptors/features/features-sli-adaptors/pom.xml | 2 +- adaptors/features/installer/pom.xml | 2 +- adaptors/features/pom.xml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'adaptors/features') diff --git a/adaptors/features/ccsdk-aai-service/pom.xml b/adaptors/features/ccsdk-aai-service/pom.xml index a7b1ba2ee..6062f5ceb 100644 --- a/adaptors/features/ccsdk-aai-service/pom.xml +++ b/adaptors/features/ccsdk-aai-service/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors ccsdk-aai-service - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT feature ccsdk-sli-adaptors :: aai-service :: ${project.artifactId} diff --git a/adaptors/features/ccsdk-ansible-adapter/pom.xml b/adaptors/features/ccsdk-ansible-adapter/pom.xml index c9b511010..4f9192c0d 100644 --- a/adaptors/features/ccsdk-ansible-adapter/pom.xml +++ b/adaptors/features/ccsdk-ansible-adapter/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors ccsdk-ansible-adapter - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT feature ccsdk-sli-adaptors :: ansible-adapter:: ${project.artifactId} diff --git a/adaptors/features/ccsdk-base-http/pom.xml b/adaptors/features/ccsdk-base-http/pom.xml index ba8e09446..c6957198f 100644 --- a/adaptors/features/ccsdk-base-http/pom.xml +++ b/adaptors/features/ccsdk-base-http/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors ccsdk-base-http - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT feature ccsdk-sli-adaptors :: base-http :: ${project.artifactId} diff --git a/adaptors/features/ccsdk-mdsal-resource/pom.xml b/adaptors/features/ccsdk-mdsal-resource/pom.xml index ca7663cc3..7b20bd822 100644 --- a/adaptors/features/ccsdk-mdsal-resource/pom.xml +++ b/adaptors/features/ccsdk-mdsal-resource/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors ccsdk-mdsal-resource - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT feature ccsdk-sli-adaptors :: mdsal-resource :: ${project.artifactId} diff --git a/adaptors/features/ccsdk-messagerouter-consumer/pom.xml b/adaptors/features/ccsdk-messagerouter-consumer/pom.xml index 13133df59..0c98ae69c 100755 --- a/adaptors/features/ccsdk-messagerouter-consumer/pom.xml +++ b/adaptors/features/ccsdk-messagerouter-consumer/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.adaptors.messagerouter ccsdk-messagerouter-consumer - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT feature diff --git a/adaptors/features/ccsdk-messagerouter-publisher/pom.xml b/adaptors/features/ccsdk-messagerouter-publisher/pom.xml index 815b27c4f..657792a7c 100755 --- a/adaptors/features/ccsdk-messagerouter-publisher/pom.xml +++ b/adaptors/features/ccsdk-messagerouter-publisher/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.adaptors.messagerouter ccsdk-messagerouter-publisher - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT feature diff --git a/adaptors/features/ccsdk-netbox-client/pom.xml b/adaptors/features/ccsdk-netbox-client/pom.xml index 8ba1a5b7b..dd517ab08 100644 --- a/adaptors/features/ccsdk-netbox-client/pom.xml +++ b/adaptors/features/ccsdk-netbox-client/pom.xml @@ -27,7 +27,7 @@ org.onap.ccsdk.sli.adaptors ccsdk-netbox-client - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT feature ccsdk-sli-adaptors :: netbox-client :: ${project.artifactId} diff --git a/adaptors/features/ccsdk-resource-assignment/pom.xml b/adaptors/features/ccsdk-resource-assignment/pom.xml index a46954088..9e902a7bc 100644 --- a/adaptors/features/ccsdk-resource-assignment/pom.xml +++ b/adaptors/features/ccsdk-resource-assignment/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors ccsdk-resource-assignment - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT feature ccsdk-sli-adaptors :: resource-assignment :: ${project.artifactId} diff --git a/adaptors/features/ccsdk-saltstack-adapter/pom.xml b/adaptors/features/ccsdk-saltstack-adapter/pom.xml index 19363810c..be0b3e624 100644 --- a/adaptors/features/ccsdk-saltstack-adapter/pom.xml +++ b/adaptors/features/ccsdk-saltstack-adapter/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors ccsdk-saltstack-adapter - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT feature ccsdk-sli-adaptors :: saltstack-adapter:: ${project.artifactId} diff --git a/adaptors/features/ccsdk-sli-adaptors-all/pom.xml b/adaptors/features/ccsdk-sli-adaptors-all/pom.xml index 3273c85ef..60b4d8417 100644 --- a/adaptors/features/ccsdk-sli-adaptors-all/pom.xml +++ b/adaptors/features/ccsdk-sli-adaptors-all/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors ccsdk-sli-adaptors-all - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT feature ccsdk-sli-adaptors :: features :: ${project.artifactId} diff --git a/adaptors/features/ccsdk-sql-resource/pom.xml b/adaptors/features/ccsdk-sql-resource/pom.xml index a35efb6cc..29fedfd50 100644 --- a/adaptors/features/ccsdk-sql-resource/pom.xml +++ b/adaptors/features/ccsdk-sql-resource/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors ccsdk-sql-resource - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT feature ccsdk-sli-adaptors :: sql-resource :: ${project.artifactId} diff --git a/adaptors/features/features-sli-adaptors/pom.xml b/adaptors/features/features-sli-adaptors/pom.xml index 92db6bc00..792129123 100644 --- a/adaptors/features/features-sli-adaptors/pom.xml +++ b/adaptors/features/features-sli-adaptors/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors features-sli-adaptors - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT feature ccsdk-sli-adaptors :: features :: ${project.artifactId} diff --git a/adaptors/features/installer/pom.xml b/adaptors/features/installer/pom.xml index 0490de545..98e2479ae 100755 --- a/adaptors/features/installer/pom.xml +++ b/adaptors/features/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors sliadaptors-features-installer - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT pom ccsdk-sli-adaptors :: features :: ${project.artifactId} diff --git a/adaptors/features/pom.xml b/adaptors/features/pom.xml index e5c4a59da..4620ac25d 100755 --- a/adaptors/features/pom.xml +++ b/adaptors/features/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors sliadaptors-feature-aggregator - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT pom ccsdk-sli-adaptors :: features -- cgit 1.2.3-korg