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 02ec03339d..b9dfd8c1da 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-20.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-20.0.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-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 f2c2c0a4a5..15dc84e3c4 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 @@ -14,7 +14,7 @@ io.lighty.applications.rcgnmi lighty-rcgnmi-app-docker - 20.0.0-SNAPSHOT + 20.0.0 lighty-rcgnmi 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 e2de1b5acd..7576b1467c 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 - 20.0.0-SNAPSHOT + 20.0.0 lighty-rnc diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index 6178c47d3d..f949a87098 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -273,7 +273,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 20.0.0 diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index 00ea7e8839..2fd749255d 100644 --- a/lighty-core/lighty-bom/pom.xml +++ b/lighty-core/lighty-bom/pom.xml @@ -291,7 +291,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 20.0.0 diff --git a/lighty-core/lighty-controller/README.md b/lighty-core/lighty-controller/README.md index e125f116b1..7d502c81c7 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 - 20.0.0-SNAPSHOT + 20.0.0 ``` diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index 36ba55529e..64e0d6f24f 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -103,7 +103,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 20.0.0 diff --git a/lighty-examples/README.md b/lighty-examples/README.md index 74d402c94b..2875675b60 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.parents lighty-dependency-artifacts - 20.0.0-SNAPSHOT + 20.0.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 99892de257..06d6dad2ee 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-20.0.0-SNAPSHOT-bin.zip``` -* go to unzipped application directory ```cd lighty-community-restconf-netconf-app-20.0.0-SNAPSHOT``` -* start controller example controller application ```java -jar lighty-community-restconf-netconf-app-20.0.0-SNAPSHOT.jar``` +* unzip example application bundle ```unzip lighty-community-restconf-netconf-app-20.0.0-bin.zip``` +* go to unzipped application directory ```cd lighty-community-restconf-netconf-app-20.0.0``` +* start controller example controller application ```java -jar lighty-community-restconf-netconf-app-20.0.0.jar``` ### Test example application -Once example application has been started using command ```java -jar lighty-community-restconf-netconf-app-20.0.0-SNAPSHOT.jar``` +Once example application has been started using command ```java -jar lighty-community-restconf-netconf-app-20.0.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-20.0.0-SNAPSHOT.jar /path/to/singleNodeConfig.json` +`java -jar lighty-community-restconf-netconf-app-20.0.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 684d0667fc..18f40df577 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-20.0.0-SNAPSHOT.jar +java -jar target/lighty-controller-springboot-20.0.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 5c1a63a3e5..1436ebfb78 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-20.0.0-SNAPSHOT-bin.zip +unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-20.0.0-bin.zip ``` Start application with pre-prepared configuration [example_config.json](example_config.json). ``` -java -jar lighty-rcgnmi-app-20.0.0-SNAPSHOT/lighty-rcgnmi-app-20.0.0-SNAPSHOT.jar -c example_config.json +java -jar lighty-rcgnmi-app-20.0.0/lighty-rcgnmi-app-20.0.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-20.0.0-SNAPSHOT-bin.zip +unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-20.0.0-bin.zip ``` Start the application with pre-prepared configuration [simulator_config.json](simulator/simulator_config.json) ``` -java -jar lighty-gnmi-device-simulator-20.0.0-SNAPSHOT/lighty-gnmi-device-simulator-20.0.0-SNAPSHOT.jar -c simulator/simulator_config.json +java -jar lighty-gnmi-device-simulator-20.0.0/lighty-gnmi-device-simulator-20.0.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 e3599ca273..bf5b9d17d6 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 - 20.0.0-SNAPSHOT + 20.0.0 diff --git a/lighty-modules/lighty-bgp/README.md b/lighty-modules/lighty-bgp/README.md index e1ef983753..f4438c52f1 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 - 20.0.0-SNAPSHOT + 20.0.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 5d3de036f9..368690cc18 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 - 20.0.0-SNAPSHOT + 20.0.0 ``` diff --git a/lighty-modules/lighty-netconf-sb/README.md b/lighty-modules/lighty-netconf-sb/README.md index 9c0e53e7c2..1eaf4a9fe2 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 - 20.0.0-SNAPSHOT + 20.0.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 82ca6788f5..3d2e6df69e 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 - 20.0.0-SNAPSHOT + 20.0.0 ``` diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml index a1c7148667..5f2c292338 100644 --- a/lighty-resources/log4j2-config/pom.xml +++ b/lighty-resources/log4j2-config/pom.xml @@ -59,7 +59,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 20.0.0 diff --git a/pom.xml b/pom.xml index b6d11f95ec..65dafe62ff 100644 --- a/pom.xml +++ b/pom.xml @@ -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 + 20.0.0