You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2010/11/02 01:43:59 UTC

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

Author: fmeschbe
Date: Tue Nov  2 00:43:59 2010
New Revision: 1029924

URL: http://svn.apache.org/viewvc?rev=1029924&view=rev
Log:
Reset generator dependency to pre-release SNAPSHOT until release is published

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=1029924&r1=1029923&r2=1029924&view=diff
==============================================================================
--- felix/trunk/scrplugin/maven-scr-plugin/pom.xml (original)
+++ felix/trunk/scrplugin/maven-scr-plugin/pom.xml Tue Nov  2 00:43:59 2010
@@ -57,7 +57,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.generator</artifactId>
-            <version>1.0.0</version>
+            <version>0.0.1-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>