This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 6d44f773e9 chore: Downgraded the maven-bundle-plugin to make the build
work on Java 11 again.
6d44f773e9 is described below
commit 6d44f773e92ef99fa663bdb3b1ae8ae58c342c96
Author: Christofer Dutz <[email protected]>
AuthorDate: Wed Jul 30 23:41:11 2025 +0200
chore: Downgraded the maven-bundle-plugin to make the build work on Java 11
again.
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 80706cb42f..828b77d901 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1002,7 +1002,8 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>6.0.0</version>
+ <!-- Version 6.x no longer works with Java 11 -->
+ <version>5.1.9</version>
</plugin>
<plugin>