added openHAB version of nrjavaserial to feature (#430)

* added openHAB version of nrjavaserial to feature
* updated and used property

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer 2018-11-10 22:25:27 +01:00 committed by Wouter Born
parent 31fd66a450
commit 84d97270fd
2 changed files with 2 additions and 1 deletions

View File

@ -94,6 +94,7 @@
</feature>
<feature name="openhab-transport-serial" description="Serial Transport" version="${project.version}">
<bundle>mvn:org.openhab/nrjavaserial/${nrjavaserial.version}</bundle>
<feature>esh-io-transport-serial-rfc2217</feature>
<feature>esh-config-serial</feature>
<feature>esh-config-discovery-usbserial</feature>

View File

@ -68,7 +68,7 @@
<jetty.version>9.4.11.v20180605</jetty.version>
<jackson.version>1.9.13</jackson.version>
<sat.version>0.5.0</sat.version>
<nrjavaserial.version>3.14.0</nrjavaserial.version>
<nrjavaserial.version>3.14.0.OH</nrjavaserial.version>
<maven.compiler.plugin.version>3.3</maven.compiler.plugin.version>
<build.helper.maven.plugin.version>1.9.1</build.helper.maven.plugin.version>
<license.maven.plugin.version>2.10</license.maven.plugin.version>