From c8578ac687a807baef7363a5b33a780e1fb7468f Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Tue, 31 Aug 2021 11:38:37 +0000 Subject: Release ccsdk/sli --- plugins/artifacts/pom.xml | 4 ++-- plugins/features/ccsdk-gr-toolkit/pom.xml | 4 ++-- plugins/features/ccsdk-properties-node/pom.xml | 4 ++-- plugins/features/ccsdk-restapi-call-node/pom.xml | 4 ++-- plugins/features/ccsdk-restconf-client/pom.xml | 4 ++-- plugins/features/ccsdk-sli-plugins-all/pom.xml | 4 ++-- plugins/features/ccsdk-sshapi-call-node/pom.xml | 4 ++-- plugins/features/ccsdk-template-node/pom.xml | 4 ++-- plugins/features/features-sli-plugins/pom.xml | 4 ++-- plugins/features/installer/pom.xml | 4 ++-- plugins/features/pom.xml | 4 ++-- plugins/grToolkit/installer/pom.xml | 4 ++-- plugins/grToolkit/model/pom.xml | 4 ++-- plugins/grToolkit/pom.xml | 4 ++-- plugins/grToolkit/provider/pom.xml | 4 ++-- plugins/pom.xml | 4 ++-- plugins/properties-node/installer/pom.xml | 4 ++-- plugins/properties-node/pom.xml | 4 ++-- plugins/properties-node/provider/pom.xml | 4 ++-- 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 | 4 ++-- plugins/restapi-call-node/pom.xml | 4 ++-- plugins/restapi-call-node/provider/pom.xml | 4 ++-- plugins/restapi-call-node/provider/src/test/resources/test.xml | 4 ++-- plugins/restconf-client/installer/pom.xml | 4 ++-- plugins/restconf-client/pom.xml | 4 ++-- plugins/restconf-client/provider/pom.xml | 4 ++-- plugins/sshapi-call-node/installer/pom.xml | 4 ++-- plugins/sshapi-call-node/pom.xml | 4 ++-- plugins/sshapi-call-node/provider/pom.xml | 4 ++-- plugins/sshapi-call-node/provider/src/test/resources/test.xml | 4 ++-- plugins/template-node/installer/pom.xml | 4 ++-- plugins/template-node/pom.xml | 4 ++-- plugins/template-node/provider/pom.xml | 4 ++-- 35 files changed, 69 insertions(+), 69 deletions(-) (limited to 'plugins') diff --git a/plugins/artifacts/pom.xml b/plugins/artifacts/pom.xml index 0e70d565f..367964843 100755 --- a/plugins/artifacts/pom.xml +++ b/plugins/artifacts/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent odlparent-lite - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins sli-plugins-artifacts - 1.3.0-SNAPSHOT + 1.3.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/features/ccsdk-gr-toolkit/pom.xml b/plugins/features/ccsdk-gr-toolkit/pom.xml index b533562d0..0da788d99 100644 --- a/plugins/features/ccsdk-gr-toolkit/pom.xml +++ b/plugins/features/ccsdk-gr-toolkit/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent single-feature-parent - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins ccsdk-gr-toolkit - 1.3.0-SNAPSHOT + 1.3.0 feature ccsdk-sli-plugins :: features :: ${project.artifactId} diff --git a/plugins/features/ccsdk-properties-node/pom.xml b/plugins/features/ccsdk-properties-node/pom.xml index 632c06622..a92e17ead 100644 --- a/plugins/features/ccsdk-properties-node/pom.xml +++ b/plugins/features/ccsdk-properties-node/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent single-feature-parent - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins ccsdk-properties-node - 1.3.0-SNAPSHOT + 1.3.0 feature ccsdk-sli-plugins :: features :: ${project.artifactId} diff --git a/plugins/features/ccsdk-restapi-call-node/pom.xml b/plugins/features/ccsdk-restapi-call-node/pom.xml index 8e9c4e7e1..1bb1bcd91 100644 --- a/plugins/features/ccsdk-restapi-call-node/pom.xml +++ b/plugins/features/ccsdk-restapi-call-node/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent single-feature-parent - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins ccsdk-restapi-call-node - 1.3.0-SNAPSHOT + 1.3.0 feature ccsdk-sli-plugins :: features :: ${project.artifactId} diff --git a/plugins/features/ccsdk-restconf-client/pom.xml b/plugins/features/ccsdk-restconf-client/pom.xml index 1501a19a6..4696b0b0c 100644 --- a/plugins/features/ccsdk-restconf-client/pom.xml +++ b/plugins/features/ccsdk-restconf-client/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent single-feature-parent - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins ccsdk-restconf-client - 1.3.0-SNAPSHOT + 1.3.0 feature ccsdk-sli-plugins :: features :: ${project.artifactId} diff --git a/plugins/features/ccsdk-sli-plugins-all/pom.xml b/plugins/features/ccsdk-sli-plugins-all/pom.xml index 566fb10ef..827115614 100644 --- a/plugins/features/ccsdk-sli-plugins-all/pom.xml +++ b/plugins/features/ccsdk-sli-plugins-all/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent single-feature-parent - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins ccsdk-sli-plugins-all - 1.3.0-SNAPSHOT + 1.3.0 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 0b85f55ee..aff231c93 100644 --- a/plugins/features/ccsdk-sshapi-call-node/pom.xml +++ b/plugins/features/ccsdk-sshapi-call-node/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent single-feature-parent - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins ccsdk-sshapi-call-node - 1.3.0-SNAPSHOT + 1.3.0 feature ccsdk-sli-plugins :: features :: ${project.artifactId} diff --git a/plugins/features/ccsdk-template-node/pom.xml b/plugins/features/ccsdk-template-node/pom.xml index 5f6a20519..0e3ca3eae 100644 --- a/plugins/features/ccsdk-template-node/pom.xml +++ b/plugins/features/ccsdk-template-node/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent single-feature-parent - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins ccsdk-template-node - 1.3.0-SNAPSHOT + 1.3.0 feature ccsdk-sli-plugins :: features :: ${project.artifactId} diff --git a/plugins/features/features-sli-plugins/pom.xml b/plugins/features/features-sli-plugins/pom.xml index 576d46db5..f80705367 100644 --- a/plugins/features/features-sli-plugins/pom.xml +++ b/plugins/features/features-sli-plugins/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent feature-repo-parent - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins features-sli-plugins - 1.3.0-SNAPSHOT + 1.3.0 feature ccsdk-sli-plugins :: features :: ${project.artifactId} diff --git a/plugins/features/installer/pom.xml b/plugins/features/installer/pom.xml index 1439b4335..601753066 100755 --- a/plugins/features/installer/pom.xml +++ b/plugins/features/installer/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent odlparent-lite - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins sliplugins-features-installer - 1.3.0-SNAPSHOT + 1.3.0 pom ccsdk-sli-plugins :: features :: ${project.artifactId} diff --git a/plugins/features/pom.xml b/plugins/features/pom.xml index f727741ac..846c5da8c 100755 --- a/plugins/features/pom.xml +++ b/plugins/features/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent odlparent-lite - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins sliplugins-feature-aggregator - 1.3.0-SNAPSHOT + 1.3.0 pom ccsdk-sli-plugins :: features diff --git a/plugins/grToolkit/installer/pom.xml b/plugins/grToolkit/installer/pom.xml index 4fd07f9b5..e7729254d 100755 --- a/plugins/grToolkit/installer/pom.xml +++ b/plugins/grToolkit/installer/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent odlparent-lite - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins gr-toolkit-installer - 1.3.0-SNAPSHOT + 1.3.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/grToolkit/model/pom.xml b/plugins/grToolkit/model/pom.xml index 636b8c08d..b80a41122 100755 --- a/plugins/grToolkit/model/pom.xml +++ b/plugins/grToolkit/model/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent binding-parent - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins gr-toolkit-model - 1.3.0-SNAPSHOT + 1.3.0 bundle ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/grToolkit/pom.xml b/plugins/grToolkit/pom.xml index c4f5249bd..e6c948cde 100755 --- a/plugins/grToolkit/pom.xml +++ b/plugins/grToolkit/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent odlparent-lite - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins gr-toolkit - 1.3.0-SNAPSHOT + 1.3.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/grToolkit/provider/pom.xml b/plugins/grToolkit/provider/pom.xml index e0435cc74..837dbb812 100755 --- a/plugins/grToolkit/provider/pom.xml +++ b/plugins/grToolkit/provider/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent binding-parent - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins gr-toolkit-provider - 1.3.0-SNAPSHOT + 1.3.0 bundle ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/pom.xml b/plugins/pom.xml index 2251f231b..0cf6e5436 100755 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent odlparent-lite - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins ccsdk-sli-plugins - 1.3.0-SNAPSHOT + 1.3.0 pom ${project.artifactId} diff --git a/plugins/properties-node/installer/pom.xml b/plugins/properties-node/installer/pom.xml index 72d3a8436..d5c647c30 100755 --- a/plugins/properties-node/installer/pom.xml +++ b/plugins/properties-node/installer/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent odlparent-lite - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins properties-node-installer - 1.3.0-SNAPSHOT + 1.3.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/properties-node/pom.xml b/plugins/properties-node/pom.xml index 84b3af55d..7ae9e0327 100755 --- a/plugins/properties-node/pom.xml +++ b/plugins/properties-node/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent odlparent-lite - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins properties-node - 1.3.0-SNAPSHOT + 1.3.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/properties-node/provider/pom.xml b/plugins/properties-node/provider/pom.xml index a1e22f73f..44d144b00 100755 --- a/plugins/properties-node/provider/pom.xml +++ b/plugins/properties-node/provider/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent binding-parent - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins properties-node-provider - 1.3.0-SNAPSHOT + 1.3.0 bundle ccsdk-sli-plugins :: ${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 3e4bd3b2d..7bc16c218 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 - 0.0.0-SNAPSHOT + 0.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 b3e1164e4..c0f0457f1 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 - 0.0.0-SNAPSHOT + 0.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 63c980297..91dedcafd 100755 --- a/plugins/restapi-call-node/installer/pom.xml +++ b/plugins/restapi-call-node/installer/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent odlparent-lite - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins restapi-call-node-installer - 1.3.0-SNAPSHOT + 1.3.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/restapi-call-node/pom.xml b/plugins/restapi-call-node/pom.xml index 6255868b7..2c2dc2fe7 100755 --- a/plugins/restapi-call-node/pom.xml +++ b/plugins/restapi-call-node/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent odlparent-lite - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins restapi-call-node - 1.3.0-SNAPSHOT + 1.3.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/restapi-call-node/provider/pom.xml b/plugins/restapi-call-node/provider/pom.xml index eccb27022..e4c00fb67 100755 --- a/plugins/restapi-call-node/provider/pom.xml +++ b/plugins/restapi-call-node/provider/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent binding-parent - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins restapi-call-node-provider - 1.3.0-SNAPSHOT + 1.3.0 bundle ccsdk-sli-plugins :: ${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 1f42886e9..618c09a6f 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 - 0.0.0-SNAPSHOT + 0.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 bbc89119c..36ac38be4 100755 --- a/plugins/restconf-client/installer/pom.xml +++ b/plugins/restconf-client/installer/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent odlparent-lite - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins restconf-client-installer - 1.3.0-SNAPSHOT + 1.3.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/restconf-client/pom.xml b/plugins/restconf-client/pom.xml index f99827846..7d4d511f4 100755 --- a/plugins/restconf-client/pom.xml +++ b/plugins/restconf-client/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent odlparent-lite - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins restconf-client - 1.3.0-SNAPSHOT + 1.3.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/restconf-client/provider/pom.xml b/plugins/restconf-client/provider/pom.xml index b48c8cd48..7f3861497 100755 --- a/plugins/restconf-client/provider/pom.xml +++ b/plugins/restconf-client/provider/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent binding-parent - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins restconf-client-provider - 1.3.0-SNAPSHOT + 1.3.0 bundle ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/sshapi-call-node/installer/pom.xml b/plugins/sshapi-call-node/installer/pom.xml index 95327399b..27797e203 100755 --- a/plugins/sshapi-call-node/installer/pom.xml +++ b/plugins/sshapi-call-node/installer/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent odlparent-lite - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins sshapi-call-node-installer - 1.3.0-SNAPSHOT + 1.3.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/sshapi-call-node/pom.xml b/plugins/sshapi-call-node/pom.xml index be70272f8..ead7f88a2 100755 --- a/plugins/sshapi-call-node/pom.xml +++ b/plugins/sshapi-call-node/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent odlparent-lite - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins sshapi-call-node - 1.3.0-SNAPSHOT + 1.3.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/sshapi-call-node/provider/pom.xml b/plugins/sshapi-call-node/provider/pom.xml index b1149bf6b..fc33ac7fa 100755 --- a/plugins/sshapi-call-node/provider/pom.xml +++ b/plugins/sshapi-call-node/provider/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent binding-parent - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins sshapi-call-node-provider - 1.3.0-SNAPSHOT + 1.3.0 bundle ccsdk-sli-plugins :: ${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 b6977854a..ba5978871 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 - 0.0.0-SNAPSHOT + 0.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 b397436e1..bb037cc69 100644 --- a/plugins/template-node/installer/pom.xml +++ b/plugins/template-node/installer/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent odlparent-lite - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins template-node-installer - 1.3.0-SNAPSHOT + 1.3.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/template-node/pom.xml b/plugins/template-node/pom.xml index 4ebb1e8c7..17600044a 100644 --- a/plugins/template-node/pom.xml +++ b/plugins/template-node/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent odlparent-lite - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins template-node - 1.3.0-SNAPSHOT + 1.3.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/template-node/provider/pom.xml b/plugins/template-node/provider/pom.xml index 5ab1f845d..d2564d75d 100644 --- a/plugins/template-node/provider/pom.xml +++ b/plugins/template-node/provider/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent binding-parent - 2.2.0-SNAPSHOT + 2.2.0 org.onap.ccsdk.sli.plugins template-node-provider - 1.3.0-SNAPSHOT + 1.3.0 bundle ccsdk-sli-plugins :: ${project.artifactId} -- cgit 1.2.3-korg