diff --git a/README.md b/README.md index cad7add1..7f067859 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ mvn clean install ``` * The NETCONF Device Library build is located at: -`lighty-netconf-device\target\lighty-netconf-device-21.1.0.jar` +`lighty-netconf-device\target\lighty-netconf-device-21.2.0-SNAPSHOT.jar` * The build & run procedures for the example devices are described in each device's README. diff --git a/examples/devices/lighty-actions-device/README.md b/examples/devices/lighty-actions-device/README.md index 8767a01a..7424b867 100644 --- a/examples/devices/lighty-actions-device/README.md +++ b/examples/devices/lighty-actions-device/README.md @@ -28,12 +28,12 @@ Build root project - for more details check: [README](../../../README.md) * extract binary distribution in target directory * run jar file from zip with default parameter ``` -java -jar lighty-action-device-21.1.0.jar +java -jar lighty-action-device-21.2.0-SNAPSHOT.jar ``` To run device on specific port, add port number as an argument * run device on specific port `12345` (any available port) ``` -java -jar lighty-action-device-21.1.0.jar 12345 +java -jar lighty-action-device-21.2.0-SNAPSHOT.jar 12345 ``` ### Connect to device via SSH diff --git a/examples/devices/lighty-actions-device/pom.xml b/examples/devices/lighty-actions-device/pom.xml index 5417ff1a..a322ada0 100644 --- a/examples/devices/lighty-actions-device/pom.xml +++ b/examples/devices/lighty-actions-device/pom.xml @@ -14,7 +14,7 @@ io.lighty.netconf.device.examples examples-parent - 21.1.0 + 21.2.0-SNAPSHOT ../../parents/examples-parent/pom.xml diff --git a/examples/devices/lighty-actions-device/src/assembly/resources/start-device.sh b/examples/devices/lighty-actions-device/src/assembly/resources/start-device.sh index b40a79e7..a94511d3 100644 --- a/examples/devices/lighty-actions-device/src/assembly/resources/start-device.sh +++ b/examples/devices/lighty-actions-device/src/assembly/resources/start-device.sh @@ -6,7 +6,7 @@ # # When run without a parameter a default port 17830 will be used. -CLASSPATH=lighty-action-device-21.1.0.jar +CLASSPATH=lighty-action-device-21.2.0-SNAPSHOT.jar for jar in `ls -1 lib/`; do diff --git a/examples/devices/lighty-network-topology-device/README.md b/examples/devices/lighty-network-topology-device/README.md index 2da8faa0..4ce00cde 100644 --- a/examples/devices/lighty-network-topology-device/README.md +++ b/examples/devices/lighty-network-topology-device/README.md @@ -19,12 +19,12 @@ Build root project - for more details check: [README](../../../README.md) * extract binary distribution in target directory * run jar file from zip with default parameter ``` -java -jar lighty-network-topology-device-21.1.0.jar +java -jar lighty-network-topology-device-21.2.0-SNAPSHOT.jar ``` * to run device on specific port it is necessary to add port number as an argument * run device on specific port `12345` (any available port) ``` -java -jar lighty-network-topology-device-21.1.0.jar 12345 +java -jar lighty-network-topology-device-21.2.0-SNAPSHOT.jar 12345 ``` ### Connect to device via SSH diff --git a/examples/devices/lighty-network-topology-device/pom.xml b/examples/devices/lighty-network-topology-device/pom.xml index 7166fb87..8f97a5a0 100644 --- a/examples/devices/lighty-network-topology-device/pom.xml +++ b/examples/devices/lighty-network-topology-device/pom.xml @@ -14,7 +14,7 @@ io.lighty.netconf.device.examples examples-parent - 21.1.0 + 21.2.0-SNAPSHOT ../../parents/examples-parent/pom.xml diff --git a/examples/devices/lighty-network-topology-device/src/assembly/resources/start-device.sh b/examples/devices/lighty-network-topology-device/src/assembly/resources/start-device.sh index 8756f14d..4a5e41a3 100644 --- a/examples/devices/lighty-network-topology-device/src/assembly/resources/start-device.sh +++ b/examples/devices/lighty-network-topology-device/src/assembly/resources/start-device.sh @@ -6,7 +6,7 @@ # # When run without a parameter a default port 17830 will be used. -CLASSPATH=lighty-network-topology-device-21.1.0.jar +CLASSPATH=lighty-network-topology-device-21.2.0-SNAPSHOT.jar for jar in `ls -1 lib/`; do diff --git a/examples/devices/lighty-notifications-device/README.md b/examples/devices/lighty-notifications-device/README.md index c88621e6..a29db599 100644 --- a/examples/devices/lighty-notifications-device/README.md +++ b/examples/devices/lighty-notifications-device/README.md @@ -10,16 +10,16 @@ Check commands in [Notifications device model](#notifications-device-model) on h Build root project - for more details check: [README](../../../README.md) **Run device** -* extract binary distribution `lighty-notifications-device-21.1.0-bin.zip` +* extract binary distribution `lighty-notifications-device-21.2.0-SNAPSHOT-bin.zip` from target directory * run jar file from zip with default parameter ``` -java -jar lighty-notifications-device-21.1.0.jar +java -jar lighty-notifications-device-21.2.0-SNAPSHOT.jar ``` To run device on specific port, add port number as an argument * run device on specific port `12345` (any available port) ``` -java -jar lighty-notifications-device-21.1.0.jar 12345 +java -jar lighty-notifications-device-21.2.0-SNAPSHOT.jar 12345 ``` ### Connect to device via SSH diff --git a/examples/devices/lighty-notifications-device/pom.xml b/examples/devices/lighty-notifications-device/pom.xml index 9610af20..0e2bb05d 100644 --- a/examples/devices/lighty-notifications-device/pom.xml +++ b/examples/devices/lighty-notifications-device/pom.xml @@ -14,7 +14,7 @@ io.lighty.netconf.device.examples examples-parent - 21.1.0 + 21.2.0-SNAPSHOT ../../parents/examples-parent/pom.xml diff --git a/examples/devices/lighty-notifications-device/src/assembly/resources/start-device.sh b/examples/devices/lighty-notifications-device/src/assembly/resources/start-device.sh index b13884e5..ba50f9ef 100644 --- a/examples/devices/lighty-notifications-device/src/assembly/resources/start-device.sh +++ b/examples/devices/lighty-notifications-device/src/assembly/resources/start-device.sh @@ -6,7 +6,7 @@ # # When run without a parameter a default port 17830 will be used. -CLASSPATH=lighty-notifications-device-21.1.0.jar +CLASSPATH=lighty-notifications-device-21.2.0-SNAPSHOT.jar for jar in `ls -1 lib/`; do diff --git a/examples/devices/lighty-toaster-device/README.md b/examples/devices/lighty-toaster-device/README.md index de8339d3..23fea843 100644 --- a/examples/devices/lighty-toaster-device/README.md +++ b/examples/devices/lighty-toaster-device/README.md @@ -13,16 +13,16 @@ of the processor calls method of `ToasterServiceImpl` which implements Build root project - for more details check: [README](../../../README.md) **Run device** -* extract binary distribution `lighty-toaster-device-21.1.0-bin.zip` +* extract binary distribution `lighty-toaster-device-21.2.0-SNAPSHOT-bin.zip` from target directory * run jar file from zip with default parameter ``` -java -jar lighty-toaster-device-21.1.0.jar +java -jar lighty-toaster-device-21.2.0-SNAPSHOT.jar ``` To run device on specific port, add port number as an argument * run device on specific port `12345` (any available port) ``` -java -jar lighty-toaster-device-21.1.0.jar 12345 +java -jar lighty-toaster-device-21.2.0-SNAPSHOT.jar 12345 ``` ### Connect to device via SSH diff --git a/examples/devices/lighty-toaster-device/pom.xml b/examples/devices/lighty-toaster-device/pom.xml index 91f86ea6..174dd1b6 100644 --- a/examples/devices/lighty-toaster-device/pom.xml +++ b/examples/devices/lighty-toaster-device/pom.xml @@ -14,7 +14,7 @@ io.lighty.netconf.device.examples examples-parent - 21.1.0 + 21.2.0-SNAPSHOT ../../parents/examples-parent/pom.xml diff --git a/examples/devices/lighty-toaster-device/src/assembly/resources/start-device.sh b/examples/devices/lighty-toaster-device/src/assembly/resources/start-device.sh index 2bffa53a..39d9fc3d 100644 --- a/examples/devices/lighty-toaster-device/src/assembly/resources/start-device.sh +++ b/examples/devices/lighty-toaster-device/src/assembly/resources/start-device.sh @@ -6,7 +6,7 @@ # # When run without a parameter a default port 17830 will be used. -CLASSPATH=lighty-toaster-device-21.1.0.jar +CLASSPATH=lighty-toaster-device-21.2.0-SNAPSHOT.jar for jar in `ls -1 lib/`; do diff --git a/examples/devices/lighty-toaster-multiple-devices/README.md b/examples/devices/lighty-toaster-multiple-devices/README.md index f83f7f0b..126580db 100644 --- a/examples/devices/lighty-toaster-multiple-devices/README.md +++ b/examples/devices/lighty-toaster-multiple-devices/README.md @@ -13,7 +13,7 @@ Build root project - for more details check: [README](../../../README.md) `--starting-port STARTING-PORT` (Default 17380) First port for simulated device. Each other device will use incremented port number. `--thread-pool-size THREAD-POOL-SIZE` (Default 8) The number of threads to keep in the pool, when creating a device simulator, even if they are idle. ``` -java -jar lighty-toaster-multiple-devices-21.1.0.jar --starting-port 20000 --device-count 200 --thread-pool-size 200 +java -jar lighty-toaster-multiple-devices-21.2.0-SNAPSHOT.jar --starting-port 20000 --device-count 200 --thread-pool-size 200 ``` ### Connect to device via SSH diff --git a/examples/devices/lighty-toaster-multiple-devices/pom.xml b/examples/devices/lighty-toaster-multiple-devices/pom.xml index adb01f07..bbc66af7 100644 --- a/examples/devices/lighty-toaster-multiple-devices/pom.xml +++ b/examples/devices/lighty-toaster-multiple-devices/pom.xml @@ -14,7 +14,7 @@ io.lighty.netconf.device.examples examples-parent - 21.1.0 + 21.2.0-SNAPSHOT ../../parents/examples-parent/pom.xml diff --git a/examples/devices/lighty-toaster-multiple-devices/src/assembly/resources/start-device.sh b/examples/devices/lighty-toaster-multiple-devices/src/assembly/resources/start-device.sh index 3ae72868..75bce26c 100755 --- a/examples/devices/lighty-toaster-multiple-devices/src/assembly/resources/start-device.sh +++ b/examples/devices/lighty-toaster-multiple-devices/src/assembly/resources/start-device.sh @@ -15,7 +15,7 @@ # ./start-device --starting-port 20000 --device-count 200 --thread-pool-size 200 # -CLASSPATH=lighty-toaster-multiple-devices-21.1.0.jar +CLASSPATH=lighty-toaster-multiple-devices-21.2.0-SNAPSHOT.jar ARGUMENT_LIST=( "device-count" diff --git a/examples/devices/pom.xml b/examples/devices/pom.xml index eedb76e7..01650517 100644 --- a/examples/devices/pom.xml +++ b/examples/devices/pom.xml @@ -13,7 +13,7 @@ io.lighty.netconf.device.examples devices-aggregator - 21.1.0 + 21.2.0-SNAPSHOT pom diff --git a/examples/models/lighty-example-data-center-model/pom.xml b/examples/models/lighty-example-data-center-model/pom.xml index a17b5ddf..3deacb16 100644 --- a/examples/models/lighty-example-data-center-model/pom.xml +++ b/examples/models/lighty-example-data-center-model/pom.xml @@ -18,5 +18,5 @@ io.lighty.netconf.device.examples.models lighty-example-data-center-model - 21.1.0 + 21.2.0-SNAPSHOT diff --git a/examples/models/lighty-example-network-topology-device-model/pom.xml b/examples/models/lighty-example-network-topology-device-model/pom.xml index 9b2d7e18..5a653123 100644 --- a/examples/models/lighty-example-network-topology-device-model/pom.xml +++ b/examples/models/lighty-example-network-topology-device-model/pom.xml @@ -18,7 +18,7 @@ io.lighty.netconf.device.examples.models lighty-example-network-topology-device-model - 21.1.0 + 21.2.0-SNAPSHOT diff --git a/examples/models/lighty-example-notifications-model/pom.xml b/examples/models/lighty-example-notifications-model/pom.xml index 4ec9688b..743f9456 100644 --- a/examples/models/lighty-example-notifications-model/pom.xml +++ b/examples/models/lighty-example-notifications-model/pom.xml @@ -18,6 +18,6 @@ io.lighty.netconf.device.examples.models lighty-example-notifications-model - 21.1.0 + 21.2.0-SNAPSHOT diff --git a/examples/models/pom.xml b/examples/models/pom.xml index a933b88c..d956c20b 100644 --- a/examples/models/pom.xml +++ b/examples/models/pom.xml @@ -11,7 +11,7 @@ io.lighty.netconf.device.examples.models lighty-models-aggregator - 21.1.0 + 21.2.0-SNAPSHOT pom diff --git a/examples/parents/examples-bom/pom.xml b/examples/parents/examples-bom/pom.xml index d1394b0e..65fee747 100644 --- a/examples/parents/examples-bom/pom.xml +++ b/examples/parents/examples-bom/pom.xml @@ -11,7 +11,7 @@ io.lighty.netconf.device.examples examples-bom - 21.1.0 + 21.2.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} @@ -26,42 +26,42 @@ io.lighty.netconf.device.examples.models lighty-example-network-topology-device-model - 21.1.0 + 21.2.0-SNAPSHOT io.lighty.netconf.device.examples.models lighty-example-data-center-model - 21.1.0 + 21.2.0-SNAPSHOT io.lighty.netconf.device lighty-netconf-device - 21.1.0 + 21.2.0-SNAPSHOT io.lighty.netconf.device.examples lighty-actions-device - 21.1.0 + 21.2.0-SNAPSHOT io.lighty.netconf.device.examples lighty-toaster-device - 21.1.0 + 21.2.0-SNAPSHOT io.lighty.netconf.device.examples lighty-network-topology-device - 21.1.0 + 21.2.0-SNAPSHOT io.lighty.netconf.device.examples lighty-toaster-multiple-devices - 21.1.0 + 21.2.0-SNAPSHOT io.lighty.netconf.device.examples.models lighty-example-notifications-model - 21.1.0 + 21.2.0-SNAPSHOT diff --git a/examples/parents/examples-parent/pom.xml b/examples/parents/examples-parent/pom.xml index 748020a4..5b52aad4 100644 --- a/examples/parents/examples-parent/pom.xml +++ b/examples/parents/examples-parent/pom.xml @@ -20,7 +20,7 @@ io.lighty.netconf.device.examples examples-parent - 21.1.0 + 21.2.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} @@ -45,7 +45,7 @@ io.lighty.netconf.device.examples examples-bom - 21.1.0 + 21.2.0-SNAPSHOT pom import diff --git a/examples/parents/pom.xml b/examples/parents/pom.xml index 95abdb62..d053d0aa 100644 --- a/examples/parents/pom.xml +++ b/examples/parents/pom.xml @@ -12,7 +12,7 @@ io.lighty.netconf.device.examples.parents parents-aggregator pom - 21.1.0 + 21.2.0-SNAPSHOT examples-parent diff --git a/examples/pom.xml b/examples/pom.xml index 5958362c..22029fd6 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -14,7 +14,7 @@ io.lighty.netconf.device.examples examples-aggregator pom - 21.1.0 + 21.2.0-SNAPSHOT parents diff --git a/lighty-netconf-device/pom.xml b/lighty-netconf-device/pom.xml index aaae3c55..67d79468 100644 --- a/lighty-netconf-device/pom.xml +++ b/lighty-netconf-device/pom.xml @@ -20,7 +20,7 @@ io.lighty.netconf.device lighty-netconf-device - 21.1.0 + 21.2.0-SNAPSHOT jar diff --git a/pom.xml b/pom.xml index c23bd7ea..3a0f27ab 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ io.lighty.netconf.device netconf-device-aggregator - 21.1.0 + 21.2.0-SNAPSHOT pom