Use released domoware artifacts (available on central)
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@804289 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 3ca6f95..fcc2324 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,9 +109,7 @@
<module>log</module>
<module>eventadmin</module>
<module>http.jetty</module>
-<!-- TEMPORARILY REMOVE UPNP FROM BUILD ***
<module>upnp</module>
-**** TEMPORARILY REMOVE UPNP FROM BUILD -->
<module>scr</module>
<module>configadmin</module>
<module>metatype</module>
diff --git a/upnp/basedriver/pom.xml b/upnp/basedriver/pom.xml
index 75dc044..1ed13aa 100644
--- a/upnp/basedriver/pom.xml
+++ b/upnp/basedriver/pom.xml
@@ -76,7 +76,7 @@
<dependency>
<groupId>org.cybergarage.cyberlink</groupId>
<artifactId>upnp-stack</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.8.0</version>
<optional>true</optional>
<exclusions>
<exclusion>
@@ -170,6 +170,7 @@
</plugins>
</build>
+<!-- !!! UNABLE TO ACCESS THESE REPOS !!!
<repositories>
<repository>
<id>release.domoware.isti.cnr.it</id>
@@ -184,7 +185,7 @@
<releases><enabled>false</enabled></releases>
</repository>
</repositories>
-
+-->
<dependencies>
<dependency>
@@ -201,13 +202,13 @@
<dependency>
<groupId>it.cnr.isti.domoware.cyberdomo</groupId>
<artifactId>upnp-stack</artifactId>
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.8.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>it.cnr.isti.domoware.cyberdomo</groupId>
<artifactId>upnp-stack-jdk13</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.8.0</version>
<optional>true</optional>
</dependency>
</dependencies>