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 2019/06/20 22:32:33 UTC

[commons-parent] branch master updated: Downdate Felix plugin for Java7

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


The following commit(s) were added to refs/heads/master by this push:
     new 70fe7be  Downdate Felix plugin for Java7
70fe7be is described below

commit 70fe7bea5a5b4dfc659d2b35d0e7a3a48e2eda78
Author: Sebb <se...@apache.org>
AuthorDate: Thu Jun 20 23:31:51 2019 +0100

    Downdate Felix plugin for Java7
---
 pom.xml                 | 6 ++++--
 src/changes/changes.xml | 1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 954df9d..9c73ae2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1548,13 +1548,15 @@
         </plugins>
       </build>
     </profile>
-    <!-- profile to allow the use of plugin versions that require Java 7+ -->
+    <!-- profile to allow the use of plugin versions that require Java 7 -->
     <profile>
       <id>jdk7-plugin-fix-version</id>
       <activation>
-        <jdk>[1.7,)</jdk>
+        <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>
       </properties>
     </profile>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 865a06c..a813dea 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
     <body>
     
         <release version="49" date="YYYY-MM-DD" description="TBD">
+            <action type="fix" dev="sebb">Downdate felix plugin to work on Java 7</action>
             <action type="update" dev="ggregory">Update maven-project-info-reports-plugin's Apache Commons BCEL from 6.3 to 6.3.1.</action>
             <action type="update" dev="ggregory">japicmp-maven-plugin 0.13.0 -> 0.13.1</action>
             <action type="update" dev="ggregory">maven-bundle-plugin 4.1.0 -> 4.2.0</action>