You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2015/08/06 13:52:44 UTC

svn commit: r1694472 - /felix/trunk/scr-compat/pom.xml

Author: cziegeler
Date: Thu Aug  6 11:52:44 2015
New Revision: 1694472

URL: http://svn.apache.org/r1694472
Log:
Use snapshot until release vote is over

Modified:
    felix/trunk/scr-compat/pom.xml

Modified: felix/trunk/scr-compat/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scr-compat/pom.xml?rev=1694472&r1=1694471&r2=1694472&view=diff
==============================================================================
--- felix/trunk/scr-compat/pom.xml (original)
+++ felix/trunk/scr-compat/pom.xml Thu Aug  6 11:52:44 2015
@@ -59,7 +59,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>