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 2015/02/18 16:04:15 UTC

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

Author: cziegeler
Date: Wed Feb 18 15:04:15 2015
New Revision: 1660644

URL: http://svn.apache.org/r1660644
Log:
FELIX-4774 : Support for @Reference annotation with unbind method "-"

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=1660644&r1=1660643&r2=1660644&view=diff
==============================================================================
--- felix/trunk/scrplugin/maven-scr-plugin/pom.xml (original)
+++ felix/trunk/scrplugin/maven-scr-plugin/pom.xml Wed Feb 18 15:04:15 2015
@@ -57,7 +57,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.generator</artifactId>
-            <version>1.12.0</version>
+            <version>1.12.1-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>