mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Upgrade jbbp to 3.0.1 (#4954)
* Upgrade jbbp from 1.4.1 to 3.0.1, changelog: https://github.com/raydac/java-binary-block-parser?tab=readme-ov-fie#change-log Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
+1
-1
@@ -141,7 +141,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.igormaznitsa</groupId>
|
<groupId>com.igormaznitsa</groupId>
|
||||||
<artifactId>jbbp</artifactId>
|
<artifactId>jbbp</artifactId>
|
||||||
<version>1.4.1</version>
|
<version>3.0.1</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -470,7 +470,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.igormaznitsa</groupId>
|
<groupId>com.igormaznitsa</groupId>
|
||||||
<artifactId>jbbp</artifactId>
|
<artifactId>jbbp</artifactId>
|
||||||
<version>1.4.1</version>
|
<version>3.0.1</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|||||||
@@ -135,8 +135,8 @@
|
|||||||
</feature>
|
</feature>
|
||||||
|
|
||||||
<feature name="openhab.tp-jbbp" description="Java Binary Block Parser library" version="${project.version}">
|
<feature name="openhab.tp-jbbp" description="Java Binary Block Parser library" version="${project.version}">
|
||||||
<capability>openhab.tp;feature=jbbp;version=1.4.1</capability>
|
<capability>openhab.tp;feature=jbbp;version=3.0.1</capability>
|
||||||
<bundle dependency="true">mvn:org.openhab.osgiify/com.igormaznitsa.jbbp/1.4.1</bundle>
|
<bundle dependency="true">mvn:org.openhab.osgiify/com.igormaznitsa.jbbp/3.0.1</bundle>
|
||||||
</feature>
|
</feature>
|
||||||
|
|
||||||
<feature name="openhab.tp-netty" description="Netty bundles" version="${project.version}">
|
<feature name="openhab.tp-netty" description="Netty bundles" version="${project.version}">
|
||||||
|
|||||||
Reference in New Issue
Block a user