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 2017/09/26 07:18:51 UTC

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

Author: cziegeler
Date: Tue Sep 26 07:18:51 2017
New Revision: 1809689

URL: http://svn.apache.org/viewvc?rev=1809689&view=rev
Log:
FELIX-5700 : Metatype generation wrongly puts properties files into metatype directory

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=1809689&r1=1809688&r2=1809689&view=diff
==============================================================================
--- felix/trunk/tools/org.apache.felix.scr.bnd/changelog.txt (original)
+++ felix/trunk/tools/org.apache.felix.scr.bnd/changelog.txt Tue Sep 26 07:18:51 2017
@@ -1,3 +1,9 @@
+Changes from 1.7.2 to 1.8.0
+---------------------------
+** Bug
+    * [FELIX-5700] - Metatype generation wrongly puts properties files into metatype directory
+
+
 Changes from 1.7.2 to 1.7.0
 ---------------------------
 ** Bug

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=1809689&r1=1809688&r2=1809689&view=diff
==============================================================================
--- felix/trunk/tools/org.apache.felix.scr.bnd/pom.xml (original)
+++ felix/trunk/tools/org.apache.felix.scr.bnd/pom.xml Tue Sep 26 07:18:51 2017
@@ -53,7 +53,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.generator</artifactId>
-            <version>1.16.0</version>
+            <version>1.16.1-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>