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-daemon.git
commit 0fa7a729f9ab0482608df9729fd5c7d0f64c78bf Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Mar 15 15:57:39 2022 -0400 Remove profile no longer needed now that we are on Java 7. --- pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pom.xml b/pom.xml index 528b484..e0482c6 100644 --- a/pom.xml +++ b/pom.xml @@ -187,15 +187,4 @@ </plugin> </plugins> </build> - <profiles> - <profile> - <id>jdk12-plus-no-java6</id> - <activation> - <jdk>[1.12,)</jdk> - </activation> - <properties> - <commons.daemon.javaversion>1.7</commons.daemon.javaversion> - </properties> - </profile> - </profiles> </project>