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-scxml.git
The following commit(s) were added to refs/heads/master by this push: new 8e7a6325 Bump org.apache.commons:commons-parent from 79 to 80 8e7a6325 is described below commit 8e7a63254120f87c6b5161305c6af90b30d9ad3b Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 29 10:29:00 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 | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b35fbe26..4ad56eea 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>79</version> + <version>80</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 176806d9..eab8c72d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -254,8 +254,9 @@ [StepSecurity] ci: Harden GitHub Actions #133. </action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Pick up maven-antrun-plugin version from parent POM org.apache:apache.</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> <!-- UDPATE --> - <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump commons-parent from 48 to 78 #211, #227, #236, #254, #257, #261, #266, #270, #276.</action> + <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump commons-parent from 48 to 80 #211, #227, #236, #254, #257, #261, #266, #270, #276.</action> <action type="update" dev="henrib, Dependabot, Gary Gregory">Bump org.apache.commons:commons-jexl3 from 3.1 to 3.4.0 #36, #235.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump actions/cache from 2.1.4 to current #31, #47, #50, #78.</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump actions/checkout from 2 to current #34, #75.</action>