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 2013/04/02 11:54:25 UTC

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

Author: cziegeler
Date: Tue Apr  2 09:54:24 2013
New Revision: 1463469

URL: http://svn.apache.org/r1463469
Log:
Correct snapshot dependency

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

Modified: felix/trunk/scrplugin/ds-annotations/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin/ds-annotations/pom.xml?rev=1463469&r1=1463468&r2=1463469&view=diff
==============================================================================
--- felix/trunk/scrplugin/ds-annotations/pom.xml (original)
+++ felix/trunk/scrplugin/ds-annotations/pom.xml Tue Apr  2 09:54:24 2013
@@ -48,7 +48,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.generator</artifactId>
-            <version>1.4.1-SNAPSHOT</version>
+            <version>1.5.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>