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-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 6aba9f02f Remove obsolete Maven profile
6aba9f02f is described below

commit 6aba9f02fd7a5d3911e8db72883824320f848581
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jun 13 07:56:57 2022 -0400

    Remove obsolete Maven profile
---
 pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index d638f71e1..8a67c11d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -847,18 +847,6 @@
         </plugins>
       </build>
     </profile>
-    <profile>
-      <id>java9</id>
-      <activation>
-        <jdk>9</jdk>
-      </activation>
-      <properties>
-        <!-- versions below 3.0.0 do not work with java 9 -->
-        <commons.javadoc.version>3.0.1</commons.javadoc.version>
-        <!-- 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>
 
 </project>

Reply via email to