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 d691a59c9e Update to latest maven bundle plugin
d691a59c9e is described below
commit d691a59c9e78749fad20a10a002c969e4e583800
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Sat Sep 16 10:33:54 2023 +0200
Update to latest maven bundle plugin
---
http/jetty/pom.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 48c0b3ee61..67ffa5e1f1 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -142,7 +142,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>5.1.4</version>
+ <version>5.1.9</version>
<extensions>true</extensions>
<configuration>
<instructions>
@@ -230,8 +230,6 @@
Private-Package,Conditional-Package
</_removeheaders>
</instructions>
- <!-- Skip Baselining due to Jetty API -->
- <skip>true</skip>
</configuration>
<executions>
<execution>