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

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


The following commit(s) were added to refs/heads/master by this push:
     new 988a425  downgrade bundle plugin to Java 7 compatible version
988a425 is described below

commit 988a4255881c16e3539ace1d07db7474703416b5
Author: Stefan Bodewig <[email protected]>
AuthorDate: Tue Apr 16 17:23:35 2019 +0200

    downgrade bundle plugin to Java 7 compatible version
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index d081c49..21f980d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,10 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
   <properties>
     <maven.compiler.source>1.7</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
+
+    <!-- override parent as version used by parent requires Java 8 -->
+    <commons.felix.version>3.5.1</commons.felix.version>
+
     <commons.componentid>compress</commons.componentid>
     <commons.module.name>org.apache.commons.compress</commons.module.name>
     <commons.jira.id>COMPRESS</commons.jira.id>

Reply via email to