From 1199ecaee221911ed978969ac54ca27642634971 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Tue, 12 Oct 2021 12:41:42 +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 866d7cf22..0727c0504 100755 --- a/plugins/artifacts/pom.xml +++ b/plugins/artifacts/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent odlparent-lite - 2.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins sli-plugins-artifacts - 1.4.0-SNAPSHOT + 1.4.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 d62581ac4..a9c1a6d29 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.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins ccsdk-gr-toolkit - 1.4.0-SNAPSHOT + 1.4.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 4b4c3ec08..d34f7b91b 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.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins ccsdk-properties-node - 1.4.0-SNAPSHOT + 1.4.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 b59652d49..9dbb1c0b0 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.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins ccsdk-restapi-call-node - 1.4.0-SNAPSHOT + 1.4.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 6d847b2ff..a6b301768 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.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins ccsdk-restconf-client - 1.4.0-SNAPSHOT + 1.4.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 40a88d2e4..f23a2b7f4 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.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins ccsdk-sli-plugins-all - 1.4.0-SNAPSHOT + 1.4.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 08fd3656c..59eda2a2d 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.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins ccsdk-sshapi-call-node - 1.4.0-SNAPSHOT + 1.4.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 42b6fae69..c0748bce1 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.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins ccsdk-template-node - 1.4.0-SNAPSHOT + 1.4.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 98f2d0374..51cde9397 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.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins features-sli-plugins - 1.4.0-SNAPSHOT + 1.4.0 feature ccsdk-sli-plugins :: features :: ${project.artifactId} diff --git a/plugins/features/installer/pom.xml b/plugins/features/installer/pom.xml index 3341d0281..fedabe65e 100755 --- a/plugins/features/installer/pom.xml +++ b/plugins/features/installer/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent odlparent-lite - 2.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins sliplugins-features-installer - 1.4.0-SNAPSHOT + 1.4.0 pom ccsdk-sli-plugins :: features :: ${project.artifactId} diff --git a/plugins/features/pom.xml b/plugins/features/pom.xml index 04a1f9648..0731923d9 100755 --- a/plugins/features/pom.xml +++ b/plugins/features/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent odlparent-lite - 2.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins sliplugins-feature-aggregator - 1.4.0-SNAPSHOT + 1.4.0 pom ccsdk-sli-plugins :: features diff --git a/plugins/grToolkit/installer/pom.xml b/plugins/grToolkit/installer/pom.xml index 0741ad9f3..888e66da6 100755 --- a/plugins/grToolkit/installer/pom.xml +++ b/plugins/grToolkit/installer/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent odlparent-lite - 2.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins gr-toolkit-installer - 1.4.0-SNAPSHOT + 1.4.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/grToolkit/model/pom.xml b/plugins/grToolkit/model/pom.xml index 3f6c9c04e..6fa0c76bf 100755 --- a/plugins/grToolkit/model/pom.xml +++ b/plugins/grToolkit/model/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent binding-parent - 2.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins gr-toolkit-model - 1.4.0-SNAPSHOT + 1.4.0 bundle ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/grToolkit/pom.xml b/plugins/grToolkit/pom.xml index 753e4e1f9..8bdda0e16 100755 --- a/plugins/grToolkit/pom.xml +++ b/plugins/grToolkit/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent odlparent-lite - 2.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins gr-toolkit - 1.4.0-SNAPSHOT + 1.4.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/grToolkit/provider/pom.xml b/plugins/grToolkit/provider/pom.xml index 118f80bdd..7202eddce 100755 --- a/plugins/grToolkit/provider/pom.xml +++ b/plugins/grToolkit/provider/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent binding-parent - 2.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins gr-toolkit-provider - 1.4.0-SNAPSHOT + 1.4.0 bundle ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/pom.xml b/plugins/pom.xml index f9325b754..7f85ebbdc 100755 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent odlparent-lite - 2.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins ccsdk-sli-plugins - 1.4.0-SNAPSHOT + 1.4.0 pom ${project.artifactId} diff --git a/plugins/properties-node/installer/pom.xml b/plugins/properties-node/installer/pom.xml index f154fc01b..7d9952bcf 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.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins properties-node-installer - 1.4.0-SNAPSHOT + 1.4.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/properties-node/pom.xml b/plugins/properties-node/pom.xml index fe446c720..280f3d71e 100755 --- a/plugins/properties-node/pom.xml +++ b/plugins/properties-node/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent odlparent-lite - 2.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins properties-node - 1.4.0-SNAPSHOT + 1.4.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/properties-node/provider/pom.xml b/plugins/properties-node/provider/pom.xml index 682163ed2..a2e103f88 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.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins properties-node-provider - 1.4.0-SNAPSHOT + 1.4.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 e52bd6753..95dcedba4 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.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins restapi-call-node-installer - 1.4.0-SNAPSHOT + 1.4.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/restapi-call-node/pom.xml b/plugins/restapi-call-node/pom.xml index 2b7f6e86c..ffc3e96f8 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.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins restapi-call-node - 1.4.0-SNAPSHOT + 1.4.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 d5f5707bc..7db1bd622 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.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins restapi-call-node-provider - 1.4.0-SNAPSHOT + 1.4.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 50af2672c..aa992a56d 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.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins restconf-client-installer - 1.4.0-SNAPSHOT + 1.4.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/restconf-client/pom.xml b/plugins/restconf-client/pom.xml index b1f52ae34..8ef220f92 100755 --- a/plugins/restconf-client/pom.xml +++ b/plugins/restconf-client/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent odlparent-lite - 2.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins restconf-client - 1.4.0-SNAPSHOT + 1.4.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/restconf-client/provider/pom.xml b/plugins/restconf-client/provider/pom.xml index ed31c29ac..029a55183 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.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins restconf-client-provider - 1.4.0-SNAPSHOT + 1.4.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 c52449fc1..fae416843 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.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins sshapi-call-node-installer - 1.4.0-SNAPSHOT + 1.4.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/sshapi-call-node/pom.xml b/plugins/sshapi-call-node/pom.xml index a4d4db5ef..468d881db 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.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins sshapi-call-node - 1.4.0-SNAPSHOT + 1.4.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 61b1add34..2996504c9 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.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins sshapi-call-node-provider - 1.4.0-SNAPSHOT + 1.4.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 0feb67349..0be24f5ad 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.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins template-node-installer - 1.4.0-SNAPSHOT + 1.4.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/template-node/pom.xml b/plugins/template-node/pom.xml index d525541ff..829f3195a 100644 --- a/plugins/template-node/pom.xml +++ b/plugins/template-node/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent odlparent-lite - 2.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins template-node - 1.4.0-SNAPSHOT + 1.4.0 pom ccsdk-sli-plugins :: ${project.artifactId} diff --git a/plugins/template-node/provider/pom.xml b/plugins/template-node/provider/pom.xml index 5177f35b2..453acfb25 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.3.0-SNAPSHOT + 2.3.0 org.onap.ccsdk.sli.plugins template-node-provider - 1.4.0-SNAPSHOT + 1.4.0 bundle ccsdk-sli-plugins :: ${project.artifactId} -- cgit 1.2.3-korg