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/09/16 06:00:13 UTC

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

Author: cziegeler
Date: Fri Sep 16 06:00:12 2016
New Revision: 1760996

URL: http://svn.apache.org/viewvc?rev=1760996&view=rev
Log:
Update changelog

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

Modified: felix/trunk/tools/org.apache.felix.scr.bnd/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/tools/org.apache.felix.scr.bnd/changelog.txt?rev=1760996&r1=1760995&r2=1760996&view=diff
==============================================================================
--- felix/trunk/tools/org.apache.felix.scr.bnd/changelog.txt (original)
+++ felix/trunk/tools/org.apache.felix.scr.bnd/changelog.txt Fri Sep 16 06:00:12 2016
@@ -1,3 +1,11 @@
+Changes from 1.6.0 to 1.5.0
+---------------------------
+** Bug
+    * [FELIX-5304] - SERVICE_PID property should not be created
+    * [FELIX-5328] - NoClassDefFound not wrapped in the ClassScanner
+    * [FELIX-5345] - Incorrect encoding in metatype props file
+
+
 Changes from 1.5.0 to 1.4.0
 ---------------------------
 ** Improvement

Modified: felix/trunk/tools/org.apache.felix.scr.bnd/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/tools/org.apache.felix.scr.bnd/pom.xml?rev=1760996&r1=1760995&r2=1760996&view=diff
==============================================================================
--- felix/trunk/tools/org.apache.felix.scr.bnd/pom.xml (original)
+++ felix/trunk/tools/org.apache.felix.scr.bnd/pom.xml Fri Sep 16 06:00:12 2016
@@ -53,13 +53,13 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.generator</artifactId>
-            <version>1.14.0</version>
+            <version>1.14.1-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.annotations</artifactId>
-            <version>1.10.0</version>
+            <version>1.11.1-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <!-- bndlib is provided at runtime (it neither needs to be considered by the maven-shade-plugin nor as transitive dependency by Maven) -->