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 2017/09/26 07:40:17 UTC

svn commit: r1809709 - /felix/trunk/tools/maven-scr-plugin/pom.xml

Author: cziegeler
Date: Tue Sep 26 07:40:17 2017
New Revision: 1809709

URL: http://svn.apache.org/viewvc?rev=1809709&view=rev
Log:
Use latest releases

Modified:
    felix/trunk/tools/maven-scr-plugin/pom.xml

Modified: felix/trunk/tools/maven-scr-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/tools/maven-scr-plugin/pom.xml?rev=1809709&r1=1809708&r2=1809709&view=diff
==============================================================================
--- felix/trunk/tools/maven-scr-plugin/pom.xml (original)
+++ felix/trunk/tools/maven-scr-plugin/pom.xml Tue Sep 26 07:40:17 2017
@@ -61,7 +61,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.generator</artifactId>
-            <version>1.17.0</version>
+            <version>1.17.1-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>