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

svn commit: r1820836 - in /felix/trunk/tools/org.apache.felix.scr.ant: changelog.txt pom.xml

Author: cziegeler
Date: Thu Jan 11 07:10:11 2018
New Revision: 1820836

URL: http://svn.apache.org/viewvc?rev=1820836&view=rev
Log:
Use generator 1.18.0

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

Modified: felix/trunk/tools/org.apache.felix.scr.ant/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/tools/org.apache.felix.scr.ant/changelog.txt?rev=1820836&r1=1820835&r2=1820836&view=diff
==============================================================================
--- felix/trunk/tools/org.apache.felix.scr.ant/changelog.txt (original)
+++ felix/trunk/tools/org.apache.felix.scr.ant/changelog.txt Thu Jan 11 07:10:11 2018
@@ -1,3 +1,12 @@
+Changes from 1.18.0 to 1.19.0
+-----------------------------
+** Bug
+    * [FELIX-5464] - java.lang.NullPointerException at org.apache.felix.scrplugin.helper.ClassScanner.processClass(ClassScanner.java:207)
+    * [FELIX-5729] - NoSuchFieldError when @Reference referenceInterface type different than field type
+    * [FELIX-5730] - Different separators in localization attribute
+    * [FELIX-5771] - Metatype generation via bnd plugin creates incorrect file names
+
+
 Changes from 1.17.0 to 1.18.0
 -----------------------------
 ** Bug

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=1820836&r1=1820835&r2=1820836&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:10:11 2018
@@ -58,19 +58,19 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.generator</artifactId>
-            <version>1.17.1-SNAPSHOT</version>
+            <version>1.18.0</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.annotations</artifactId>
-            <version>1.12.1-SNAPSHOT</version>
+            <version>1.12.0</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.ds-annotations</artifactId>
-            <version>1.2.11-SNAPSHOT</version>
+            <version>1.2.10</version>
             <scope>compile</scope>
         </dependency>
         <dependency>