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 2016/05/12 06:12:23 UTC

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

Author: cziegeler
Date: Thu May 12 06:12:23 2016
New Revision: 1743473

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

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=1743473&r1=1743472&r2=1743473&view=diff
==============================================================================
--- felix/trunk/tools/maven-scr-plugin/pom.xml (original)
+++ felix/trunk/tools/maven-scr-plugin/pom.xml Thu May 12 06:12:23 2016
@@ -61,7 +61,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.generator</artifactId>
-            <version>1.13.1-SNAPSHOT</version>
+            <version>1.14.0</version>
             <scope>compile</scope>
         </dependency>
         <dependency>