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:35:36 UTC

svn commit: r1029915 - /felix/trunk/scrplugin/annotations/pom.xml

Author: fmeschbe
Date: Tue Nov  2 00:35:35 2010
New Revision: 1029915

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

Modified:
    felix/trunk/scrplugin/annotations/pom.xml

Modified: felix/trunk/scrplugin/annotations/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin/annotations/pom.xml?rev=1029915&r1=1029914&r2=1029915&view=diff
==============================================================================
--- felix/trunk/scrplugin/annotations/pom.xml (original)
+++ felix/trunk/scrplugin/annotations/pom.xml Tue Nov  2 00:35:35 2010
@@ -47,7 +47,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>provided</scope>
         </dependency>
     </dependencies>