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:10:16 UTC

svn commit: r1743468 - /felix/trunk/tools/org.apache.felix.scr.ant/pom.xml

Author: cziegeler
Date: Thu May 12 06:10:16 2016
New Revision: 1743468

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

Modified:
    felix/trunk/tools/org.apache.felix.scr.ant/pom.xml

Modified: felix/trunk/tools/org.apache.felix.scr.ant/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/tools/org.apache.felix.scr.ant/pom.xml?rev=1743468&r1=1743467&r2=1743468&view=diff
==============================================================================
--- felix/trunk/tools/org.apache.felix.scr.ant/pom.xml (original)
+++ felix/trunk/tools/org.apache.felix.scr.ant/pom.xml Thu May 12 06:10:16 2016
@@ -58,19 +58,19 @@
         <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>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.annotations</artifactId>
-            <version>1.9.13-SNAPSHOT</version>
+            <version>1.10.0</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.ds-annotations</artifactId>
-            <version>1.2.9-SNAPSHOT</version>
+            <version>1.2.8</version>
             <scope>compile</scope>
         </dependency>
         <dependency>