Hi all,

#1) remote snapshot repo seems to be down

[INFO] snapshot
it.cnr.isti.domoware.cyberdomo:upnp-stack:1.9.0-SNAPSHOT: checking for
updates from snapshot.domoware.isti.cnr.it

#2) If i comment out upnp from the main pom.xml i still needed the
following changes (see below) to get the compile done. Looks like
someone updated dependencymanager/pom.xml but forgot to update the
rest of the pom(s).

thanks,
dims

===================================================================
--- dependencymanager.shell/pom.xml     (revision 804067)
+++ dependencymanager.shell/pom.xml     (working copy)
@@ -50,7 +50,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.dependencymanager</artifactId>
-      <version>2.0.2-SNAPSHOT</version>
+      <version>3.0.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build>
Index: deploymentadmin/autoconf/pom.xml
===================================================================
--- deploymentadmin/autoconf/pom.xml    (revision 804067)
+++ deploymentadmin/autoconf/pom.xml    (working copy)
@@ -44,7 +44,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.dependencymanager</artifactId>
-      <version>2.0.2-SNAPSHOT</version>
+      <version>3.0.0-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
Index: deviceaccess/pom.xml
===================================================================
--- deviceaccess/pom.xml        (revision 804067)
+++ deviceaccess/pom.xml        (working copy)
@@ -60,7 +60,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.dependencymanager</artifactId>
-      <version>2.0.2-SNAPSHOT</version>
+      <version>3.0.0-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>


-- 
Davanum Srinivas :: http://davanum.wordpress.com

Reply via email to