Navigation Menu

Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
Upgraded to JUPnP 2.5.1 (eclipse-archived#6673)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
kaikreuzer authored and maggu2810 committed Dec 14, 2018
1 parent 20ac7cf commit 40a9816
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions features/karaf/esh-tp/src/main/feature/feature.xml
Expand Up @@ -104,11 +104,11 @@
</feature>

<feature name="esh.tp-jupnp" description="UPnP/DLNA library for Java" version="${project.version}">
<capability>esh.tp;feature=jupnp;version=2.5.0</capability>
<capability>esh.tp;feature=jupnp;version=2.5.1</capability>
<feature dependency="true">http</feature>
<feature dependency="true">scr</feature>
<feature dependency="true">esh.tp-httpclient</feature>
<bundle>mvn:org.jupnp/org.jupnp/2.5.0</bundle>
<bundle>mvn:org.jupnp/org.jupnp/2.5.1</bundle>
</feature>

<feature name="esh.tp-jmdns" description="An implementation of multi-cast DNS in Java." version="${project.version}">
Expand Down
4 changes: 2 additions & 2 deletions targetplatform/smarthome.target
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="SmartHome" sequenceNumber="137">
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="SmartHome" sequenceNumber="138">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="com.google.inject" version="3.0.0.v201312141243"/>
Expand Down Expand Up @@ -84,7 +84,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.jupnp.feature.feature.group" version="0.0.0"/>
<repository location="http://www.jupnp.org/update-site/2.5.0"/>
<repository location="http://www.jupnp.org/update-site/2.5.1"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="com.eclipsesource.jaxrs.connector.feature.feature.group" version="0.0.0"/>
Expand Down

0 comments on commit 40a9816

Please sign in to comment.