diff --git a/README.md b/README.md index 09ecdc5d..cb32f16a 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-19.1.0.jar` +`lighty-netconf-device\target\lighty-netconf-device-19.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 8f447d78..b067ae63 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-19.1.0.jar +java -jar lighty-action-device-19.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-19.1.0.jar 12345 +java -jar lighty-action-device-19.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 f15920d5..ccc6de17 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 - 19.1.0 + 19.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 4612de04..a78dbed6 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-19.1.0.jar +CLASSPATH=lighty-action-device-19.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 29c503d2..9517246d 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-19.1.0.jar +java -jar lighty-network-topology-device-19.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-19.1.0.jar 12345 +java -jar lighty-network-topology-device-19.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 a83d2cf0..86e32552 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 - 19.1.0 + 19.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 0ecc8acf..21f8f445 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-19.1.0.jar +CLASSPATH=lighty-network-topology-device-19.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 fcce3b84..5a8b96e2 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-19.1.0-bin.zip` +* extract binary distribution `lighty-notifications-device-19.2.0-SNAPSHOT-bin.zip` from target directory * run jar file from zip with default parameter ``` -java -jar lighty-notifications-device-19.1.0.jar +java -jar lighty-notifications-device-19.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-19.1.0.jar 12345 +java -jar lighty-notifications-device-19.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 ece9e7e1..21eca25b 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 - 19.1.0 + 19.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 b0875cdc..1107227e 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-19.1.0.jar +CLASSPATH=lighty-notifications-device-19.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 23c8b83f..151046ea 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-19.1.0-bin.zip` +* extract binary distribution `lighty-toaster-device-19.2.0-SNAPSHOT-bin.zip` from target directory * run jar file from zip with default parameter ``` -java -jar lighty-toaster-device-19.1.0.jar +java -jar lighty-toaster-device-19.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-19.1.0.jar 12345 +java -jar lighty-toaster-device-19.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 54eeb037..7aececaf 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 - 19.1.0 + 19.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 56d62494..9a1c9366 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-19.1.0.jar +CLASSPATH=lighty-toaster-device-19.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 04d16605..4a428e25 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-19.1.0.jar --starting-port 20000 --device-count 200 --thread-pool-size 200 +java -jar lighty-toaster-multiple-devices-19.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 55dd87f2..63387bd9 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 - 19.1.0 + 19.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 24422780..5c785215 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-19.1.0.jar +CLASSPATH=lighty-toaster-multiple-devices-19.2.0-SNAPSHOT.jar ARGUMENT_LIST=( "device-count" diff --git a/examples/devices/pom.xml b/examples/devices/pom.xml index 1be9d53d..0f7097c2 100644 --- a/examples/devices/pom.xml +++ b/examples/devices/pom.xml @@ -13,7 +13,7 @@ io.lighty.netconf.device.examples devices-aggregator - 19.1.0 + 19.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 6514983d..c7a4b803 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 - 19.1.0 + 19.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 9606c48b..8beb3ecb 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 - 19.1.0 + 19.2.0-SNAPSHOT diff --git a/examples/models/lighty-example-notifications-model/pom.xml b/examples/models/lighty-example-notifications-model/pom.xml index 75b391d2..ce43e52c 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 - 19.1.0 + 19.2.0-SNAPSHOT diff --git a/examples/models/pom.xml b/examples/models/pom.xml index 507fec81..c3d8ca0a 100644 --- a/examples/models/pom.xml +++ b/examples/models/pom.xml @@ -11,7 +11,7 @@ io.lighty.netconf.device.examples.models lighty-models-aggregator - 19.1.0 + 19.2.0-SNAPSHOT pom diff --git a/examples/parents/examples-bom/pom.xml b/examples/parents/examples-bom/pom.xml index 303d6341..30bdc798 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 - 19.1.0 + 19.2.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} @@ -26,42 +26,42 @@ io.lighty.netconf.device.examples.models lighty-example-network-topology-device-model - 19.1.0 + 19.2.0-SNAPSHOT io.lighty.netconf.device.examples.models lighty-example-data-center-model - 19.1.0 + 19.2.0-SNAPSHOT io.lighty.netconf.device lighty-netconf-device - 19.1.0 + 19.2.0-SNAPSHOT io.lighty.netconf.device.examples lighty-actions-device - 19.1.0 + 19.2.0-SNAPSHOT io.lighty.netconf.device.examples lighty-toaster-device - 19.1.0 + 19.2.0-SNAPSHOT io.lighty.netconf.device.examples lighty-network-topology-device - 19.1.0 + 19.2.0-SNAPSHOT io.lighty.netconf.device.examples lighty-toaster-multiple-devices - 19.1.0 + 19.2.0-SNAPSHOT io.lighty.netconf.device.examples.models lighty-example-notifications-model - 19.1.0 + 19.2.0-SNAPSHOT diff --git a/examples/parents/examples-parent/pom.xml b/examples/parents/examples-parent/pom.xml index 92df2865..69e2699f 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 - 19.1.0 + 19.2.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} @@ -45,7 +45,7 @@ io.lighty.netconf.device.examples examples-bom - 19.1.0 + 19.2.0-SNAPSHOT pom import diff --git a/examples/parents/pom.xml b/examples/parents/pom.xml index f394480d..3582a459 100644 --- a/examples/parents/pom.xml +++ b/examples/parents/pom.xml @@ -12,7 +12,7 @@ io.lighty.netconf.device.examples.parents parents-aggregator pom - 19.1.0 + 19.2.0-SNAPSHOT examples-parent diff --git a/examples/pom.xml b/examples/pom.xml index 12b1ebd2..8e60d055 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -14,7 +14,7 @@ io.lighty.netconf.device.examples examples-aggregator pom - 19.1.0 + 19.2.0-SNAPSHOT parents diff --git a/lighty-netconf-device/pom.xml b/lighty-netconf-device/pom.xml index c69e154b..d05721a7 100644 --- a/lighty-netconf-device/pom.xml +++ b/lighty-netconf-device/pom.xml @@ -20,7 +20,7 @@ io.lighty.netconf.device lighty-netconf-device - 19.1.0 + 19.2.0-SNAPSHOT jar diff --git a/pom.xml b/pom.xml index c2d3d107..4589cc1f 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ io.lighty.netconf.device netconf-device-aggregator - 19.1.0 + 19.2.0-SNAPSHOT pom