From 6dccde62daff4a862792695a1b7359b355c553be Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 27 Aug 2025 11:09:51 +0200 Subject: [PATCH 1/2] Bump docs and scripts to 21.3.0 JIRA: LIGHTY-368 Signed-off-by: tobias.pobocik --- .../lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh | 2 +- lighty-core/lighty-controller/README.md | 2 +- lighty-examples/README.md | 2 +- .../lighty-community-restconf-netconf-app/README.md | 10 +++++----- .../lighty-controller-springboot-netconf/README.md | 2 +- .../lighty-gnmi-community-restconf-app/README.md | 8 ++++---- lighty-models/README.md | 2 +- lighty-modules/lighty-bgp/README.md | 2 +- .../lighty-gnmi/lighty-gnmi-device-simulator/README.md | 2 +- lighty-modules/lighty-netconf-sb/README.md | 2 +- lighty-modules/lighty-restconf-nb-community/README.md | 2 +- 11 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh b/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh index 7c0a4d26eb..f5a8e02c70 100755 --- a/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh +++ b/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh @@ -44,7 +44,7 @@ ls -1 yangs #Run simulator for testing purpose printLine echo -e "-- Starting gNMI simulator device --\n" -java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-21.3.0-SNAPSHOT.jar -c ./simulator/example_config.json > /dev/null 2>&1 & +java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-21.3.0.jar -c ./simulator/example_config.json > /dev/null 2>&1 & #Add yangs into controller through REST rpc ./add_yangs_via_rpc.sh diff --git a/lighty-core/lighty-controller/README.md b/lighty-core/lighty-controller/README.md index f3b4c41110..e6ab27acd5 100644 --- a/lighty-core/lighty-controller/README.md +++ b/lighty-core/lighty-controller/README.md @@ -17,7 +17,7 @@ To use Lighty controller in your project: io.lighty.core lighty-controller - 21.3.0-SNAPSHOT + 21.3.0 ``` diff --git a/lighty-examples/README.md b/lighty-examples/README.md index 779deee3d2..802a8c7e7f 100644 --- a/lighty-examples/README.md +++ b/lighty-examples/README.md @@ -15,7 +15,7 @@ ODL core services represent MD-SAL layer, controller, DataStore, global schema c io.lighty.core lighty-bom - 21.3.0-SNAPSHOT + 21.3.0 pom import diff --git a/lighty-examples/lighty-community-restconf-netconf-app/README.md b/lighty-examples/lighty-community-restconf-netconf-app/README.md index 23242d4d5d..bb3fe66e5b 100644 --- a/lighty-examples/lighty-community-restconf-netconf-app/README.md +++ b/lighty-examples/lighty-community-restconf-netconf-app/README.md @@ -21,12 +21,12 @@ build the project: ```mvn clean install``` ### Start this demo example * build the project using ```mvn clean install``` * go to target directory ```cd lighty-examples/lighty-community-restconf-netconf-app/target``` -* unzip example application bundle ```unzip lighty-community-restconf-netconf-app-21.3.0-SNAPSHOT-bin.zip``` -* go to unzipped application directory ```cd lighty-community-restconf-netconf-app-21.3.0-SNAPSHOT``` -* start controller example controller application ```java -jar lighty-community-restconf-netconf-app-21.3.0-SNAPSHOT.jar``` +* unzip example application bundle ```unzip lighty-community-restconf-netconf-app-21.3.0-bin.zip``` +* go to unzipped application directory ```cd lighty-community-restconf-netconf-app-21.3.0``` +* start controller example controller application ```java -jar lighty-community-restconf-netconf-app-21.3.0.jar``` ### Test example application -Once example application has been started using command ```java -jar lighty-community-restconf-netconf-app-21.3.0-SNAPSHOT.jar``` +Once example application has been started using command ```java -jar lighty-community-restconf-netconf-app-21.3.0.jar``` RESTCONF web interface is available at URL ```http://localhost:8888/restconf/*``` ##### URLs to start with @@ -42,7 +42,7 @@ URLs for OpenApi: https://datatracker.ietf.org/doc/html/rfc8040 ### Use custom config files There are two separated config files: for NETCONF SBP single node and for cluster. -`java -jar lighty-community-restconf-netconf-app-21.3.0-SNAPSHOT.jar /path/to/singleNodeConfig.json` +`java -jar lighty-community-restconf-netconf-app-21.3.0.jar /path/to/singleNodeConfig.json` Example configuration for single node is [here](src/main/assembly/resources/sampleConfigSingleNode.json) diff --git a/lighty-examples/lighty-controller-springboot-netconf/README.md b/lighty-examples/lighty-controller-springboot-netconf/README.md index 36977d7482..74e8862ea2 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/README.md +++ b/lighty-examples/lighty-controller-springboot-netconf/README.md @@ -46,7 +46,7 @@ mvn spring-boot:run or ``` -java -jar target/lighty-controller-springboot-21.3.0-SNAPSHOT.jar +java -jar target/lighty-controller-springboot-21.3.0.jar ``` or in any IDE, run main in diff --git a/lighty-examples/lighty-gnmi-community-restconf-app/README.md b/lighty-examples/lighty-gnmi-community-restconf-app/README.md index d2d2fdfa1f..f413ff3532 100644 --- a/lighty-examples/lighty-gnmi-community-restconf-app/README.md +++ b/lighty-examples/lighty-gnmi-community-restconf-app/README.md @@ -43,22 +43,22 @@ cd lighty-examples/lighty-gnmi-community-restconf-app ### Start RCgNMI controller app Unzip lighty-rcgnmi-app to current location ``` -unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-21.3.0-SNAPSHOT-bin.zip +unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-21.3.0-bin.zip ``` Start application with pre-prepared configuration [example_config.json](example_config.json). ``` -java -jar lighty-rcgnmi-app-21.3.0-SNAPSHOT/lighty-rcgnmi-app-21.3.0-SNAPSHOT.jar -c example_config.json +java -jar lighty-rcgnmi-app-21.3.0/lighty-rcgnmi-app-21.3.0.jar -c example_config.json ``` ### Start lighty.io gNMI device simulator Unzip gNMI simulator app to current folder. ``` -unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-21.3.0-SNAPSHOT-bin.zip +unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-21.3.0-bin.zip ``` Start the application with pre-prepared configuration [simulator_config.json](simulator/simulator_config.json) ``` -java -jar lighty-gnmi-device-simulator-21.3.0-SNAPSHOT/lighty-gnmi-device-simulator-21.3.0-SNAPSHOT.jar -c simulator/simulator_config.json +java -jar lighty-gnmi-device-simulator-21.3.0/lighty-gnmi-device-simulator-21.3.0.jar -c simulator/simulator_config.json ``` ### Add client certificates to lighty.io gNMI keystore diff --git a/lighty-models/README.md b/lighty-models/README.md index 4dbc775046..03a7fc17ad 100644 --- a/lighty-models/README.md +++ b/lighty-models/README.md @@ -56,7 +56,7 @@ my-model/pom.xml io.lighty.core lighty-binding-parent - 21.3.0-SNAPSHOT + 21.3.0 diff --git a/lighty-modules/lighty-bgp/README.md b/lighty-modules/lighty-bgp/README.md index edd0d55e84..deabab66ab 100644 --- a/lighty-modules/lighty-bgp/README.md +++ b/lighty-modules/lighty-bgp/README.md @@ -11,7 +11,7 @@ To use lighty BGP plugin in your project: io.lighty.modules lighty-bgp - 21.3.0-SNAPSHOT + 21.3.0 ``` * Initialize and start BgpModule instance: diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md index 8204b9630d..4e8254f349 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md @@ -8,7 +8,7 @@ This simulator provides gNMI device driven by gNMI proto files, with datastore d io.lighty.modules.gnmi lighty-gnmi-device-simulator - 21.3.0-SNAPSHOT + 21.3.0 ``` diff --git a/lighty-modules/lighty-netconf-sb/README.md b/lighty-modules/lighty-netconf-sb/README.md index 7f96224bea..2c8e669843 100644 --- a/lighty-modules/lighty-netconf-sb/README.md +++ b/lighty-modules/lighty-netconf-sb/README.md @@ -42,7 +42,7 @@ To use NETCONF in your project: io.lighty.modules lighty-netconf-sb - 21.3.0-SNAPSHOT + 21.3.0 ``` 2. Initialize and start an instance of NETCONF SBP in your code: diff --git a/lighty-modules/lighty-restconf-nb-community/README.md b/lighty-modules/lighty-restconf-nb-community/README.md index 26b430c1f8..0389831e6c 100644 --- a/lighty-modules/lighty-restconf-nb-community/README.md +++ b/lighty-modules/lighty-restconf-nb-community/README.md @@ -12,7 +12,7 @@ To use RESTCONF in your project: io.lighty.modules lighty-restconf-nb-community - 21.3.0-SNAPSHOT + 21.3.0 ``` From af65fcd82673fd73df3a2a378cc44bf497c2621e Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 27 Aug 2025 11:00:16 +0200 Subject: [PATCH 2/2] [maven-release-plugin] prepare release 21.3.0 JIRA: LIGHTY-368 Signed-off-by: tobias.pobocik --- .../lighty-app-modules-config/pom.xml | 2 +- .../lighty-rcgnmi-app-docker/pom.xml | 9 +- .../lighty-rcgnmi-app-module/pom.xml | 4 +- .../lighty-rcgnmi-app/pom.xml | 4 +- .../lighty-rcgnmi-app-aggregator/pom.xml | 2 +- .../lighty-rnc-app-docker/pom.xml | 5 +- .../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 | 4 +- lighty-core/lighty-app-parent/pom.xml | 2 +- lighty-core/lighty-binding-parent/pom.xml | 2 +- lighty-core/lighty-bom/pom.xml | 88 +++++++++---------- 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 | 8 +- 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 | 8 +- lighty-examples/lighty-guice-app/pom.xml | 2 +- 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-modules/lighty-openapi/pom.xml | 2 +- .../lighty-restconf-nb-community/pom.xml | 2 +- lighty-modules/pom.xml | 2 +- .../controller-application-assembly/pom.xml | 2 +- lighty-resources/log4j2-config/pom.xml | 4 +- 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 | 4 +- 67 files changed, 141 insertions(+), 145 deletions(-) diff --git a/lighty-applications/lighty-app-modules-config/pom.xml b/lighty-applications/lighty-app-modules-config/pom.xml index cd75376938..9bd0a6ad49 100644 --- a/lighty-applications/lighty-app-modules-config/pom.xml +++ b/lighty-applications/lighty-app-modules-config/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 21.3.0-SNAPSHOT + 21.3.0 ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml index edccfaf9ea..933f440118 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml @@ -7,14 +7,12 @@ ~ and is available at https://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 io.lighty.applications.rcgnmi lighty-rcgnmi-app-docker - 21.3.0-SNAPSHOT + 21.3.0 lighty-rcgnmi @@ -81,8 +79,7 @@ prepare-package - + 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 2eb8b61e7b..911e9b8140 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 21.3.0-SNAPSHOT + 21.3.0 ${project.groupId}:${project.artifactId} https://github.com/PANTHEONtech/lighty 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 ee434f6c1f..770ea3b97b 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app - 21.3.0-SNAPSHOT + 21.3.0 ${project.groupId}:${project.artifactId} https://github.com/PANTHEONtech/lighty diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml index 7630850046..09eb0b98e2 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 - 21.3.0-SNAPSHOT + 21.3.0 pom diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml index 7578e7ccfe..1b89a497ee 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications.rnc lighty-rnc-app-docker - 21.3.0-SNAPSHOT + 21.3.0 lighty-rnc @@ -78,8 +78,7 @@ prepare-package - + 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 d0e55e74dd..6f5bbe89fc 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rnc lighty-rnc-app - 21.3.0-SNAPSHOT + 21.3.0 jar ${project.groupId}:${project.artifactId} 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 48fe9d4b83..de3386aaf0 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rnc lighty-rnc-module - 21.3.0-SNAPSHOT + 21.3.0 ${project.groupId}:${project.artifactId} https://github.com/PANTHEONtech/lighty diff --git a/lighty-applications/lighty-rnc-app-aggregator/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/pom.xml index 3ca36275b0..6324e44d96 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 - 21.3.0-SNAPSHOT + 21.3.0 pom diff --git a/lighty-applications/pom.xml b/lighty-applications/pom.xml index 63e9650da9..9cbd3d5569 100644 --- a/lighty-applications/pom.xml +++ b/lighty-applications/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications lighty-applications-aggregator - 21.3.0-SNAPSHOT + 21.3.0 pom diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index 2a5b55657b..f0a3579080 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 - 21.3.0-SNAPSHOT + 21.3.0 pom ${project.groupId}:${project.artifactId} @@ -290,7 +290,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 21.3.0 diff --git a/lighty-core/lighty-app-parent/pom.xml b/lighty-core/lighty-app-parent/pom.xml index a52b11a037..63d5ff170f 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 - 21.3.0-SNAPSHOT + 21.3.0 ../lighty-parent/pom.xml diff --git a/lighty-core/lighty-binding-parent/pom.xml b/lighty-core/lighty-binding-parent/pom.xml index 1cd074d9a5..b69a81b572 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 - 21.3.0-SNAPSHOT + 21.3.0 ../lighty-parent/pom.xml diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index cd3395ec06..9997b987f8 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 - 21.3.0-SNAPSHOT + 21.3.0 pom ${project.groupId}:${project.artifactId} @@ -26,231 +26,231 @@ io.lighty.core lighty-codecs-util - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.core lighty-common - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.core lighty-controller - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.core lighty-clustering - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.core lighty-controller-guice-di - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.core lighty-controller-spring-di - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.models openconfig-models - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.modules.tests integration-tests - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.modules.tests integration-tests-aaa - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.modules lighty-aaa - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.modules lighty-jetty-server - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.modules lighty-netconf-sb - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.modules lighty-restconf-nb-community - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.modules lighty-openapi - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.modules lighty-aaa-encryption-service - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.modules lighty-bgp - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.modules.gnmi lighty-gnmi-connector - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.modules.gnmi lighty-gnmi-commons - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.modules.gnmi lighty-gnmi-proto - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.modules.gnmi lighty-gnmi-device-simulator - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.models.gnmi lighty-gnmi-topology-model - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.models.gnmi lighty-gnmi-force-capabilities - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.applications.rcgnmi lighty-rcgnmi-app - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.applications.rnc lighty-rnc-app - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.applications.rnc lighty-rnc-module - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.applications lighty-app-modules-config - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.kit.examples.controllers lighty-community-restconf-netconf-app - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.core lighty-controller-springboot - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.kit.examples.controllers lighty-guice-app - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.kit.examples.controllers lighty-community-restconf-actions-app - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.resources controller-application-assembly - 21.3.0-SNAPSHOT + 21.3.0 provided io.lighty.resources singlenode-configuration - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.resources start-script - 21.3.0-SNAPSHOT + 21.3.0 io.lighty.models.test lighty-test-models - 21.3.0-SNAPSHOT + 21.3.0 test io.lighty.models.test lighty-toaster - 21.3.0-SNAPSHOT + 21.3.0 test io.lighty.resources log4j2-config - 21.3.0-SNAPSHOT + 21.3.0 test @@ -300,7 +300,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 21.3.0 diff --git a/lighty-core/lighty-clustering/pom.xml b/lighty-core/lighty-clustering/pom.xml index baf5e44aee..f9f4a74f51 100644 --- a/lighty-core/lighty-clustering/pom.xml +++ b/lighty-core/lighty-clustering/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 21.3.0-SNAPSHOT + 21.3.0 ../lighty-parent/pom.xml diff --git a/lighty-core/lighty-codecs-util/pom.xml b/lighty-core/lighty-codecs-util/pom.xml index 3a172530ab..153e944ceb 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 - 21.3.0-SNAPSHOT + 21.3.0 ../lighty-parent/pom.xml diff --git a/lighty-core/lighty-common/pom.xml b/lighty-core/lighty-common/pom.xml index 66168301a7..469c2cfe40 100644 --- a/lighty-core/lighty-common/pom.xml +++ b/lighty-core/lighty-common/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 21.3.0-SNAPSHOT + 21.3.0 ../lighty-parent/pom.xml diff --git a/lighty-core/lighty-controller-guice-di/pom.xml b/lighty-core/lighty-controller-guice-di/pom.xml index bec6337404..8310de61ad 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 - 21.3.0-SNAPSHOT + 21.3.0 ../lighty-parent/pom.xml diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index ca3dae095e..5d02a73ed5 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 - 21.3.0-SNAPSHOT + 21.3.0 ../lighty-parent/pom.xml diff --git a/lighty-core/lighty-controller/pom.xml b/lighty-core/lighty-controller/pom.xml index a746291cd6..cf6c7db117 100644 --- a/lighty-core/lighty-controller/pom.xml +++ b/lighty-core/lighty-controller/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 21.3.0-SNAPSHOT + 21.3.0 ../lighty-parent/pom.xml diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index b7267e59de..b67c3f3e13 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 - 21.3.0-SNAPSHOT + 21.3.0 pom ${project.groupId}:${project.artifactId} @@ -29,14 +29,14 @@ io.lighty.core dependency-versions - 21.3.0-SNAPSHOT + 21.3.0 pom import io.lighty.core lighty-bom - 21.3.0-SNAPSHOT + 21.3.0 pom import @@ -141,7 +141,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 21.3.0 diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index 25160b1ee6..6464f9245f 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 - 21.3.0-SNAPSHOT + 21.3.0 ../lighty-minimal-parent/pom.xml diff --git a/lighty-core/pom.xml b/lighty-core/pom.xml index 91e711f918..f28fb93a62 100644 --- a/lighty-core/pom.xml +++ b/lighty-core/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-core-aggregator - 21.3.0-SNAPSHOT + 21.3.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 81d9a182c7..b2f8a8e43e 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../lighty-core/lighty-app-parent/pom.xml io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 21.3.0-SNAPSHOT + 21.3.0 jar ${project.groupId}:${project.artifactId} diff --git a/lighty-examples/lighty-community-aaa-restconf-app/pom.xml b/lighty-examples/lighty-community-aaa-restconf-app/pom.xml index 99882b2dc8..cd23a3d1a6 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../lighty-core/lighty-app-parent/pom.xml io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 21.3.0-SNAPSHOT + 21.3.0 jar ${project.groupId}:${project.artifactId} diff --git a/lighty-examples/lighty-community-restconf-actions-app/pom.xml b/lighty-examples/lighty-community-restconf-actions-app/pom.xml index 58ae83f13c..1fba0beaf4 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../lighty-core/lighty-app-parent/pom.xml @@ -53,7 +53,7 @@ io.lighty.models.test example-data-center - 21.3.0-SNAPSHOT + 21.3.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 3a3210c316..705c662197 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../lighty-core/lighty-app-parent/pom.xml diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 533e8a13d6..6a4718fff4 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 - 21.3.0-SNAPSHOT + 21.3.0 jar Demo lighty.io project for SpringBoot @@ -33,14 +33,14 @@ io.lighty.core lighty-bom - 21.3.0-SNAPSHOT + 21.3.0 pom import io.lighty.core dependency-versions - 21.3.0-SNAPSHOT + 21.3.0 pom import @@ -149,7 +149,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 21.3.0 diff --git a/lighty-examples/lighty-guice-app/pom.xml b/lighty-examples/lighty-guice-app/pom.xml index 05852178d5..bb117e7675 100644 --- a/lighty-examples/lighty-guice-app/pom.xml +++ b/lighty-examples/lighty-guice-app/pom.xml @@ -11,7 +11,7 @@ lighty-app-parent io.lighty.core - 21.3.0-SNAPSHOT + 21.3.0 ../../lighty-core/lighty-app-parent/pom.xml diff --git a/lighty-examples/pom.xml b/lighty-examples/pom.xml index 4bf4c1bfa6..5a1126b595 100644 --- a/lighty-examples/pom.xml +++ b/lighty-examples/pom.xml @@ -11,7 +11,7 @@ io.lighty.kit.examples example-applications-aggregator - 21.3.0-SNAPSHOT + 21.3.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 5a456c1b1b..217db8c797 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,13 +13,13 @@ io.lighty.core lighty-binding-parent - 21.3.0-SNAPSHOT + 21.3.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 21.3.0-SNAPSHOT + 21.3.0 ${project.groupId}:${project.artifactId} https://github.com/PANTHEONtech/lighty 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 5163304e3f..801c96223a 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-force-capabilities - 21.3.0-SNAPSHOT + 21.3.0 ${project.groupId}:${project.artifactId} https://github.com/PANTHEONtech/lighty 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 87fe3b62b3..ed0fb55b04 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-topology-model - 21.3.0-SNAPSHOT + 21.3.0 ${project.groupId}:${project.artifactId} https://github.com/PANTHEONtech/lighty 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 43dc1e0730..c207829e63 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,13 +13,13 @@ io.lighty.core lighty-binding-parent - 21.3.0-SNAPSHOT + 21.3.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 21.3.0-SNAPSHOT + 21.3.0 ${project.groupId}:${project.artifactId} https://github.com/PANTHEONtech/lighty 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 af498749d7..ad1b5ff363 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,13 +11,13 @@ io.lighty.core lighty-binding-parent - 21.3.0-SNAPSHOT + 21.3.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnoi-sonic-yang-model - 21.3.0-SNAPSHOT + 21.3.0 ${project.groupId}:${project.artifactId} https://github.com/PANTHEONtech/lighty diff --git a/lighty-models/lighty-gnmi-models/pom.xml b/lighty-models/lighty-gnmi-models/pom.xml index 7f02a1d4a0..7611037ecd 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 - 21.3.0-SNAPSHOT + 21.3.0 pom ${project.groupId}:${project.artifactId} diff --git a/lighty-models/openconfig-models/pom.xml b/lighty-models/openconfig-models/pom.xml index f8736a67a6..d805a0a7f6 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../lighty-core/lighty-binding-parent/pom.xml diff --git a/lighty-models/pom.xml b/lighty-models/pom.xml index fd716bae9e..d2c5ae6434 100644 --- a/lighty-models/pom.xml +++ b/lighty-models/pom.xml @@ -11,7 +11,7 @@ io.lighty.models lighty-models-aggregator - 21.3.0-SNAPSHOT + 21.3.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 904e0c5b2f..d01c5e4bfe 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../../lighty-core/lighty-binding-parent/pom.xml diff --git a/lighty-models/test/lighty-test-models/pom.xml b/lighty-models/test/lighty-test-models/pom.xml index 69a67b6077..86d4dcd777 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../../lighty-core/lighty-binding-parent/pom.xml diff --git a/lighty-models/test/lighty-toaster/pom.xml b/lighty-models/test/lighty-toaster/pom.xml index ce18bc18d5..1bb64f6883 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../../lighty-core/lighty-binding-parent/pom.xml diff --git a/lighty-models/test/pom.xml b/lighty-models/test/pom.xml index 43aaa4c102..1c9173a9e6 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 - 21.3.0-SNAPSHOT + 21.3.0 pom diff --git a/lighty-modules/integration-tests-aaa/pom.xml b/lighty-modules/integration-tests-aaa/pom.xml index fde75445e4..c5aada32fa 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/integration-tests/pom.xml b/lighty-modules/integration-tests/pom.xml index c41676bcde..bcfa789aaa 100644 --- a/lighty-modules/integration-tests/pom.xml +++ b/lighty-modules/integration-tests/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 21.3.0-SNAPSHOT + 21.3.0 ../../lighty-core/lighty-parent/pom.xml 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 9ebcd485ca..215b6f21f6 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 - 21.3.0-SNAPSHOT + 21.3.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 1af2a50a18..914a3bb9cc 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 - 21.3.0-SNAPSHOT + 21.3.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 53c980cb24..67b47ac8a1 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 - 21.3.0-SNAPSHOT + 21.3.0 pom diff --git a/lighty-modules/lighty-bgp/pom.xml b/lighty-modules/lighty-bgp/pom.xml index 4cbfaf70f9..a20ac30663 100644 --- a/lighty-modules/lighty-bgp/pom.xml +++ b/lighty-modules/lighty-bgp/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 21.3.0-SNAPSHOT + 21.3.0 ../../lighty-core/lighty-parent/pom.xml io.lighty.modules lighty-bgp - 21.3.0-SNAPSHOT + 21.3.0 ${project.groupId}:${project.artifactId} https://github.com/PANTHEONtech/lighty diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml index bd80f4faa9..17e065f4c5 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-commons - 21.3.0-SNAPSHOT + 21.3.0 ${project.groupId}:${project.artifactId} https://github.com/PANTHEONtech/lighty diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml index dc344d0c8c..d131fd2aee 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 - 21.3.0-SNAPSHOT + 21.3.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 3935d8b462..a0209cea2a 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-device-simulator - 21.3.0-SNAPSHOT + 21.3.0 ${project.groupId}:${project.artifactId} https://github.com/PANTHEONtech/lighty diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index edddf22a13..a951586013 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-proto - 21.3.0-SNAPSHOT + 21.3.0 ${project.groupId}:${project.artifactId} https://github.com/PANTHEONtech/lighty diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml index e5bca6e479..85260940e6 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 21.3.0-SNAPSHOT + 21.3.0 ${project.groupId}:${project.artifactId} https://github.com/PANTHEONtech/lighty diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml index 7616e2e356..a2d0b213f3 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-test - 21.3.0-SNAPSHOT + 21.3.0 ${project.groupId}:${project.artifactId} https://github.com/PANTHEONtech/lighty diff --git a/lighty-modules/lighty-gnmi/pom.xml b/lighty-modules/lighty-gnmi/pom.xml index a000ced3f8..f18f1d340c 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 - 21.3.0-SNAPSHOT + 21.3.0 pom diff --git a/lighty-modules/lighty-jetty-server/pom.xml b/lighty-modules/lighty-jetty-server/pom.xml index a7f783c030..84b19eec85 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-netconf-sb/pom.xml b/lighty-modules/lighty-netconf-sb/pom.xml index 9b24403a2c..6953482511 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-openapi/pom.xml b/lighty-modules/lighty-openapi/pom.xml index dc5b6f2582..dacfb02d7e 100644 --- a/lighty-modules/lighty-openapi/pom.xml +++ b/lighty-modules/lighty-openapi/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 21.3.0-SNAPSHOT + 21.3.0 ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-restconf-nb-community/pom.xml b/lighty-modules/lighty-restconf-nb-community/pom.xml index 473faa75c7..b6be8417f7 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/pom.xml b/lighty-modules/pom.xml index 534cf1366f..d854ce5417 100644 --- a/lighty-modules/pom.xml +++ b/lighty-modules/pom.xml @@ -11,7 +11,7 @@ io.lighty.modules lighty-modules-aggregator - 21.3.0-SNAPSHOT + 21.3.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 d0a5bf613b..51d9ace1c0 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 - 21.3.0-SNAPSHOT + 21.3.0 ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml index 2be2509863..14347d8188 100644 --- a/lighty-resources/log4j2-config/pom.xml +++ b/lighty-resources/log4j2-config/pom.xml @@ -11,7 +11,7 @@ io.lighty.resources log4j2-config - 21.3.0-SNAPSHOT + 21.3.0 jar ${project.groupId}:${project.artifactId} @@ -68,7 +68,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 21.3.0 diff --git a/lighty-resources/pom.xml b/lighty-resources/pom.xml index 89b93a4246..a34c385bbd 100644 --- a/lighty-resources/pom.xml +++ b/lighty-resources/pom.xml @@ -12,7 +12,7 @@ io.lighty.resources lighty-resources-aggregator pom - 21.3.0-SNAPSHOT + 21.3.0 true diff --git a/lighty-resources/singlenode-configuration/pom.xml b/lighty-resources/singlenode-configuration/pom.xml index 897c9ed5f5..d5d9864967 100644 --- a/lighty-resources/singlenode-configuration/pom.xml +++ b/lighty-resources/singlenode-configuration/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 21.3.0-SNAPSHOT + 21.3.0 ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-resources/start-script/pom.xml b/lighty-resources/start-script/pom.xml index 5fac0fdb16..23cad93e33 100644 --- a/lighty-resources/start-script/pom.xml +++ b/lighty-resources/start-script/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 21.3.0-SNAPSHOT + 21.3.0 ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-tests-report/pom.xml b/lighty-tests-report/pom.xml index c918638553..a410fb4342 100644 --- a/lighty-tests-report/pom.xml +++ b/lighty-tests-report/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 21.3.0-SNAPSHOT + 21.3.0 ../lighty-core/lighty-parent/pom.xml @@ -163,7 +163,7 @@ io.lighty.modules.gnmi lighty-gnmi-test - 21.3.0-SNAPSHOT + 21.3.0 diff --git a/pom.xml b/pom.xml index 97698eaf83..7e82c916f7 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ io.lighty lighty-aggregator - 21.3.0-SNAPSHOT + 21.3.0 pom lighty @@ -91,7 +91,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 21.3.0