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-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new 97ed1b0e Remove obsolete profile 97ed1b0e is described below commit 97ed1b0e5ed1cc52f82950fb22372ec359ffa772 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Sep 15 16:41:46 2023 -0400 Remove obsolete profile --- pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pom.xml b/pom.xml index 059d53b0..cfb82087 100644 --- a/pom.xml +++ b/pom.xml @@ -435,16 +435,6 @@ </plugins> </build> </profile> - <profile> - <id>java9</id> - <activation> - <jdk>9</jdk> - </activation> - <properties> - <!-- coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 --> - <coveralls.skip>true</coveralls.skip> - </properties> - </profile> </profiles> <modules> <module>commons-fileupload2-core</module>