Bump JuPNP to 2.6.1 (#2979)

Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
J-N-K 2022-05-24 18:34:26 +02:00 committed by GitHub
parent 226427d24e
commit 6695321089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -143,7 +143,7 @@
<dependency>
<groupId>org.jupnp</groupId>
<artifactId>org.jupnp</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
<scope>compile</scope>
</dependency>

View File

@ -452,7 +452,7 @@
<dependency>
<groupId>org.jupnp</groupId>
<artifactId>org.jupnp</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
<scope>compile</scope>
</dependency>

View File

@ -185,11 +185,11 @@
</feature>
<feature name="openhab.tp-jupnp" description="UPnP/DLNA library for Java" version="${project.version}">
<capability>openhab.tp;feature=jupnp;version=2.6.0</capability>
<capability>openhab.tp;feature=jupnp;version=2.6.1</capability>
<feature dependency="true">http</feature>
<feature dependency="true">scr</feature>
<feature dependency="true">openhab.tp-httpclient</feature>
<bundle>mvn:org.jupnp/org.jupnp/2.6.0</bundle>
<bundle>mvn:org.jupnp/org.jupnp/2.6.1</bundle>
</feature>
<feature name="openhab.tp-lsp4j" description="Eclipse LSP4J" version="${project.version}">