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 8500a34f8..8224541fa 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-23.0.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-23.1.0-SNAPSHOT.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/.github/workflows/lighty-rnc-app/simulator/Dockerfile b/.github/workflows/lighty-rnc-app/simulator/Dockerfile index 28fb9a4a0..b37b834e2 100644 --- a/.github/workflows/lighty-rnc-app/simulator/Dockerfile +++ b/.github/workflows/lighty-rnc-app/simulator/Dockerfile @@ -1,4 +1,4 @@ -ARG SIMULATOR_VERSION="22.0.0" +ARG SIMULATOR_VERSION="23.0.0" FROM alpine:3.22.0 AS clone diff --git a/lighty-applications/lighty-app-modules-config/pom.xml b/lighty-applications/lighty-app-modules-config/pom.xml index afdb7e87e..993aa7706 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../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 21a9f7874..daa42ff59 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 @@ -12,7 +12,7 @@ io.lighty.applications.rcgnmi lighty-rcgnmi-app-docker - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT lighty-rcgnmi 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 c4881d6e4..6c60dfae3 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ${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 a35202177..06de3f653 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ${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 12adaccf8..d2b900fc4 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT 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 2315a848c..a1abc537c 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT lighty-rnc 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 89955a22e..507e2e041 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rnc lighty-rnc-app - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT 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 859a34c8d..a9d17c679 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rnc lighty-rnc-module - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ${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 ae22cca3c..e1834e0b3 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT pom diff --git a/lighty-applications/pom.xml b/lighty-applications/pom.xml index fbc296739..94545d79e 100644 --- a/lighty-applications/pom.xml +++ b/lighty-applications/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications lighty-applications-aggregator - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT pom diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index 764e842ce..6ac26047c 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/lighty-core/lighty-app-parent/pom.xml b/lighty-core/lighty-app-parent/pom.xml index e3a5bc37f..6a7544dbe 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../lighty-parent/pom.xml diff --git a/lighty-core/lighty-binding-parent/pom.xml b/lighty-core/lighty-binding-parent/pom.xml index 25efd1e71..c84b81801 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../lighty-parent/pom.xml diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index 1759c7e67..0f2ea86ee 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} @@ -26,231 +26,231 @@ io.lighty.core lighty-codecs-util - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.core lighty-common - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.core lighty-controller - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.core lighty-clustering - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.core lighty-controller-guice-di - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.core lighty-controller-spring-di - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.models openconfig-models - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.modules.tests integration-tests - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.modules.tests integration-tests-aaa - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.modules lighty-aaa - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.modules lighty-jetty-server - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.modules lighty-netconf-sb - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.modules lighty-restconf-nb-community - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.modules lighty-openapi - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.modules lighty-aaa-encryption-service - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.modules lighty-bgp - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-connector - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-commons - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-proto - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-device-simulator - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-topology-model - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-force-capabilities - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.applications.rcgnmi lighty-rcgnmi-app - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.applications.rnc lighty-rnc-app - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.applications.rnc lighty-rnc-module - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.applications lighty-app-modules-config - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-community-restconf-netconf-app - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.core lighty-controller-springboot - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-guice-app - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-community-restconf-actions-app - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.resources controller-application-assembly - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT provided io.lighty.resources singlenode-configuration - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.resources start-script - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT io.lighty.models.test lighty-test-models - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT test io.lighty.models.test lighty-toaster - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT test io.lighty.resources log4j2-config - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT test diff --git a/lighty-core/lighty-clustering/pom.xml b/lighty-core/lighty-clustering/pom.xml index e21a6ee54..16b66206b 100644 --- a/lighty-core/lighty-clustering/pom.xml +++ b/lighty-core/lighty-clustering/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../lighty-parent/pom.xml diff --git a/lighty-core/lighty-codecs-util/pom.xml b/lighty-core/lighty-codecs-util/pom.xml index ec8d07e87..64e95dd3f 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../lighty-parent/pom.xml diff --git a/lighty-core/lighty-common/pom.xml b/lighty-core/lighty-common/pom.xml index 8fdc55dc2..7cdca5c84 100644 --- a/lighty-core/lighty-common/pom.xml +++ b/lighty-core/lighty-common/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../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 2a71bc908..ee29cf432 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../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 430815769..685c1150f 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../lighty-parent/pom.xml diff --git a/lighty-core/lighty-controller/README.md b/lighty-core/lighty-controller/README.md index 5f1153ec7..980ffd032 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ``` diff --git a/lighty-core/lighty-controller/pom.xml b/lighty-core/lighty-controller/pom.xml index fccb8fce6..450d3ad6a 100644 --- a/lighty-core/lighty-controller/pom.xml +++ b/lighty-core/lighty-controller/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../lighty-parent/pom.xml diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index 3c2440681..8e7f9c7b0 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} @@ -30,14 +30,14 @@ io.lighty.core dependency-versions - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT pom import io.lighty.core lighty-bom - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT pom import diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index 08abc5b09..cb5f20752 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../lighty-minimal-parent/pom.xml diff --git a/lighty-core/pom.xml b/lighty-core/pom.xml index bca4d0a7c..e34c926ff 100644 --- a/lighty-core/pom.xml +++ b/lighty-core/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-core-aggregator - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT pom diff --git a/lighty-examples/README.md b/lighty-examples/README.md index 72d08c11d..03438d669 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT pom import diff --git a/lighty-examples/lighty-bgp-community-restconf-app/pom.xml b/lighty-examples/lighty-bgp-community-restconf-app/pom.xml index d17b56e3c..e71bdd9fa 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../lighty-core/lighty-app-parent/pom.xml io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT 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 665d59614..67c2d2065 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../lighty-core/lighty-app-parent/pom.xml io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT jar ${project.groupId}:${project.artifactId} diff --git a/lighty-examples/lighty-community-netty-restconf-app/pom.xml b/lighty-examples/lighty-community-netty-restconf-app/pom.xml index 4d1b69622..05663a827 100644 --- a/lighty-examples/lighty-community-netty-restconf-app/pom.xml +++ b/lighty-examples/lighty-community-netty-restconf-app/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html io.lighty.core lighty-app-parent - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../lighty-core/lighty-app-parent/pom.xml @@ -35,7 +35,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html io.lighty.modules lighty-restconf-netty-nb-community - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT compile diff --git a/lighty-examples/lighty-community-restconf-actions-app/pom.xml b/lighty-examples/lighty-community-restconf-actions-app/pom.xml index 5359459ea..85659656f 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../lighty-core/lighty-app-parent/pom.xml @@ -53,7 +53,7 @@ io.lighty.models.test example-data-center - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT compile diff --git a/lighty-examples/lighty-community-restconf-netconf-app/README.md b/lighty-examples/lighty-community-restconf-netconf-app/README.md index 29b8c0082..d71437e08 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-23.0.0-SNAPSHOT-bin.zip``` -* go to unzipped application directory ```cd lighty-community-restconf-netconf-app-23.0.0-SNAPSHOT``` -* start controller example controller application ```java -jar lighty-community-restconf-netconf-app-23.0.0-SNAPSHOT.jar``` +* unzip example application bundle ```unzip lighty-community-restconf-netconf-app-23.1.0-SNAPSHOT-bin.zip``` +* go to unzipped application directory ```cd lighty-community-restconf-netconf-app-23.1.0-SNAPSHOT``` +* start controller example controller application ```java -jar lighty-community-restconf-netconf-app-23.1.0-SNAPSHOT.jar``` ### Test example application -Once example application has been started using command ```java -jar lighty-community-restconf-netconf-app-23.0.0-SNAPSHOT.jar``` +Once example application has been started using command ```java -jar lighty-community-restconf-netconf-app-23.1.0-SNAPSHOT.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-23.0.0-SNAPSHOT.jar /path/to/singleNodeConfig.json` +`java -jar lighty-community-restconf-netconf-app-23.1.0-SNAPSHOT.jar /path/to/singleNodeConfig.json` Example configuration for single node is [here](src/main/assembly/resources/sampleConfigSingleNode.json) diff --git a/lighty-examples/lighty-community-restconf-netconf-app/pom.xml b/lighty-examples/lighty-community-restconf-netconf-app/pom.xml index f16d16d2a..556d98199 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../lighty-core/lighty-app-parent/pom.xml diff --git a/lighty-examples/lighty-controller-springboot-netconf/README.md b/lighty-examples/lighty-controller-springboot-netconf/README.md index eba3f9125..f2577ad51 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-23.0.0-SNAPSHOT.jar +java -jar target/lighty-controller-springboot-23.1.0-SNAPSHOT.jar ``` or in any IDE, run main in diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 80bc49827..34594500c 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT jar Demo lighty.io project for SpringBoot @@ -33,14 +33,14 @@ io.lighty.core lighty-bom - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT pom import io.lighty.core dependency-versions - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT pom import diff --git a/lighty-examples/lighty-gnmi-community-restconf-app/README.md b/lighty-examples/lighty-gnmi-community-restconf-app/README.md index c70a3dc01..0b1a98de9 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-23.0.0-SNAPSHOT-bin.zip +unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-23.1.0-SNAPSHOT-bin.zip ``` Start application with pre-prepared configuration [example_config.json](example_config.json). ``` -java -jar lighty-rcgnmi-app-23.0.0-SNAPSHOT/lighty-rcgnmi-app-23.0.0-SNAPSHOT.jar -c example_config.json +java -jar lighty-rcgnmi-app-23.1.0-SNAPSHOT/lighty-rcgnmi-app-23.1.0-SNAPSHOT.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-23.0.0-SNAPSHOT-bin.zip +unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-23.1.0-SNAPSHOT-bin.zip ``` Start the application with pre-prepared configuration [simulator_config.json](simulator/simulator_config.json) ``` -java -jar lighty-gnmi-device-simulator-23.0.0-SNAPSHOT/lighty-gnmi-device-simulator-23.0.0-SNAPSHOT.jar -c simulator/simulator_config.json +java -jar lighty-gnmi-device-simulator-23.1.0-SNAPSHOT/lighty-gnmi-device-simulator-23.1.0-SNAPSHOT.jar -c simulator/simulator_config.json ``` ### Add client certificates to lighty.io gNMI keystore diff --git a/lighty-examples/lighty-guice-app/pom.xml b/lighty-examples/lighty-guice-app/pom.xml index 910f558ed..62d48e0bc 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../lighty-core/lighty-app-parent/pom.xml diff --git a/lighty-examples/pom.xml b/lighty-examples/pom.xml index b74bdc593..0fbb9b2d8 100644 --- a/lighty-examples/pom.xml +++ b/lighty-examples/pom.xml @@ -11,7 +11,7 @@ io.lighty.kit.examples example-applications-aggregator - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT pom diff --git a/lighty-models/README.md b/lighty-models/README.md index 07865e13d..fb634f613 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT 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 3d7d645fb..6088c634f 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ${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 a1cda254e..8314ee115 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-force-capabilities - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ${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 db83e1171..d65cc8c04 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-topology-model - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ${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 3ebf8e2d9..dd1f490ee 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ${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 5b12f2e01..a7a2879cf 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnoi-sonic-yang-model - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ${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 a2167bcf9..83fc984bc 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/lighty-models/openconfig-models/pom.xml b/lighty-models/openconfig-models/pom.xml index 3c672a5c1..1fb1e7a39 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../lighty-core/lighty-binding-parent/pom.xml diff --git a/lighty-models/pom.xml b/lighty-models/pom.xml index f70844c38..a977f88c4 100644 --- a/lighty-models/pom.xml +++ b/lighty-models/pom.xml @@ -11,7 +11,7 @@ io.lighty.models lighty-models-aggregator - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT pom diff --git a/lighty-models/test/lighty-example-data-center/pom.xml b/lighty-models/test/lighty-example-data-center/pom.xml index d26633789..424a79fc2 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../../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 c3a7fc0c3..7c348049b 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../../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 ac3736b9e..2f6bac837 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml diff --git a/lighty-models/test/pom.xml b/lighty-models/test/pom.xml index e4c85b22c..df2c4aaab 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT pom diff --git a/lighty-modules/integration-tests-aaa/pom.xml b/lighty-modules/integration-tests-aaa/pom.xml index 30a0d5def..c5cdec363 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/integration-tests/pom.xml b/lighty-modules/integration-tests/pom.xml index 80bcdeccb..29504a32b 100644 --- a/lighty-modules/integration-tests/pom.xml +++ b/lighty-modules/integration-tests/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../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 d92df9b6c..0d0d10805 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../../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 12606c6c9..1b306f876 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../../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 0d505ed56..d6802234b 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT pom diff --git a/lighty-modules/lighty-bgp/README.md b/lighty-modules/lighty-bgp/README.md index cb2738007..f677acdb1 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ``` * Initialize and start BgpModule instance: diff --git a/lighty-modules/lighty-bgp/pom.xml b/lighty-modules/lighty-bgp/pom.xml index 3e9089391..fc61baa19 100644 --- a/lighty-modules/lighty-bgp/pom.xml +++ b/lighty-modules/lighty-bgp/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../lighty-core/lighty-parent/pom.xml io.lighty.modules lighty-bgp - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ${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 aa5ba17be..60b4be6b4 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-commons - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ${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 a5f2acd9f..3bf1abced 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml 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 479a9619d..b2375c7a4 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ``` 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 4907b9aac..ecdf9be51 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-device-simulator - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ${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 be1e3ced0..6ea4fdbe9 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-proto - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ${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 ccd5539f1..92b8ac59b 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ${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 db1f6d4c4..9f251ce37 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-test - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ${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 0a5fe7597..1c2e0c175 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT pom diff --git a/lighty-modules/lighty-jetty-server/pom.xml b/lighty-modules/lighty-jetty-server/pom.xml index 27465afde..39262c606 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-netconf-sb/README.md b/lighty-modules/lighty-netconf-sb/README.md index 08bcec63b..3e65bd37d 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ``` 2. Initialize and start an instance of NETCONF SBP in your code: diff --git a/lighty-modules/lighty-netconf-sb/pom.xml b/lighty-modules/lighty-netconf-sb/pom.xml index 343cc4e28..8474072a6 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-openapi/pom.xml b/lighty-modules/lighty-openapi/pom.xml index c02273ba5..d97ad05ea 100644 --- a/lighty-modules/lighty-openapi/pom.xml +++ b/lighty-modules/lighty-openapi/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-restconf-nb-community/README.md b/lighty-modules/lighty-restconf-nb-community/README.md index 5a1d5b1a8..dc1dbd847 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ``` diff --git a/lighty-modules/lighty-restconf-nb-community/pom.xml b/lighty-modules/lighty-restconf-nb-community/pom.xml index fef1273db..4a7fdc4e7 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-restconf-netty-nb-community/pom.xml b/lighty-modules/lighty-restconf-netty-nb-community/pom.xml index 702d36d74..e399b3971 100644 --- a/lighty-modules/lighty-restconf-netty-nb-community/pom.xml +++ b/lighty-modules/lighty-restconf-netty-nb-community/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html io.lighty.core lighty-parent - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/pom.xml b/lighty-modules/pom.xml index 2ddddf601..d9d17d13d 100644 --- a/lighty-modules/pom.xml +++ b/lighty-modules/pom.xml @@ -11,7 +11,7 @@ io.lighty.modules lighty-modules-aggregator - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/lighty-resources/controller-application-assembly/pom.xml b/lighty-resources/controller-application-assembly/pom.xml index ea312f499..9cd1712b0 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 - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml index 8a6db331c..6ed747665 100644 --- a/lighty-resources/log4j2-config/pom.xml +++ b/lighty-resources/log4j2-config/pom.xml @@ -11,7 +11,7 @@ io.lighty.resources log4j2-config - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT jar ${project.groupId}:${project.artifactId} diff --git a/lighty-resources/pom.xml b/lighty-resources/pom.xml index e987dfe3e..f84525c39 100644 --- a/lighty-resources/pom.xml +++ b/lighty-resources/pom.xml @@ -12,7 +12,7 @@ io.lighty.resources lighty-resources-aggregator pom - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT true diff --git a/lighty-resources/singlenode-configuration/pom.xml b/lighty-resources/singlenode-configuration/pom.xml index 46381fcdd..fb9e0bdee 100644 --- a/lighty-resources/singlenode-configuration/pom.xml +++ b/lighty-resources/singlenode-configuration/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-resources/start-script/pom.xml b/lighty-resources/start-script/pom.xml index b0b1addf6..15f2f4555 100644 --- a/lighty-resources/start-script/pom.xml +++ b/lighty-resources/start-script/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-tests-report/pom.xml b/lighty-tests-report/pom.xml index c2378c386..0ea846166 100644 --- a/lighty-tests-report/pom.xml +++ b/lighty-tests-report/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT ../lighty-core/lighty-parent/pom.xml @@ -163,7 +163,7 @@ io.lighty.modules.gnmi lighty-gnmi-test - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 49ae64a67..0c18aac12 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ io.lighty lighty-aggregator - 23.0.0-SNAPSHOT + 23.1.0-SNAPSHOT pom lighty