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 2009/09/15 09:23:16 UTC

svn commit: r815193 - /felix/trunk/scrplugin/pom.xml

Author: cziegeler
Date: Tue Sep 15 07:23:16 2009
New Revision: 815193

URL: http://svn.apache.org/viewvc?rev=815193&view=rev
Log:
Use current snapshot until the release is official.

Modified:
    felix/trunk/scrplugin/pom.xml

Modified: felix/trunk/scrplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin/pom.xml?rev=815193&r1=815192&r2=815193&view=diff
==============================================================================
--- felix/trunk/scrplugin/pom.xml (original)
+++ felix/trunk/scrplugin/pom.xml Tue Sep 15 07:23:16 2009
@@ -109,7 +109,7 @@
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.scr.annotations</artifactId>
-			<version>1.0.0</version>
+			<version>1.0.1-SNAPSHOT</version>
 		</dependency>
 		
 	</dependencies>