From 647dd23ca69323ced2bd532637068ba9ce2bff6e Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Thu, 20 Apr 2023 15:40:01 +0200 Subject: [PATCH] [maven-release-plugin] prepare release 16.4.0 --- .../lighty-rcgnmi-app-module/pom.xml | 4 +- .../lighty-rcgnmi-app/pom.xml | 4 +- .../lighty-rcgnmi-app-aggregator/pom.xml | 2 +- .../lighty-rnc-app/pom.xml | 4 +- .../lighty-rnc-module/pom.xml | 4 +- .../lighty-rnc-app-aggregator/pom.xml | 2 +- lighty-applications/pom.xml | 2 +- lighty-core/dependency-versions/pom.xml | 2 +- lighty-core/lighty-app-parent/pom.xml | 2 +- lighty-core/lighty-binding-parent/pom.xml | 2 +- lighty-core/lighty-bom/pom.xml | 80 +++++++++---------- lighty-core/lighty-clustering/pom.xml | 2 +- lighty-core/lighty-codecs-util/pom.xml | 2 +- lighty-core/lighty-common/pom.xml | 2 +- .../lighty-controller-guice-di/pom.xml | 2 +- .../lighty-controller-spring-di/pom.xml | 2 +- lighty-core/lighty-controller/pom.xml | 2 +- lighty-core/lighty-minimal-parent/pom.xml | 6 +- lighty-core/lighty-parent/pom.xml | 2 +- lighty-core/pom.xml | 2 +- .../lighty-bgp-community-restconf-app/pom.xml | 4 +- .../lighty-community-aaa-restconf-app/pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 2 +- .../pom.xml | 10 ++- lighty-examples/pom.xml | 2 +- .../pom.xml | 4 +- .../lighty-gnmi-force-capabilities/pom.xml | 4 +- .../lighty-gnmi-topology-model/pom.xml | 4 +- .../lighty-gnmi-yang-storage-model/pom.xml | 4 +- .../lighty-gnoi-sonic-yang-model/pom.xml | 4 +- lighty-models/lighty-gnmi-models/pom.xml | 2 +- lighty-models/openconfig-models/pom.xml | 2 +- lighty-models/pom.xml | 2 +- .../test/lighty-example-data-center/pom.xml | 2 +- lighty-models/test/lighty-test-models/pom.xml | 2 +- lighty-models/test/lighty-toaster/pom.xml | 2 +- lighty-models/test/pom.xml | 2 +- lighty-modules/integration-tests-aaa/pom.xml | 2 +- lighty-modules/integration-tests/pom.xml | 2 +- .../lighty-aaa-encryption-service/pom.xml | 2 +- .../lighty-aaa-aggregator/lighty-aaa/pom.xml | 2 +- lighty-modules/lighty-aaa-aggregator/pom.xml | 2 +- lighty-modules/lighty-bgp/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-commons/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-connector/pom.xml | 2 +- .../lighty-gnmi-device-simulator/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-proto/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-sb/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-test/pom.xml | 4 +- lighty-modules/lighty-gnmi/pom.xml | 2 +- lighty-modules/lighty-jetty-server/pom.xml | 2 +- lighty-modules/lighty-netconf-sb/pom.xml | 2 +- .../lighty-restconf-nb-community/pom.xml | 2 +- lighty-modules/lighty-swagger/pom.xml | 2 +- lighty-modules/pom.xml | 2 +- .../controller-application-assembly/pom.xml | 2 +- lighty-resources/log4j-properties/pom.xml | 2 +- lighty-resources/pom.xml | 2 +- .../singlenode-configuration/pom.xml | 2 +- lighty-resources/start-script/pom.xml | 2 +- lighty-tests-report/pom.xml | 4 +- pom.xml | 2 +- 63 files changed, 129 insertions(+), 125 deletions(-) diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml index eeacc3357c..feb5ac45ae 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 16.4.0-SNAPSHOT + 16.4.0 diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml index 3f197ad0e9..6f26d1063c 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.applications.rcgnmi.app.RCgNMIApp diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml index bdf2af04ef..d4ac6a55e7 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml @@ -12,7 +12,7 @@ io.lighty.applications.rcgnmi lighty-rcgnmi-app-aggregator - 16.4.0-SNAPSHOT + 16.4.0 pom diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml index e7dbeb59a6..8ab5571bbb 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-app-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rnc lighty-rnc-app - 16.4.0-SNAPSHOT + 16.4.0 jar diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml index 1b6a1f8e06..952495503c 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rnc lighty-rnc-module - 16.4.0-SNAPSHOT + 16.4.0 diff --git a/lighty-applications/lighty-rnc-app-aggregator/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/pom.xml index fd21385df5..375b1fcd12 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications.rnc lighty-rnc-aggregator - 16.4.0-SNAPSHOT + 16.4.0 pom diff --git a/lighty-applications/pom.xml b/lighty-applications/pom.xml index 7850abdf8a..da1c133287 100644 --- a/lighty-applications/pom.xml +++ b/lighty-applications/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications lighty-applications-aggregator - 16.4.0-SNAPSHOT + 16.4.0 pom diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index 24dd08e866..9ba88cfc36 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core dependency-versions - 16.4.0-SNAPSHOT + 16.4.0 pom ${project.groupId}:${project.artifactId} diff --git a/lighty-core/lighty-app-parent/pom.xml b/lighty-core/lighty-app-parent/pom.xml index 17345f7247..0aea11d3ee 100644 --- a/lighty-core/lighty-app-parent/pom.xml +++ b/lighty-core/lighty-app-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../lighty-parent diff --git a/lighty-core/lighty-binding-parent/pom.xml b/lighty-core/lighty-binding-parent/pom.xml index fb00dfb81a..f63f61ee79 100644 --- a/lighty-core/lighty-binding-parent/pom.xml +++ b/lighty-core/lighty-binding-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../lighty-parent diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index 82ca10a15e..58a53a1af5 100644 --- a/lighty-core/lighty-bom/pom.xml +++ b/lighty-core/lighty-bom/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core lighty-bom - 16.4.0-SNAPSHOT + 16.4.0 pom ${project.groupId}:${project.artifactId} @@ -26,216 +26,216 @@ io.lighty.core lighty-codecs-util - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.core lighty-common - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.core lighty-controller - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.core lighty-clustering - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.core lighty-controller-guice-di - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.core lighty-controller-spring-di - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.models openconfig-models - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.modules.tests integration-tests - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.modules.tests integration-tests-aaa - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.modules lighty-aaa - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.modules lighty-jetty-server - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.modules lighty-netconf-sb - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.modules lighty-restconf-nb-community - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.modules lighty-swagger - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.modules lighty-aaa-encryption-service - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.modules lighty-bgp - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.modules.gnmi lighty-gnmi-connector - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.modules.gnmi lighty-gnmi-commons - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.modules.gnmi lighty-gnmi-proto - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.modules.gnmi lighty-gnmi-device-simulator - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.models.gnmi lighty-gnmi-topology-model - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.models.gnmi lighty-gnmi-force-capabilities - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.applications.rcgnmi lighty-rcgnmi-app - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.applications.rnc lighty-rnc-app - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.applications.rnc lighty-rnc-module - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.kit.examples.controllers lighty-community-restconf-netconf-app - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.core lighty-controller-springboot - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.resources controller-application-assembly - 16.4.0-SNAPSHOT + 16.4.0 provided io.lighty.resources singlenode-configuration - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.resources start-script - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.models.test lighty-test-models - 16.4.0-SNAPSHOT + 16.4.0 test io.lighty.models.test lighty-toaster - 16.4.0-SNAPSHOT + 16.4.0 test io.lighty.resources log4j-properties - 16.4.0-SNAPSHOT + 16.4.0 test diff --git a/lighty-core/lighty-clustering/pom.xml b/lighty-core/lighty-clustering/pom.xml index 7612c4ce41..697308eaf4 100644 --- a/lighty-core/lighty-clustering/pom.xml +++ b/lighty-core/lighty-clustering/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../lighty-parent diff --git a/lighty-core/lighty-codecs-util/pom.xml b/lighty-core/lighty-codecs-util/pom.xml index 2181625c60..563a0148ae 100644 --- a/lighty-core/lighty-codecs-util/pom.xml +++ b/lighty-core/lighty-codecs-util/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../lighty-parent diff --git a/lighty-core/lighty-common/pom.xml b/lighty-core/lighty-common/pom.xml index 315a9e612d..d0b8d2d22d 100644 --- a/lighty-core/lighty-common/pom.xml +++ b/lighty-core/lighty-common/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../lighty-parent diff --git a/lighty-core/lighty-controller-guice-di/pom.xml b/lighty-core/lighty-controller-guice-di/pom.xml index 4984e409d5..1600d1fd12 100644 --- a/lighty-core/lighty-controller-guice-di/pom.xml +++ b/lighty-core/lighty-controller-guice-di/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../lighty-parent diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index 141b5307da..271b61aa61 100644 --- a/lighty-core/lighty-controller-spring-di/pom.xml +++ b/lighty-core/lighty-controller-spring-di/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../lighty-parent diff --git a/lighty-core/lighty-controller/pom.xml b/lighty-core/lighty-controller/pom.xml index d22d75d24d..185cf78e44 100644 --- a/lighty-core/lighty-controller/pom.xml +++ b/lighty-core/lighty-controller/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../lighty-parent diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index db82d50da4..071d9d6b27 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core lighty-minimal-parent - 16.4.0-SNAPSHOT + 16.4.0 pom ${project.groupId}:${project.artifactId} @@ -29,14 +29,14 @@ io.lighty.core dependency-versions - 16.4.0-SNAPSHOT + 16.4.0 pom import io.lighty.core lighty-bom - 16.4.0-SNAPSHOT + 16.4.0 pom import diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index 91edaa67f4..6e5fecc387 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-minimal-parent - 16.4.0-SNAPSHOT + 16.4.0 ../lighty-minimal-parent diff --git a/lighty-core/pom.xml b/lighty-core/pom.xml index 052088fddb..7716842c15 100644 --- a/lighty-core/pom.xml +++ b/lighty-core/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-core-aggregator - 16.4.0-SNAPSHOT + 16.4.0 pom diff --git a/lighty-examples/lighty-bgp-community-restconf-app/pom.xml b/lighty-examples/lighty-bgp-community-restconf-app/pom.xml index 17d3e42729..263b3ce0bb 100644 --- a/lighty-examples/lighty-bgp-community-restconf-app/pom.xml +++ b/lighty-examples/lighty-bgp-community-restconf-app/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../lighty-core/lighty-app-parent/pom.xml io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 16.4.0-SNAPSHOT + 16.4.0 jar diff --git a/lighty-examples/lighty-community-aaa-restconf-app/pom.xml b/lighty-examples/lighty-community-aaa-restconf-app/pom.xml index b32efbc3db..d495ea7690 100644 --- a/lighty-examples/lighty-community-aaa-restconf-app/pom.xml +++ b/lighty-examples/lighty-community-aaa-restconf-app/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-app-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../lighty-core/lighty-app-parent io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 16.4.0-SNAPSHOT + 16.4.0 jar diff --git a/lighty-examples/lighty-community-restconf-actions-app/pom.xml b/lighty-examples/lighty-community-restconf-actions-app/pom.xml index e6e134161f..8c5eaee7ad 100644 --- a/lighty-examples/lighty-community-restconf-actions-app/pom.xml +++ b/lighty-examples/lighty-community-restconf-actions-app/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-app-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../lighty-core/lighty-app-parent @@ -46,7 +46,7 @@ io.lighty.models.test example-data-center - 16.4.0-SNAPSHOT + 16.4.0 compile diff --git a/lighty-examples/lighty-community-restconf-netconf-app/pom.xml b/lighty-examples/lighty-community-restconf-netconf-app/pom.xml index f660ee3d58..ed8579ebc9 100644 --- a/lighty-examples/lighty-community-restconf-netconf-app/pom.xml +++ b/lighty-examples/lighty-community-restconf-netconf-app/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-app-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../lighty-core/lighty-app-parent diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 6f88c8e4b3..eb6a96ebc3 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -17,7 +17,7 @@ io.lighty.core lighty-controller-springboot - 16.4.0-SNAPSHOT + 16.4.0 jar Demo lighty.io project for SpringBoot @@ -32,14 +32,14 @@ io.lighty.core lighty-bom - 16.4.0-SNAPSHOT + 16.4.0 pom import io.lighty.core dependency-versions - 16.4.0-SNAPSHOT + 16.4.0 pom import @@ -136,4 +136,8 @@ + + + 16.4.0 + diff --git a/lighty-examples/pom.xml b/lighty-examples/pom.xml index 1c01cea842..272add45aa 100644 --- a/lighty-examples/pom.xml +++ b/lighty-examples/pom.xml @@ -11,7 +11,7 @@ io.lighty.kit.examples example-applications-aggregator - 16.4.0-SNAPSHOT + 16.4.0 pom diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml index fd3063fdd7..6f94ae01ad 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml @@ -13,12 +13,12 @@ io.lighty.core lighty-binding-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 16.4.0-SNAPSHOT + 16.4.0 diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml index 3b63d35356..6cc9bdc749 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-binding-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-force-capabilities - 16.4.0-SNAPSHOT + 16.4.0 diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml index 79ba32b69a..ffe6666b8a 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-binding-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-topology-model - 16.4.0-SNAPSHOT + 16.4.0 diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml index b3e54c0043..ab1570dbc1 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml @@ -13,12 +13,12 @@ io.lighty.core lighty-binding-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 16.4.0-SNAPSHOT + 16.4.0 diff --git a/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml index 44f47c5e56..ddddc2951a 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml @@ -11,12 +11,12 @@ io.lighty.core lighty-binding-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnoi-sonic-yang-model - 16.4.0-SNAPSHOT + 16.4.0 diff --git a/lighty-models/lighty-gnmi-models/pom.xml b/lighty-models/lighty-gnmi-models/pom.xml index e231435373..4449635d5d 100644 --- a/lighty-models/lighty-gnmi-models/pom.xml +++ b/lighty-models/lighty-gnmi-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.models.gnmi lighty-gnmi-models - 16.4.0-SNAPSHOT + 16.4.0 pom ${project.groupId}:${project.artifactId} diff --git a/lighty-models/openconfig-models/pom.xml b/lighty-models/openconfig-models/pom.xml index 2c32bd6b82..49f3f5ca63 100644 --- a/lighty-models/openconfig-models/pom.xml +++ b/lighty-models/openconfig-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../lighty-core/lighty-binding-parent diff --git a/lighty-models/pom.xml b/lighty-models/pom.xml index 60f60bc86c..409e4a7640 100644 --- a/lighty-models/pom.xml +++ b/lighty-models/pom.xml @@ -11,7 +11,7 @@ io.lighty.models lighty-models-aggregator - 16.4.0-SNAPSHOT + 16.4.0 pom diff --git a/lighty-models/test/lighty-example-data-center/pom.xml b/lighty-models/test/lighty-example-data-center/pom.xml index b9b6d322e7..9633d57cba 100644 --- a/lighty-models/test/lighty-example-data-center/pom.xml +++ b/lighty-models/test/lighty-example-data-center/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/lighty-test-models/pom.xml b/lighty-models/test/lighty-test-models/pom.xml index 5c5c154ead..97d5491fae 100644 --- a/lighty-models/test/lighty-test-models/pom.xml +++ b/lighty-models/test/lighty-test-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/lighty-toaster/pom.xml b/lighty-models/test/lighty-toaster/pom.xml index e3ded70bd2..2df5605f2f 100644 --- a/lighty-models/test/lighty-toaster/pom.xml +++ b/lighty-models/test/lighty-toaster/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/pom.xml b/lighty-models/test/pom.xml index b6db8ff859..994882c0af 100644 --- a/lighty-models/test/pom.xml +++ b/lighty-models/test/pom.xml @@ -11,7 +11,7 @@ io.lighty.models.test lighty-models-test-aggregator - 16.4.0-SNAPSHOT + 16.4.0 pom diff --git a/lighty-modules/integration-tests-aaa/pom.xml b/lighty-modules/integration-tests-aaa/pom.xml index a2325e99d0..a876967112 100644 --- a/lighty-modules/integration-tests-aaa/pom.xml +++ b/lighty-modules/integration-tests-aaa/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/integration-tests/pom.xml b/lighty-modules/integration-tests/pom.xml index f49deeeb8a..11d71ad919 100644 --- a/lighty-modules/integration-tests/pom.xml +++ b/lighty-modules/integration-tests/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml b/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml index 32da87e11f..4e834e26d5 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml @@ -11,7 +11,7 @@ lighty-parent io.lighty.core - 16.4.0-SNAPSHOT + 16.4.0 ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml index 04bb527d8e..59a34a7331 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-aaa-aggregator/pom.xml b/lighty-modules/lighty-aaa-aggregator/pom.xml index defc35b7c6..be750b0b6d 100644 --- a/lighty-modules/lighty-aaa-aggregator/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/pom.xml @@ -11,7 +11,7 @@ io.lighty.modules lighty-aaa-aggregator - 16.4.0-SNAPSHOT + 16.4.0 pom diff --git a/lighty-modules/lighty-bgp/pom.xml b/lighty-modules/lighty-bgp/pom.xml index 4aa1cd484c..0ae7e5bea2 100644 --- a/lighty-modules/lighty-bgp/pom.xml +++ b/lighty-modules/lighty-bgp/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../lighty-core/lighty-parent/pom.xml io.lighty.modules lighty-bgp - 16.4.0-SNAPSHOT + 16.4.0 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml index ca649c3c2d..f53afce77c 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-commons - 16.4.0-SNAPSHOT + 16.4.0 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml index 0256759b16..9731084c0e 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml index e58e4113df..a85d59782c 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-device-simulator - 16.4.0-SNAPSHOT + 16.4.0 io.lighty.modules.gnmi.simulatordevice.main.GnmiSimulatorApp diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index d257b09c6b..b9bba2fabd 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-proto - 16.4.0-SNAPSHOT + 16.4.0 3.22.2 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml index 6434d4d3b5..77a875cda8 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 16.4.0-SNAPSHOT + 16.4.0 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml index 6c4ced1060..6f5efd90be 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-test - 16.4.0-SNAPSHOT + 16.4.0 true diff --git a/lighty-modules/lighty-gnmi/pom.xml b/lighty-modules/lighty-gnmi/pom.xml index 048d2efc1c..13339dae20 100644 --- a/lighty-modules/lighty-gnmi/pom.xml +++ b/lighty-modules/lighty-gnmi/pom.xml @@ -12,7 +12,7 @@ io.lighty.modules.gnmi lighty-gnmi - 16.4.0-SNAPSHOT + 16.4.0 pom diff --git a/lighty-modules/lighty-jetty-server/pom.xml b/lighty-modules/lighty-jetty-server/pom.xml index d45815f605..d9229d928b 100644 --- a/lighty-modules/lighty-jetty-server/pom.xml +++ b/lighty-modules/lighty-jetty-server/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-netconf-sb/pom.xml b/lighty-modules/lighty-netconf-sb/pom.xml index 74f0ea8974..1990f37048 100644 --- a/lighty-modules/lighty-netconf-sb/pom.xml +++ b/lighty-modules/lighty-netconf-sb/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-restconf-nb-community/pom.xml b/lighty-modules/lighty-restconf-nb-community/pom.xml index 7ea07518e0..45370f739e 100644 --- a/lighty-modules/lighty-restconf-nb-community/pom.xml +++ b/lighty-modules/lighty-restconf-nb-community/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-swagger/pom.xml b/lighty-modules/lighty-swagger/pom.xml index ceb3dbb4c0..7b69fe628b 100644 --- a/lighty-modules/lighty-swagger/pom.xml +++ b/lighty-modules/lighty-swagger/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/pom.xml b/lighty-modules/pom.xml index 1ea4c86170..34b01b11d6 100644 --- a/lighty-modules/pom.xml +++ b/lighty-modules/pom.xml @@ -11,7 +11,7 @@ io.lighty.modules lighty-modules-aggregator - 16.4.0-SNAPSHOT + 16.4.0 pom ${project.groupId}:${project.artifactId} diff --git a/lighty-resources/controller-application-assembly/pom.xml b/lighty-resources/controller-application-assembly/pom.xml index c3fccf0c6e..5cf5c25303 100644 --- a/lighty-resources/controller-application-assembly/pom.xml +++ b/lighty-resources/controller-application-assembly/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../lighty-core/lighty-parent diff --git a/lighty-resources/log4j-properties/pom.xml b/lighty-resources/log4j-properties/pom.xml index 5c61d97437..0b2e2febce 100644 --- a/lighty-resources/log4j-properties/pom.xml +++ b/lighty-resources/log4j-properties/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../lighty-core/lighty-parent diff --git a/lighty-resources/pom.xml b/lighty-resources/pom.xml index 696a882baf..8bbb956e21 100644 --- a/lighty-resources/pom.xml +++ b/lighty-resources/pom.xml @@ -12,7 +12,7 @@ io.lighty.resources lighty-resources-aggregator pom - 16.4.0-SNAPSHOT + 16.4.0 true diff --git a/lighty-resources/singlenode-configuration/pom.xml b/lighty-resources/singlenode-configuration/pom.xml index 7d6e0a2546..236697b161 100644 --- a/lighty-resources/singlenode-configuration/pom.xml +++ b/lighty-resources/singlenode-configuration/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../lighty-core/lighty-parent diff --git a/lighty-resources/start-script/pom.xml b/lighty-resources/start-script/pom.xml index 94839c952b..b7c999f532 100644 --- a/lighty-resources/start-script/pom.xml +++ b/lighty-resources/start-script/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../../lighty-core/lighty-parent diff --git a/lighty-tests-report/pom.xml b/lighty-tests-report/pom.xml index c8b50cf248..d63de604e6 100644 --- a/lighty-tests-report/pom.xml +++ b/lighty-tests-report/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 16.4.0-SNAPSHOT + 16.4.0 ../lighty-core/lighty-parent @@ -148,7 +148,7 @@ io.lighty.modules.gnmi lighty-gnmi-test - 16.4.0-SNAPSHOT + 16.4.0 diff --git a/pom.xml b/pom.xml index e24f805b80..82324174a8 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ io.lighty lighty-aggregator - 16.4.0-SNAPSHOT + 16.4.0 pom lighty