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 2019/05/15 21:16:42 UTC

[commons-io] branch master updated: Back up maven-bundle-plugin to 3.5.1 since 4.0.0 and up require Java 8.

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


The following commit(s) were added to refs/heads/master by this push:
     new 6d46195  Back up maven-bundle-plugin to 3.5.1 since 4.0.0 and up require Java 8.
6d46195 is described below

commit 6d46195e7cac37c28dd58f462e2d15cc1b1eb388
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed May 15 17:16:39 2019 -0400

    Back up maven-bundle-plugin to 3.5.1 since 4.0.0 and up require Java 8.
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 54ff760..92c3cc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -250,6 +250,8 @@ file comparators, endian transformation classes, and much more.
   <properties>
     <maven.compiler.source>1.7</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
+    <!--  version 4.0.0 requires Java 8 -->
+    <commons.felix.version>3.5.1</commons.felix.version>
     <commons.componentid>io</commons.componentid>
     <commons.module.name>org.apache.commons.io</commons.module.name>
     <commons.rc.version>RC1</commons.rc.version>