From 5596c7bcc163f97651e821f3292c3c66416e6d9f Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Wed, 6 Jan 2021 20:26:08 +0000 Subject: Release ccsdk/sli --- plugins/artifacts/pom.xml | 2 +- plugins/features/ccsdk-gr-toolkit/pom.xml | 2 +- plugins/features/ccsdk-properties-node/pom.xml | 2 +- plugins/features/ccsdk-restapi-call-node/pom.xml | 2 +- plugins/features/ccsdk-restconf-client/pom.xml | 2 +- plugins/features/ccsdk-sli-plugins-all/pom.xml | 2 +- plugins/features/ccsdk-sshapi-call-node/pom.xml | 2 +- plugins/features/ccsdk-template-node/pom.xml | 2 +- plugins/features/features-sli-plugins/pom.xml | 2 +- plugins/features/installer/pom.xml | 2 +- plugins/features/pom.xml | 2 +- plugins/grToolkit/installer/pom.xml | 2 +- plugins/grToolkit/model/pom.xml | 2 +- plugins/grToolkit/pom.xml | 2 +- plugins/grToolkit/provider/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/properties-node/installer/pom.xml | 2 +- plugins/properties-node/pom.xml | 2 +- plugins/properties-node/provider/pom.xml | 2 +- plugins/properties-node/provider/src/test/resources/test-invalid.xml | 4 ++-- plugins/properties-node/provider/src/test/resources/test.xml | 2 +- plugins/restapi-call-node/installer/pom.xml | 2 +- plugins/restapi-call-node/pom.xml | 2 +- plugins/restapi-call-node/provider/pom.xml | 2 +- plugins/restapi-call-node/provider/src/test/resources/test.xml | 4 ++-- plugins/restconf-client/installer/pom.xml | 2 +- plugins/restconf-client/pom.xml | 2 +- plugins/restconf-client/provider/pom.xml | 2 +- plugins/sshapi-call-node/installer/pom.xml | 2 +- plugins/sshapi-call-node/pom.xml | 2 +- plugins/sshapi-call-node/provider/pom.xml | 2 +- plugins/sshapi-call-node/provider/src/test/resources/test.xml | 4 ++-- plugins/template-node/installer/pom.xml | 2 +- plugins/template-node/pom.xml | 2 +- plugins/template-node/provider/pom.xml | 2 +- 35 files changed, 38 insertions(+), 38 deletions(-) (limited to 'plugins') diff --git a/plugins/artifacts/pom.xml b/plugins/artifacts/pom.xml index 7a2b43204..b2d661429 100755 --- a/plugins/artifacts/pom.xml +++ b/plugins/artifacts/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins sli-plugins-artifacts - 1.0.4-SNAPSHOT + 1.0.4 pom ccsdk-sli-plugins :: sli-plugins-artifacts diff --git a/plugins/features/ccsdk-gr-toolkit/pom.xml b/plugins/features/ccsdk-gr-toolkit/pom.xml index ecc3e35b2..dc0806e0f 100644 --- a/plugins/features/ccsdk-gr-toolkit/pom.xml +++ b/plugins/features/ccsdk-gr-toolkit/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins ccsdk-gr-toolkit - 1.0.4-SNAPSHOT + 1.0.4 feature ccsdk-sli-plugins :: gr-toolkit :: ${project.artifactId} diff --git a/plugins/features/ccsdk-properties-node/pom.xml b/plugins/features/ccsdk-properties-node/pom.xml index ee3779060..58f197ba5 100644 --- a/plugins/features/ccsdk-properties-node/pom.xml +++ b/plugins/features/ccsdk-properties-node/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins ccsdk-properties-node - 1.0.4-SNAPSHOT + 1.0.4 feature ccsdk-sli-plugins :: properties-node :: ${project.artifactId} diff --git a/plugins/features/ccsdk-restapi-call-node/pom.xml b/plugins/features/ccsdk-restapi-call-node/pom.xml index 6b42ca291..c2c0089ad 100644 --- a/plugins/features/ccsdk-restapi-call-node/pom.xml +++ b/plugins/features/ccsdk-restapi-call-node/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins ccsdk-restapi-call-node - 1.0.4-SNAPSHOT + 1.0.4 feature ccsdk-sli-plugins :: restapi-call-node :: ${project.artifactId} diff --git a/plugins/features/ccsdk-restconf-client/pom.xml b/plugins/features/ccsdk-restconf-client/pom.xml index a35d11c9c..e7acfafcf 100644 --- a/plugins/features/ccsdk-restconf-client/pom.xml +++ b/plugins/features/ccsdk-restconf-client/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins ccsdk-restconf-client - 1.0.4-SNAPSHOT + 1.0.4 feature ccsdk-sli-plugins :: restconf-client :: ${project.artifactId} diff --git a/plugins/features/ccsdk-sli-plugins-all/pom.xml b/plugins/features/ccsdk-sli-plugins-all/pom.xml index bffc1ba62..644539c3c 100644 --- a/plugins/features/ccsdk-sli-plugins-all/pom.xml +++ b/plugins/features/ccsdk-sli-plugins-all/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins ccsdk-sli-plugins-all - 1.0.4-SNAPSHOT + 1.0.4 feature ccsdk-sli-plugins :: features :: ${project.artifactId} diff --git a/plugins/features/ccsdk-sshapi-call-node/pom.xml b/plugins/features/ccsdk-sshapi-call-node/pom.xml index 633616584..8e680998a 100644 --- a/plugins/features/ccsdk-sshapi-call-node/pom.xml +++ b/plugins/features/ccsdk-sshapi-call-node/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins ccsdk-sshapi-call-node - 1.0.4-SNAPSHOT + 1.0.4 feature ccsdk-sli-plugins :: sshapi-call-node :: ${project.artifactId} diff --git a/plugins/features/ccsdk-template-node/pom.xml b/plugins/features/ccsdk-template-node/pom.xml index 9a4a5e15c..0f43d5490 100644 --- a/plugins/features/ccsdk-template-node/pom.xml +++ b/plugins/features/ccsdk-template-node/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins ccsdk-template-node - 1.0.4-SNAPSHOT + 1.0.4 feature ccsdk-sli-plugins :: template-node :: ${project.artifactId} diff --git a/plugins/features/features-sli-plugins/pom.xml b/plugins/features/features-sli-plugins/pom.xml index e072eaef0..b637fb691 100644 --- a/plugins/features/features-sli-plugins/pom.xml +++ b/plugins/features/features-sli-plugins/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins features-sli-plugins - 1.0.4-SNAPSHOT + 1.0.4 feature ccsdk-sli-plugins :: features :: ${project.artifactId} diff --git a/plugins/features/installer/pom.xml b/plugins/features/installer/pom.xml index 494844152..795969453 100755 --- a/plugins/features/installer/pom.xml +++ b/plugins/features/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins sliplugins-features-installer - 1.0.4-SNAPSHOT + 1.0.4 pom ccsdk-sli-plugins :: features :: ${project.artifactId} diff --git a/plugins/features/pom.xml b/plugins/features/pom.xml index cf697f985..96a96e7f7 100755 --- a/plugins/features/pom.xml +++ b/plugins/features/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins sliplugins-feature-aggregator - 1.0.4-SNAPSHOT + 1.0.4 pom ccsdk-sli-plugins :: features diff --git a/plugins/grToolkit/installer/pom.xml b/plugins/grToolkit/installer/pom.xml index b70ac810b..59b4376f2 100755 --- a/plugins/grToolkit/installer/pom.xml +++ b/plugins/grToolkit/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins gr-toolkit-installer - 1.0.4-SNAPSHOT + 1.0.4 pom ccsdk-sli-plugins :: gr-toolkit :: ${project.artifactId} diff --git a/plugins/grToolkit/model/pom.xml b/plugins/grToolkit/model/pom.xml index 17a93df3f..48f69a793 100755 --- a/plugins/grToolkit/model/pom.xml +++ b/plugins/grToolkit/model/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins gr-toolkit-model - 1.0.4-SNAPSHOT + 1.0.4 bundle ccsdk-sli-plugins :: gr-toolkit :: ${project.artifactId} diff --git a/plugins/grToolkit/pom.xml b/plugins/grToolkit/pom.xml index e8fa84cf1..d64cfe90b 100755 --- a/plugins/grToolkit/pom.xml +++ b/plugins/grToolkit/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins gr-toolkit - 1.0.4-SNAPSHOT + 1.0.4 pom ccsdk-sli-plugins :: gr-toolkit diff --git a/plugins/grToolkit/provider/pom.xml b/plugins/grToolkit/provider/pom.xml index 6d9c3ca18..350966422 100755 --- a/plugins/grToolkit/provider/pom.xml +++ b/plugins/grToolkit/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins gr-toolkit-provider - 1.0.4-SNAPSHOT + 1.0.4 bundle ccsdk-sli-plugins :: gr-toolkit :: ${project.artifactId} diff --git a/plugins/pom.xml b/plugins/pom.xml index 3b00ecc24..bc651ff51 100755 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins ccsdk-sli-plugins - 1.0.4-SNAPSHOT + 1.0.4 pom ccsdk-sli-plugins diff --git a/plugins/properties-node/installer/pom.xml b/plugins/properties-node/installer/pom.xml index aace3719d..878b0ae12 100755 --- a/plugins/properties-node/installer/pom.xml +++ b/plugins/properties-node/installer/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins properties-node-installer - 1.0.4-SNAPSHOT + 1.0.4 pom ccsdk-sli-plugins :: properties-node :: ${project.artifactId} diff --git a/plugins/properties-node/pom.xml b/plugins/properties-node/pom.xml index de4b4173d..2d6ef13f4 100755 --- a/plugins/properties-node/pom.xml +++ b/plugins/properties-node/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins properties-node - 1.0.4-SNAPSHOT + 1.0.4 pom ccsdk-sli-plugins :: properties-node diff --git a/plugins/properties-node/provider/pom.xml b/plugins/properties-node/provider/pom.xml index 48727636a..fd34ae0d2 100755 --- a/plugins/properties-node/provider/pom.xml +++ b/plugins/properties-node/provider/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins properties-node-provider - 1.0.4-SNAPSHOT + 1.0.4 bundle ccsdk-sli-plugins :: properties-node :: ${project.artifactId} diff --git a/plugins/properties-node/provider/src/test/resources/test-invalid.xml b/plugins/properties-node/provider/src/test/resources/test-invalid.xml index 50bd0fff2..2cbdf6838 100644 --- a/plugins/properties-node/provider/src/test/resources/test-invalid.xml +++ b/plugins/properties-node/provider/src/test/resources/test-invalid.xml @@ -25,7 +25,7 @@ org.onap.ccsdk.sli.plugins restapi-call-node - 6.0.0-SNAPSHOT + 6.0.0 restapi-call-node-provider bundle @@ -150,7 +150,7 @@ providermodule-plugin - [1.2.0.100-SNAPSHOT,) + [1.2.0.100,) process diff --git a/plugins/properties-node/provider/src/test/resources/test.xml b/plugins/properties-node/provider/src/test/resources/test.xml index 19e3b7139..6947de558 100644 --- a/plugins/properties-node/provider/src/test/resources/test.xml +++ b/plugins/properties-node/provider/src/test/resources/test.xml @@ -25,7 +25,7 @@ org.onap.ccsdk.sli.plugins restapi-call-node - 6.0.0-SNAPSHOT + 6.0.0 restapi-call-node-provider bundle diff --git a/plugins/restapi-call-node/installer/pom.xml b/plugins/restapi-call-node/installer/pom.xml index 118591de4..5ec748ce5 100755 --- a/plugins/restapi-call-node/installer/pom.xml +++ b/plugins/restapi-call-node/installer/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins restapi-call-node-installer - 1.0.4-SNAPSHOT + 1.0.4 pom ccsdk-sli-plugins :: restapi-call-node :: ${project.artifactId} diff --git a/plugins/restapi-call-node/pom.xml b/plugins/restapi-call-node/pom.xml index a7a705cce..33cd4cba1 100755 --- a/plugins/restapi-call-node/pom.xml +++ b/plugins/restapi-call-node/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins restapi-call-node - 1.0.4-SNAPSHOT + 1.0.4 pom ccsdk-sli-plugins :: restapi-call-node diff --git a/plugins/restapi-call-node/provider/pom.xml b/plugins/restapi-call-node/provider/pom.xml index abe7815b2..78ba4f189 100755 --- a/plugins/restapi-call-node/provider/pom.xml +++ b/plugins/restapi-call-node/provider/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins restapi-call-node-provider - 1.0.4-SNAPSHOT + 1.0.4 bundle ccsdk-sli-plugins :: restapi-call-node :: ${project.artifactId} diff --git a/plugins/restapi-call-node/provider/src/test/resources/test.xml b/plugins/restapi-call-node/provider/src/test/resources/test.xml index 1974f688e..6947de558 100644 --- a/plugins/restapi-call-node/provider/src/test/resources/test.xml +++ b/plugins/restapi-call-node/provider/src/test/resources/test.xml @@ -25,7 +25,7 @@ org.onap.ccsdk.sli.plugins restapi-call-node - 6.0.0-SNAPSHOT + 6.0.0 restapi-call-node-provider bundle @@ -162,7 +162,7 @@ providermodule-plugin - [1.2.0.100-SNAPSHOT,) + [1.2.0.100,) process diff --git a/plugins/restconf-client/installer/pom.xml b/plugins/restconf-client/installer/pom.xml index c966f9564..9ae63cf74 100755 --- a/plugins/restconf-client/installer/pom.xml +++ b/plugins/restconf-client/installer/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins restconf-client-installer - 1.0.4-SNAPSHOT + 1.0.4 pom ccsdk-sli-plugins :: restconf-client :: ${project.artifactId} diff --git a/plugins/restconf-client/pom.xml b/plugins/restconf-client/pom.xml index d5c33fedc..96d54b21a 100755 --- a/plugins/restconf-client/pom.xml +++ b/plugins/restconf-client/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins restconf-client - 1.0.4-SNAPSHOT + 1.0.4 pom ccsdk-sli-plugins :: restconf-client diff --git a/plugins/restconf-client/provider/pom.xml b/plugins/restconf-client/provider/pom.xml index 851ce67dc..3e3fab9c8 100755 --- a/plugins/restconf-client/provider/pom.xml +++ b/plugins/restconf-client/provider/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins restconf-client-provider - 1.0.4-SNAPSHOT + 1.0.4 bundle ccsdk-sli-plugins :: restconf-client :: ${project.artifactId} diff --git a/plugins/sshapi-call-node/installer/pom.xml b/plugins/sshapi-call-node/installer/pom.xml index 1966af54e..fc6f263d6 100755 --- a/plugins/sshapi-call-node/installer/pom.xml +++ b/plugins/sshapi-call-node/installer/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins sshapi-call-node-installer - 1.0.4-SNAPSHOT + 1.0.4 pom ccsdk-sli-plugins :: sshapi-call-node :: ${project.artifactId} diff --git a/plugins/sshapi-call-node/pom.xml b/plugins/sshapi-call-node/pom.xml index 0c002871f..c8016782f 100755 --- a/plugins/sshapi-call-node/pom.xml +++ b/plugins/sshapi-call-node/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins sshapi-call-node - 1.0.4-SNAPSHOT + 1.0.4 pom ccsdk-sli-plugins :: sshapi-call-node diff --git a/plugins/sshapi-call-node/provider/pom.xml b/plugins/sshapi-call-node/provider/pom.xml index 5934f5822..7beedc594 100755 --- a/plugins/sshapi-call-node/provider/pom.xml +++ b/plugins/sshapi-call-node/provider/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins sshapi-call-node-provider - 1.0.4-SNAPSHOT + 1.0.4 bundle ccsdk-sli-plugins :: sshapi-call-node :: ${project.artifactId} diff --git a/plugins/sshapi-call-node/provider/src/test/resources/test.xml b/plugins/sshapi-call-node/provider/src/test/resources/test.xml index 7645f1992..136314582 100644 --- a/plugins/sshapi-call-node/provider/src/test/resources/test.xml +++ b/plugins/sshapi-call-node/provider/src/test/resources/test.xml @@ -27,7 +27,7 @@ org.onap.ccsdk.sli.plugins sshapi-call-node - 6.0.0-SNAPSHOT + 6.0.0 sshapi-call-node-provider bundle @@ -164,7 +164,7 @@ providermodule-plugin - [1.2.0.100-SNAPSHOT,) + [1.2.0.100,) process diff --git a/plugins/template-node/installer/pom.xml b/plugins/template-node/installer/pom.xml index 76d2a8ed4..cfbe5c87e 100644 --- a/plugins/template-node/installer/pom.xml +++ b/plugins/template-node/installer/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins template-node-installer - 1.0.4-SNAPSHOT + 1.0.4 pom ccsdk-sli-plugins :: template-node :: ${project.artifactId} diff --git a/plugins/template-node/pom.xml b/plugins/template-node/pom.xml index 5410c5046..f922a475a 100644 --- a/plugins/template-node/pom.xml +++ b/plugins/template-node/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins template-node - 1.0.4-SNAPSHOT + 1.0.4 pom diff --git a/plugins/template-node/provider/pom.xml b/plugins/template-node/provider/pom.xml index 42f86a0a4..1f723194a 100644 --- a/plugins/template-node/provider/pom.xml +++ b/plugins/template-node/provider/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins template-node-provider - 1.0.4-SNAPSHOT + 1.0.4 bundle ccsdk-sli-plugins :: template-node :: ${project.artifactId} -- cgit 1.2.3-korg