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:32:28 UTC

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

Author: fmeschbe
Date: Tue Nov  2 00:32:27 2010
New Revision: 1029911

URL: http://svn.apache.org/viewvc?rev=1029911&view=rev
Log:
temporarily set dependency to release version for RC build

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=1029911&r1=1029910&r2=1029911&view=diff
==============================================================================
--- felix/trunk/scrplugin/annotations/pom.xml (original)
+++ felix/trunk/scrplugin/annotations/pom.xml Tue Nov  2 00:32:27 2010
@@ -47,7 +47,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.generator</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
+            <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>