Skip to content

Commit cadada7

Browse files
committed
Prepare release 21.3.0
JIRA: LIGHTY-368 Signed-off-by: tobias.pobocik <[email protected]>
1 parent 6965bb8 commit cadada7

File tree

22 files changed

+37
-37
lines changed

22 files changed

+37
-37
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mvn clean install
1717
```
1818
* The NETCONF Device Library build is located at:
1919

20-
`lighty-netconf-device\target\lighty-netconf-device-21.3.0-SNAPSHOT.jar`
20+
`lighty-netconf-device\target\lighty-netconf-device-21.3.0.jar`
2121

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

examples/devices/lighty-actions-device/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ Build root project - for more details check: [README](../../../README.md)
2828
* extract binary distribution in target directory
2929
* run jar file from zip with default parameter
3030
```
31-
java -jar lighty-action-device-21.3.0-SNAPSHOT.jar
31+
java -jar lighty-action-device-21.3.0.jar
3232
```
3333
To run device on specific port, add port number as an argument
3434
* run device on specific port `12345` (any available port)
3535
```
36-
java -jar lighty-action-device-21.3.0-SNAPSHOT.jar 12345
36+
java -jar lighty-action-device-21.3.0.jar 12345
3737
```
3838

3939
### Connect to device via SSH

examples/devices/lighty-actions-device/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.lighty.netconf.device.examples</groupId>
1616
<artifactId>examples-parent</artifactId>
17-
<version>21.3.0-SNAPSHOT</version>
17+
<version>21.3.0</version>
1818
<relativePath>../../parents/examples-parent/pom.xml</relativePath>
1919
</parent>
2020

examples/devices/lighty-network-topology-device/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ Build root project - for more details check: [README](../../../README.md)
1919
* extract binary distribution in target directory
2020
* run jar file from zip with default parameter
2121
```
22-
java -jar lighty-network-topology-device-21.3.0-SNAPSHOT.jar
22+
java -jar lighty-network-topology-device-21.3.0.jar
2323
```
2424
* to run device on specific port it is necessary to add port number as an argument
2525
* run device on specific port `12345` (any available port)
2626
```
27-
java -jar lighty-network-topology-device-21.3.0-SNAPSHOT.jar 12345
27+
java -jar lighty-network-topology-device-21.3.0.jar 12345
2828
```
2929

3030
### Connect to device via SSH

examples/devices/lighty-network-topology-device/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.lighty.netconf.device.examples</groupId>
1616
<artifactId>examples-parent</artifactId>
17-
<version>21.3.0-SNAPSHOT</version>
17+
<version>21.3.0</version>
1818
<relativePath>../../parents/examples-parent/pom.xml</relativePath>
1919
</parent>
2020

examples/devices/lighty-notifications-device/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ Check commands in [Notifications device model](#notifications-device-model) on h
1010
Build root project - for more details check: [README](../../../README.md)
1111

1212
**Run device**
13-
* extract binary distribution `lighty-notifications-device-21.3.0-SNAPSHOT-bin.zip`
13+
* extract binary distribution `lighty-notifications-device-21.3.0-bin.zip`
1414
from target directory
1515
* run jar file from zip with default parameter
1616
```
17-
java -jar lighty-notifications-device-21.3.0-SNAPSHOT.jar
17+
java -jar lighty-notifications-device-21.3.0.jar
1818
```
1919
To run device on specific port, add port number as an argument
2020
* run device on specific port `12345` (any available port)
2121
```
22-
java -jar lighty-notifications-device-21.3.0-SNAPSHOT.jar 12345
22+
java -jar lighty-notifications-device-21.3.0.jar 12345
2323
```
2424

2525
### Connect to device via SSH

examples/devices/lighty-notifications-device/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.lighty.netconf.device.examples</groupId>
1616
<artifactId>examples-parent</artifactId>
17-
<version>21.3.0-SNAPSHOT</version>
17+
<version>21.3.0</version>
1818
<relativePath>../../parents/examples-parent/pom.xml</relativePath>
1919
</parent>
2020

examples/devices/lighty-toaster-device/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ of the processor calls method of `ToasterServiceImpl` which implements
1313
Build root project - for more details check: [README](../../../README.md)
1414

1515
**Run device**
16-
* extract binary distribution `lighty-toaster-device-21.3.0-SNAPSHOT-bin.zip`
16+
* extract binary distribution `lighty-toaster-device-21.3.0-bin.zip`
1717
from target directory
1818
* run jar file from zip with default parameter
1919
```
20-
java -jar lighty-toaster-device-21.3.0-SNAPSHOT.jar
20+
java -jar lighty-toaster-device-21.3.0.jar
2121
```
2222
To run device on specific port, add port number as an argument
2323
* run device on specific port `12345` (any available port)
2424
```
25-
java -jar lighty-toaster-device-21.3.0-SNAPSHOT.jar 12345
25+
java -jar lighty-toaster-device-21.3.0.jar 12345
2626
```
2727

2828
### Connect to device via SSH

examples/devices/lighty-toaster-device/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.lighty.netconf.device.examples</groupId>
1616
<artifactId>examples-parent</artifactId>
17-
<version>21.3.0-SNAPSHOT</version>
17+
<version>21.3.0</version>
1818
<relativePath>../../parents/examples-parent/pom.xml</relativePath>
1919
</parent>
2020

examples/devices/lighty-toaster-multiple-devices/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Build root project - for more details check: [README](../../../README.md)
1313
`--starting-port STARTING-PORT` (Default 17380) First port for simulated device. Each other device will use incremented port number.
1414
`--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.
1515
```
16-
java -jar lighty-toaster-multiple-devices-21.3.0-SNAPSHOT.jar --starting-port 20000 --device-count 200 --thread-pool-size 200
16+
java -jar lighty-toaster-multiple-devices-21.3.0.jar --starting-port 20000 --device-count 200 --thread-pool-size 200
1717
```
1818

1919
### Connect to device via SSH

0 commit comments

Comments
 (0)