This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 1fd72ff  FELIX-6373 : Wrong provide capability header
1fd72ff is described below

commit 1fd72ff7d9ce5c9708807346b530707d73feeb86
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Jan 6 13:48:06 2021 +0100

    FELIX-6373 : Wrong provide capability header
---
 eventadmin/impl/changelog.txt | 6 ++++++
 eventadmin/impl/pom.xml       | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/eventadmin/impl/changelog.txt b/eventadmin/impl/changelog.txt
index 570d04b..5c80e7a 100644
--- a/eventadmin/impl/changelog.txt
+++ b/eventadmin/impl/changelog.txt
@@ -1,3 +1,9 @@
+Changes in 1.6.2
+----------------
+** Bug
+    * [FELIX-6373] - Wrong provide capability header
+
+
 Changes in 1.6.0
 ----------------
 ** Improvement
diff --git a/eventadmin/impl/pom.xml b/eventadmin/impl/pom.xml
index 36881c6..d6c84c4 100644
--- a/eventadmin/impl/pom.xml
+++ b/eventadmin/impl/pom.xml
@@ -153,7 +153,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>5.1.1</version>
+                <version>4.2.1</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>

Reply via email to