This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push:
new e86afba Bump org.apache.felix:maven-bundle-plugin from 6.0.0 on 6.0.2
on Java 17 and above.
e86afba is described below
commit e86afba65ef61c638e9f3300e04bdb164760aef8
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Feb 28 08:09:49 2026 -0500
Bump org.apache.felix:maven-bundle-plugin from 6.0.0 on 6.0.2 on Java 17
and above.
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2c78248..d002cab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1772,7 +1772,7 @@
<jdk>[17,)</jdk>
</activation>
<properties>
- <commons.felix.version>6.0.0</commons.felix.version>
+ <commons.felix.version>6.0.2</commons.felix.version>
<commons.biz.aQute.bndlib.version>7.2.1</commons.biz.aQute.bndlib.version>
</properties>
</profile>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b53093e..19e2efb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
net.sourceforge.pmd:pmd-* from 7.21.0 to 7.22.0.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.felix:maven-bundle-plugin from 6.0.0 on 6.0.2 on Java 17 and
above.</action>
</release>
<release version="97" date="2026-02-21" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->