Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to 18.4.0-SNAPSHOT #193

Merged
merged 1 commit into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mvn clean install
```
* The NETCONF Device Library build is located at:

`lighty-netconf-device\target\lighty-netconf-device-18.3.0.jar`
`lighty-netconf-device\target\lighty-netconf-device-18.4.0-SNAPSHOT.jar`

* The build & run procedures for the example devices are described in each device's README.

Expand Down
4 changes: 2 additions & 2 deletions examples/devices/lighty-actions-device/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-18.3.0.jar
java -jar lighty-action-device-18.4.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-18.3.0.jar 12345
java -jar lighty-action-device-18.4.0-SNAPSHOT.jar 12345
```

### Connect to device via SSH
Expand Down
2 changes: 1 addition & 1 deletion examples/devices/lighty-actions-device/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>
<relativePath>../../parents/examples-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# When run without a parameter a default port 17830 will be used.

CLASSPATH=lighty-action-device-18.3.0.jar
CLASSPATH=lighty-action-device-18.4.0-SNAPSHOT.jar

for jar in `ls -1 lib/`;
do
Expand Down
4 changes: 2 additions & 2 deletions examples/devices/lighty-network-topology-device/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-18.3.0.jar
java -jar lighty-network-topology-device-18.4.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-18.3.0.jar 12345
java -jar lighty-network-topology-device-18.4.0-SNAPSHOT.jar 12345
```

### Connect to device via SSH
Expand Down
2 changes: 1 addition & 1 deletion examples/devices/lighty-network-topology-device/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>
<relativePath>../../parents/examples-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# When run without a parameter a default port 17830 will be used.

CLASSPATH=lighty-network-topology-device-18.3.0.jar
CLASSPATH=lighty-network-topology-device-18.4.0-SNAPSHOT.jar

for jar in `ls -1 lib/`;
do
Expand Down
6 changes: 3 additions & 3 deletions examples/devices/lighty-notifications-device/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-18.3.0-bin.zip`
* extract binary distribution `lighty-notifications-device-18.4.0-SNAPSHOT-bin.zip`
from target directory
* run jar file from zip with default parameter
```
java -jar lighty-notifications-device-18.3.0.jar
java -jar lighty-notifications-device-18.4.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-18.3.0.jar 12345
java -jar lighty-notifications-device-18.4.0-SNAPSHOT.jar 12345
```

### Connect to device via SSH
Expand Down
2 changes: 1 addition & 1 deletion examples/devices/lighty-notifications-device/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>
<relativePath>../../parents/examples-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# When run without a parameter a default port 17830 will be used.

CLASSPATH=lighty-notifications-device-18.3.0.jar
CLASSPATH=lighty-notifications-device-18.4.0-SNAPSHOT.jar

for jar in `ls -1 lib/`;
do
Expand Down
6 changes: 3 additions & 3 deletions examples/devices/lighty-toaster-device/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-18.3.0-bin.zip`
* extract binary distribution `lighty-toaster-device-18.4.0-SNAPSHOT-bin.zip`
from target directory
* run jar file from zip with default parameter
```
java -jar lighty-toaster-device-18.3.0.jar
java -jar lighty-toaster-device-18.4.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-18.3.0.jar 12345
java -jar lighty-toaster-device-18.4.0-SNAPSHOT.jar 12345
```

### Connect to device via SSH
Expand Down
2 changes: 1 addition & 1 deletion examples/devices/lighty-toaster-device/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>
<relativePath>../../parents/examples-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# When run without a parameter a default port 17830 will be used.

CLASSPATH=lighty-toaster-device-18.3.0.jar
CLASSPATH=lighty-toaster-device-18.4.0-SNAPSHOT.jar

for jar in `ls -1 lib/`;
do
Expand Down
2 changes: 1 addition & 1 deletion examples/devices/lighty-toaster-multiple-devices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-18.3.0.jar --starting-port 20000 --device-count 200 --thread-pool-size 200
java -jar lighty-toaster-multiple-devices-18.4.0-SNAPSHOT.jar --starting-port 20000 --device-count 200 --thread-pool-size 200
```

### Connect to device via SSH
Expand Down
2 changes: 1 addition & 1 deletion examples/devices/lighty-toaster-multiple-devices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>
<relativePath>../../parents/examples-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# ./start-device --starting-port 20000 --device-count 200 --thread-pool-size 200
#

CLASSPATH=lighty-toaster-multiple-devices-18.3.0.jar
CLASSPATH=lighty-toaster-multiple-devices-18.4.0-SNAPSHOT.jar

ARGUMENT_LIST=(
"device-count"
Expand Down
2 changes: 1 addition & 1 deletion examples/devices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>devices-aggregator</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion examples/models/lighty-example-data-center-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

<groupId>io.lighty.netconf.device.examples.models</groupId>
<artifactId>lighty-example-data-center-model</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>io.lighty.netconf.device.examples.models</groupId>
<artifactId>lighty-example-network-topology-device-model</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/models/lighty-example-notifications-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

<groupId>io.lighty.netconf.device.examples.models</groupId>
<artifactId>lighty-example-notifications-model</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>

</project>
2 changes: 1 addition & 1 deletion examples/models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.lighty.netconf.device.examples.models</groupId>
<artifactId>lighty-models-aggregator</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
18 changes: 9 additions & 9 deletions examples/parents/examples-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>examples-bom</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -26,42 +26,42 @@
<dependency>
<groupId>io.lighty.netconf.device.examples.models</groupId>
<artifactId>lighty-example-network-topology-device-model</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.lighty.netconf.device.examples.models</groupId>
<artifactId>lighty-example-data-center-model</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.lighty.netconf.device</groupId>
<artifactId>lighty-netconf-device</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>lighty-actions-device</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>lighty-toaster-device</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>lighty-network-topology-device</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>lighty-toaster-multiple-devices</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.lighty.netconf.device.examples.models</groupId>
<artifactId>lighty-example-notifications-model</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions examples/parents/examples-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>examples-bom</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/parents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>io.lighty.netconf.device.examples.parents</groupId>
<artifactId>parents-aggregator</artifactId>
<packaging>pom</packaging>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>

<modules>
<module>examples-parent</module>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>examples-aggregator</artifactId>
<packaging>pom</packaging>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>

<modules>
<module>parents</module>
Expand Down
2 changes: 1 addition & 1 deletion lighty-netconf-device/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>io.lighty.netconf.device</groupId>
<artifactId>lighty-netconf-device</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>io.lighty.netconf.device</groupId>
<artifactId>netconf-device-aggregator</artifactId>
<version>18.3.0</version>
<version>18.4.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
Loading