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-build-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new c08624e Bump org.apache.commons:commons-parent from 79 to 80
c08624e is described below
commit c08624ed00241dbc2a2e33a67abfa88c48e9f2b2
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Jan 29 10:37:11 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 | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 17bfc6e..9865594 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>79</version>
+ <version>80</version>
</parent>
<artifactId>commons-build-plugin</artifactId>
<packaging>maven-plugin</packaging>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2c6d4db..f4d1a3f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,11 +28,13 @@
<body>
<release version="1.15.1" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
- <action dev="ggregory" type="fix" due-to="Gary Gregory">Migrate site
generation templates to https://maven.apache.org/xsd/xdoc-2.0.xsd.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">Migrate site
generation templates to https://maven.apache.org/xsd/xdoc-2.0.xsd.</action>
+ <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>
<!-- ADD -->
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Dependabot, Gary
Gregory">Bump org.graalvm.js:js from 23.0.6 to 23.0.7 #347.</action>
<action dev="ggregory" type="update" due-to="Dependabot, Gary
Gregory">Bump org.graalvm.js:js-scriptengine from 24.1.1 to 24.1.2
#346.</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 79 to 80.</action>
</release>
<release version="1.15.0" date="2025-01-08" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->