You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ma...@apache.org on 2012/09/27 23:37:11 UTC

svn commit: r1391226 - /felix/trunk/deviceaccess/pom.xml

Author: marrs
Date: Thu Sep 27 21:37:10 2012
New Revision: 1391226

URL: http://svn.apache.org/viewvc?rev=1391226&view=rev
Log:
FELIX-3660 Removed dependency on snapshot version.

Modified:
    felix/trunk/deviceaccess/pom.xml

Modified: felix/trunk/deviceaccess/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/deviceaccess/pom.xml?rev=1391226&r1=1391225&r2=1391226&view=diff
==============================================================================
--- felix/trunk/deviceaccess/pom.xml (original)
+++ felix/trunk/deviceaccess/pom.xml Thu Sep 27 21:37:10 2012
@@ -60,7 +60,7 @@
 	   <dependency>
 	     <groupId>${pom.groupId}</groupId>
 	     <artifactId>org.apache.felix.dependencymanager</artifactId>
-	     <version>3.0.0-SNAPSHOT</version>
+	     <version>3.0.0</version>
 	     <scope>provided</scope>
 	   </dependency>
 	 </dependencies>