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 2021/04/19 13:34:29 UTC

[commons-exec] branch master updated: Update from Java 7 to 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-exec.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b092af  Update from Java 7 to 8.
7b092af is described below

commit 7b092af0232ac684c42f397b94148746815d3642
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Apr 19 09:34:25 2021 -0400

    Update from Java 7 to 8.
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 304e321..4dca9eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,8 +263,8 @@
 
     <properties>
         <!-- Compiler source and target JVM (see parent pom). Must agree with versions in build.xml -->
-        <maven.compiler.source>1.7</maven.compiler.source>
-        <maven.compiler.target>1.7</maven.compiler.target>
+        <maven.compiler.source>1.8</maven.compiler.source>
+        <maven.compiler.target>1.8</maven.compiler.target>
         <commons.rc.version>RC1</commons.rc.version>
         <commons.bc.version>1.3</commons.bc.version>
         <commons.release.version>1.4.0</commons.release.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 14e43aa..8f33cf1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,7 +23,7 @@
         <author email="sgoeschl@apache.org">Siegfried Goeschl</author>
     </properties>
     <body>
-        <release version="1.4.0" date="" description="Maintenance and feature Release">
+        <release version="1.4.0" date="" description="Maintenance and feature Release (Java 8)">
             <action issue="EXEC-100" dev="sgoeschl" type="update" date="2016-01-11">
                 Sync org.apache.commons.exec.OS with the newest Ant source file
             </action>
@@ -49,6 +49,9 @@
            <action dev="ggregory" type="add" due-to="Gary Gregory">
                 Add ShutdownHookProcessDestroyer.isEmpty().
             </action>
+           <action dev="ggregory" type="update" due-to="Gary Gregory">
+                Update from Java 7 to 8.
+            </action>
         </release>
         <release version="1.3" date="2014-11-02" description="Maintenance and feature Release">
             <action issue="EXEC-69" dev="ggregory" type="add" due-to="Richard Atkins, Michael Vorburger">