We are working on it.
Currently you have to perform two changes after running the script on the 2.5.x branch:
- Change the version in the POM of the new binding (
pom.xml) to:
<version>2.5.1-SNAPSHOT</version>
- Change the openhab Core repository version in the feature file (
src/main/feature/feature.xml) by renaming the variable{project.version}to{ohc.version}:
<repository>mvn:org.openhab.core.features.karaf/org.openhab.core.features.karaf.openhab-core/${ohc.version}/xml/features</repository>