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/08 08:40:09 UTC

svn commit: r1807681 - in /felix/trunk/tools/org.apache.felix.scr.ds-annotations: changelog.txt pom.xml

Author: cziegeler
Date: Fri Sep  8 08:40:09 2017
New Revision: 1807681

URL: http://svn.apache.org/viewvc?rev=1807681&view=rev
Log:
FELIX-5506 : OSGi's @Component parameter configurationPid is handled incorrectly. Apply patch from Moritz Bechler

Modified:
    felix/trunk/tools/org.apache.felix.scr.ds-annotations/changelog.txt
    felix/trunk/tools/org.apache.felix.scr.ds-annotations/pom.xml

Modified: felix/trunk/tools/org.apache.felix.scr.ds-annotations/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/tools/org.apache.felix.scr.ds-annotations/changelog.txt?rev=1807681&r1=1807680&r2=1807681&view=diff
==============================================================================
--- felix/trunk/tools/org.apache.felix.scr.ds-annotations/changelog.txt (original)
+++ felix/trunk/tools/org.apache.felix.scr.ds-annotations/changelog.txt Fri Sep  8 08:40:09 2017
@@ -1,3 +1,9 @@
+Changes from 1.2.10 to 1.2.8
+----------------------------
+** Bug
+    * [FELIX-5506] - OSGi's @Component parameter configurationPid is handled incorrectly
+
+
 Changes from 1.2.8 to 1.2.4
 ---------------------------
 ** Bug

Modified: felix/trunk/tools/org.apache.felix.scr.ds-annotations/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/tools/org.apache.felix.scr.ds-annotations/pom.xml?rev=1807681&r1=1807680&r2=1807681&view=diff
==============================================================================
--- felix/trunk/tools/org.apache.felix.scr.ds-annotations/pom.xml (original)
+++ felix/trunk/tools/org.apache.felix.scr.ds-annotations/pom.xml Fri Sep  8 08:40:09 2017
@@ -30,7 +30,7 @@
     <artifactId>org.apache.felix.scr.ds-annotations</artifactId>
 
     <!-- We use the same major version as the spec. -->
-    <version>1.2.9-AG1</version>
+    <version>1.2.9-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Annotations for DS</name>