Apply Spotless, update skeleton project version, resolve itest runbundles (#9459)

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2020-12-22 10:37:44 +01:00
committed by GitHub
parent f36d6f0998
commit ecac667258
345 changed files with 1174 additions and 482 deletions

View File

@@ -2,7 +2,7 @@
[ $# -lt 3 ] && { echo "Usage: $0 <BindingIdInCamelCase> <Author> <GitHub Username>"; exit 1; }
openHABVersion=3.0.0-SNAPSHOT
openHABVersion=3.1.0-SNAPSHOT
camelcaseId=$1
id=`echo $camelcaseId | tr '[:upper:]' '[:lower:]'`