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/09/16 09:13:06 UTC

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

Author: cziegeler
Date: Wed Sep 16 07:13:06 2015
New Revision: 1703339

URL: http://svn.apache.org/r1703339
Log:
Use released scr version

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=1703339&r1=1703338&r2=1703339&view=diff
==============================================================================
--- felix/trunk/scr-compat/pom.xml (original)
+++ felix/trunk/scr-compat/pom.xml Wed Sep 16 07:13:06 2015
@@ -59,7 +59,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr</artifactId>
-            <version>2.0.1-SNAPSHOT</version>
+            <version>2.0.0</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>