This is an automated email from the ASF dual-hosted git repository. stbischof pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/felix-dev.git
commit 0b4469cce2b6a0b0a32aed4c1525b3c3dddd3589 Author: Paul <[email protected]> AuthorDate: Sun Nov 17 09:24:49 2024 +0100 Create README.md --- tools/maven-bundle-plugin/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/maven-bundle-plugin/README.md b/tools/maven-bundle-plugin/README.md new file mode 100644 index 0000000000..52f751997c --- /dev/null +++ b/tools/maven-bundle-plugin/README.md @@ -0,0 +1,7 @@ +Maven-bundle-plugin + +# Upgrade notice + +* 6.0.0 uses bnd 7.0.0, which has java 17 as minimal java version. + * see https://github.com/bndtools/bnd/wiki/Changes-in-7.0.0 for more information. +* 5.1.x uses bnd 6.x, which has java 8 as minimal java version.
