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-skin.git
The following commit(s) were added to refs/heads/master by this push:
new fbf67a3 Bump org.apache.commons:commons-parent from 79 to 80
fbf67a3 is described below
commit fbf67a36eecf332e5ca09ba964e37ecccba4c28a
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Jan 29 10:29:50 2025 -0500
Bump org.apache.commons:commons-parent from 79 to 80
Remove -nouses directive from maven-bundle-plugin. OSGi package imports
now state 'uses' definitions for package imports, this doesn't affect
JPMS
---
pom.xml | 2 +-
src/changes/changes.xml | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d384845..36880e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>79</version>
+ <version>80</version>
</parent>
<artifactId>commons-skin</artifactId>
<version>5.0.1-SNAPSHOT</version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8f8acfe..c95cf04 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,7 +60,9 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="5.0.1" date="YYY-MM-DD" description="New features
and bug fixes.">
<!-- FIX -->
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">Remove
-nouses directive from maven-bundle-plugin. OSGi package imports now state
'uses' definitions for package imports, this doesn't affect JPMS (from
org.apache.commons:commons-parent:80).</action>
<!-- UPDATE -->
+ <action type="update" dev="ggregory" due-to="Dependabot, Gary
Gregory">Bump commons-parent from 79 to 80.</action>
</release>
<release version="5.0.0" date="2024-12-25" description="New features
and bug fixes.">
<!-- FIX -->