You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2009/08/14 18:42:07 UTC

svn commit: r804289 - in /felix/trunk: pom.xml upnp/basedriver/pom.xml

Author: mcculls
Date: Fri Aug 14 16:42:07 2009
New Revision: 804289

URL: http://svn.apache.org/viewvc?rev=804289&view=rev
Log:
Use released domoware artifacts (available on central)

Modified:
    felix/trunk/pom.xml
    felix/trunk/upnp/basedriver/pom.xml

Modified: felix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/pom.xml?rev=804289&r1=804288&r2=804289&view=diff
==============================================================================
--- felix/trunk/pom.xml (original)
+++ felix/trunk/pom.xml Fri Aug 14 16:42:07 2009
@@ -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>

Modified: felix/trunk/upnp/basedriver/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/upnp/basedriver/pom.xml?rev=804289&r1=804288&r2=804289&view=diff
==============================================================================
--- felix/trunk/upnp/basedriver/pom.xml (original)
+++ felix/trunk/upnp/basedriver/pom.xml Fri Aug 14 16:42:07 2009
@@ -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>