This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.x in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
commit f2990873c13bcb5fc9366f551c5e425a4d9c7232 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 29 09:45:05 2025 -0500 Bump org.apache.commons:commons-parent from 79 to 80 #339 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 b3393e4a..c2e2969b 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> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ea1962d5..5957acbc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,9 +51,10 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Gary Gregory">Migrate from deprecated API in DiskFileItem.getOutputStream().</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Use try-with-resources.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Port to Java 1.4 Throwable APIs (!).</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> <!-- UPDATE --> <action dev="ggregory" type="update">Bump Java from 6 to 8.</action> - <action dev="ggregory" type="update">Bump org.apache.commons:commons-parent from 62 to 79, upgrades Doxia from 1 to 2.</action> + <action dev="ggregory" type="update">Bump org.apache.commons:commons-parent from 62 to 80, upgrades Doxia from 1 to 2.</action> <action dev="ggregory" type="update">Bump commons-io from 2.11.0 to 2.17.0.</action> <action dev="ggregory" type="update">Bump javax.servlet:servlet-api from 2.4 to 2.5.</action> <action dev="ggregory" type="update">Bump JUnit from junit:junit:4.13.2 org.junit.vintage:junit-vintage-engine from parent POM.</action>