You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/07/17 12:08:26 UTC

[commons-parent] branch master updated: Remove old comments

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


The following commit(s) were added to refs/heads/master by this push:
     new 9b5cba1  Remove old comments
9b5cba1 is described below

commit 9b5cba1f00e80bbd07c610b131da3b14aeaf1975
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jul 17 08:08:21 2022 -0400

    Remove old comments
---
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5911731..985d58c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,6 @@
 
     <!-- plugin versions (allows same value in reporting and build sections; also allows easy override) -->
     <commons.animal-sniffer.version>1.21</commons.animal-sniffer.version>
-     <!-- 1.8 requires Java 8+ -->
     <!-- Almost all signatures use version 1.0. Allow override just in case -->
     <commons.animal-sniffer.signature.version>1.0</commons.animal-sniffer.signature.version>
     <commons.assembly-plugin.version>3.4.1</commons.assembly-plugin.version>
@@ -149,7 +148,6 @@
     <commons.scm-publish.version>1.1</commons.scm-publish.version>
     <commons.enforcer-plugin.version>3.1.0</commons.enforcer-plugin.version>
     <commons.buildnumber-plugin.version>3.0.0</commons.buildnumber-plugin.version>
-    <!-- requires Java 8 -->
     <commons.biz.aQute.bndlib.version>6.3.1</commons.biz.aQute.bndlib.version>
 
     <!--
@@ -1921,7 +1919,6 @@
         <jdk>[1.7,1.8)</jdk>
       </activation>
       <properties>
-        <!-- Fix to build on JDK 7: version 4.0.0 requires Java 8. -->
         <commons.felix.version>3.5.1</commons.felix.version>
         <commons.animal-sniffer.version>1.17</commons.animal-sniffer.version>
         <commons.biz.aQute.bndlib.version>3.5.0</commons.biz.aQute.bndlib.version>