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 2014/03/12 10:08:05 UTC

svn commit: r1576659 - /felix/trunk/scrplugin/maven-scr-plugin/pom.xml

Author: cziegeler
Date: Wed Mar 12 09:08:04 2014
New Revision: 1576659

URL: http://svn.apache.org/r1576659
Log:
Switch to current snapshot for scr generator

Modified:
    felix/trunk/scrplugin/maven-scr-plugin/pom.xml

Modified: felix/trunk/scrplugin/maven-scr-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin/maven-scr-plugin/pom.xml?rev=1576659&r1=1576658&r2=1576659&view=diff
==============================================================================
--- felix/trunk/scrplugin/maven-scr-plugin/pom.xml (original)
+++ felix/trunk/scrplugin/maven-scr-plugin/pom.xml Wed Mar 12 09:08:04 2014
@@ -57,7 +57,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.generator</artifactId>
-            <version>1.9.0</version>
+            <version>1.9.1-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>