mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
added new jmdns version and repo
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
parent
51d1e95150
commit
98cdac709c
@ -18,6 +18,11 @@
|
||||
<capability>esh.tp;feature=jupnp</capability>
|
||||
</feature>
|
||||
|
||||
<feature name="esh-tp-jmdns" version="${project.version}">
|
||||
<bundle>mvn:org.jmdns/jmdns/${jmdns.version}</bundle>
|
||||
<capability>esh.tp;feature=jmdns</capability>
|
||||
</feature>
|
||||
|
||||
<feature name="openhab-runtime-base" description="openHAB Runtime Base" version="${project.version}">
|
||||
<feature>esh-base</feature>
|
||||
<feature>esh-io-console-karaf</feature>
|
||||
|
13
pom.xml
13
pom.xml
@ -60,6 +60,7 @@
|
||||
<esh.version>0.8.0-SNAPSHOT</esh.version>
|
||||
<shk.version>1.2</shk.version>
|
||||
<jupnp.version>2.1.0</jupnp.version>
|
||||
<jmdns.version>3.4.3</jmdns.version>
|
||||
<dep.karaf.version>4.0.3</dep.karaf.version>
|
||||
<karaf.maven.plugin.version>4.0.3</karaf.maven.plugin.version>
|
||||
<karaf.features.version>4.0.3</karaf.features.version>
|
||||
@ -172,6 +173,18 @@
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>jmdns-bintray</id>
|
||||
<name>Bintray Repository for openhab</name>
|
||||
<url>https://dl.bintray.com/jmdns/mvn</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>never</updatePolicy>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
|
||||
<!-- openHAB snapshots -->
|
||||
<repository>
|
||||
|
Loading…
Reference in New Issue
Block a user