mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Update version in create binding skeleton scripts (#15589)
Fixed the bug where you could not compile since the parent openHAB version was wrong in the build conf. Signed-off-by: Cedric Skwar <cdrc@skwar.me>
This commit is contained in:
parent
e2709ba2ca
commit
7da3012134
@ -10,7 +10,7 @@ IF %ARGC% NEQ 3 (
|
|||||||
exit /B 1
|
exit /B 1
|
||||||
)
|
)
|
||||||
|
|
||||||
SET OpenhabVersion="4.0.0-SNAPSHOT"
|
SET OpenhabVersion="4.1.0-SNAPSHOT"
|
||||||
|
|
||||||
SET BindingIdInCamelCase=%~1
|
SET BindingIdInCamelCase=%~1
|
||||||
SET BindingIdInLowerCase=%BindingIdInCamelCase%
|
SET BindingIdInLowerCase=%BindingIdInCamelCase%
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[ $# -lt 3 ] && { echo "Usage: $0 <BindingIdInCamelCase> <Author> <GitHub Username>"; exit 1; }
|
[ $# -lt 3 ] && { echo "Usage: $0 <BindingIdInCamelCase> <Author> <GitHub Username>"; exit 1; }
|
||||||
|
|
||||||
openHABVersion=4.0.0-SNAPSHOT
|
openHABVersion=4.1.0-SNAPSHOT
|
||||||
|
|
||||||
camelcaseId=$1
|
camelcaseId=$1
|
||||||
id=`echo $camelcaseId | tr '[:upper:]' '[:lower:]'`
|
id=`echo $camelcaseId | tr '[:upper:]' '[:lower:]'`
|
||||||
|
Loading…
Reference in New Issue
Block a user