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 2018/01/11 07:11:58 UTC

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

Author: cziegeler
Date: Thu Jan 11 07:11:58 2018
New Revision: 1820840

URL: http://svn.apache.org/viewvc?rev=1820840&view=rev
Log:
Switch to generator 1.18.1-SNAPSHOT

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=1820840&r1=1820839&r2=1820840&view=diff
==============================================================================
--- felix/trunk/tools/org.apache.felix.scr.ant/pom.xml (original)
+++ felix/trunk/tools/org.apache.felix.scr.ant/pom.xml Thu Jan 11 07:11:58 2018
@@ -58,19 +58,19 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.generator</artifactId>
-            <version>1.18.0</version>
+            <version>1.18.1-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.annotations</artifactId>
-            <version>1.12.0</version>
+            <version>1.12.1-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.ds-annotations</artifactId>
-            <version>1.2.10</version>
+            <version>1.2.11-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>