You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/06/19 10:31:09 UTC

[commons-rng] 02/02: Downgrade org.apache.felix:maven-bundle-plugin for JDK 7 support.

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

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

commit 79924f6d5fc17da8d8faeeab85b732764868d944
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sat May 18 12:56:38 2019 +0100

    Downgrade org.apache.felix:maven-bundle-plugin for JDK 7 support.
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5176486..5ee356b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,6 +123,8 @@
        jxr:aggregate. If compile is forked it fails when building the Java 9 modules that
        depend on other packages. -->
     <commons.jxr.version>2.5</commons.jxr.version>
+    <!-- Fix to build on JDK 7: version 4.0.0 requires Java 8. -->
+    <commons.felix.version>3.5.1</commons.felix.version>
 
     <commons.jacoco.classRatio>0.96</commons.jacoco.classRatio>
     <commons.jacoco.instructionRatio>0.8</commons.jacoco.instructionRatio>