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 2614a58 Bump org.apache.commons:commons-parent from 84 to 85 2614a58 is described below commit 2614a5819f98027bfb06eddcdecffcb4180cf03c Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jun 19 11:07:39 2025 -0400 Bump org.apache.commons:commons-parent from 84 to 85 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b1da50c..6aecc0a 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>84</version> + <version>85</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 b997a08..c769bac 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,7 +62,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- 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 84 #211.</action> + <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump commons-parent from 79 to 85 #211.</action> </release> <release version="5.0.0" date="2024-12-25" description="New features and bug fixes."> <!-- FIX -->