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:50:50 UTC

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

Author: cziegeler
Date: Thu Aug  6 11:50:49 2015
New Revision: 1694468

URL: http://svn.apache.org/r1694468
Log:
Use released SCR 2.0.0

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=1694468&r1=1694467&r2=1694468&view=diff
==============================================================================
--- felix/trunk/scr-compat/pom.xml (original)
+++ felix/trunk/scr-compat/pom.xml Thu Aug  6 11:50:49 2015
@@ -59,7 +59,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr</artifactId>
-            <version>1.8.3-SNAPSHOT</version>
+            <version>2.0.0</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>