You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/05/18 12:11:17 UTC

[commons-codec] branch master updated: No longer needed

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new f2fc462  No longer needed
f2fc462 is described below

commit f2fc4626ae35ea51b6082fdc73e5c8d0c27821fa
Author: Sebb <se...@apache.org>
AuthorDate: Mon May 18 13:11:05 2020 +0100

    No longer needed
---
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4020810..bb31f5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,9 +227,6 @@ limitations under the License.
   <properties>
     <maven.compiler.source>1.7</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
-    <!-- Fix to build on JDK 7: version 4.0.0 requires Java 8. -->
-    <!-- Can be dropped when CP 49 is released -->
-    <commons.felix.version>3.5.1</commons.felix.version>
     <commons.componentid>codec</commons.componentid>
     <commons.module.name>org.apache.commons.codec</commons.module.name>
     <commons.jira.id>CODEC</commons.jira.id>