You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2010/03/26 13:47:20 UTC

svn commit: r927814 - /felix/trunk/webconsole/pom.xml

Author: fmeschbe
Date: Fri Mar 26 12:47:20 2010
New Revision: 927814

URL: http://svn.apache.org/viewvc?rev=927814&view=rev
Log:
revert to SNAPSHOT version to not break build

Modified:
    felix/trunk/webconsole/pom.xml

Modified: felix/trunk/webconsole/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole/pom.xml?rev=927814&r1=927813&r2=927814&view=diff
==============================================================================
--- felix/trunk/webconsole/pom.xml (original)
+++ felix/trunk/webconsole/pom.xml Fri Mar 26 12:47:20 2010
@@ -252,7 +252,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.utils</artifactId>
-            <version>1.0.0</version>
+            <version>0.1.0-SNAPSHOT</version>
             <scope>provided</scope>
             <optional>true</optional>
         </dependency>
@@ -267,7 +267,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.bundlerepository</artifactId>
-            <version>1.6.0</version>
+            <version>1.5.0-SNAPSHOT</version>
             <scope>provided</scope>
             <optional>true</optional>
         </dependency>