Skip to content

Commit 3f4a263

Browse files
authored
Change OH versions from 2.5.0 to 3.1.0 in doc files (openhab#1589)
Signed-off-by: Schrotti <[email protected]>
1 parent 4407d14 commit 3f4a263

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

developers/buildsystem.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ These dependencies are embedded in the resulting bundle automatically.
3838

3939
There are two exceptions:
4040

41-
1. Dependencies to other openHAB bundles (e.g. `org.openhab.addons.bundles/org.openhab.binding.bluetooth/2.5.0-SNAPSHOT` or `org.openhab.addons.bundles/org.openhab.transform.map/2.5.0-SNAPSHOT`).
41+
1. Dependencies to other openHAB bundles (e.g. `org.openhab.addons.bundles/org.openhab.binding.bluetooth/3.1.0-SNAPSHOT` or `org.openhab.addons.bundles/org.openhab.transform.map/3.1.0-SNAPSHOT`).
4242
1. Bundles that are used by more than one binding (e.g. Netty-bundles like `io.netty/netty-common/4.1.34.Final`).
4343

4444
Dependencies on other openHAB bundles should have the scope `provided`.
4545
To ensure that they are available at runtime they also need to be added to the `feature.xml`:
4646

4747
```xml
48-
<bundle dependency="true">mvn:org.openhab.addons.bundles/org.openhab.binding.bluetooth/2.5.0-SNAPSHOT</bundle>
48+
<bundle dependency="true">mvn:org.openhab.addons.bundles/org.openhab.binding.bluetooth/3.1.0-SNAPSHOT</bundle>
4949
```
5050

5151
### Internal dependency

developers/ide/vscode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following steps will show you how to setup a specific bundle for development
3939

4040
1. Open console to the bundle location (example: `%BASE%\openhab-addons\bundles\org.openhab.binding.russound`)
4141
1. `mvn clean install -DskipChecks` in the console to build the bundle
42-
1. Should produce a jar file in the 'target' directory of the bundle(example: `%BASE%\openhab-addons\bundles\org.openhab.binding.russound\target\org.openhab.binding.russound-2.5.0-SNAPSHOT.jar`)
42+
1. Should produce a jar file in the 'target' directory of the bundle(example: `%BASE%\openhab-addons\bundles\org.openhab.binding.russound\target\org.openhab.binding.russound-3.1.0-SNAPSHOT.jar`)
4343

4444
1. Open VSCode and then open the folder of the bundle. From VSCode - use `File->Open Folder->choose bundle directory` (example: `%BASE%\openhab-addons\bundles\org.openhab.binding.russound`)
4545

0 commit comments

Comments
 (0)