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/03/31 13:37:40 UTC

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


The following commit(s) were added to refs/heads/master by this push:
     new 258277b  [IMAGING-223] Update from Java 7 to Java 8.
258277b is described below

commit 258277b4025961202e6080f478123d01a3a524eb
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 31 09:37:35 2019 -0400

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

diff --git a/pom.xml b/pom.xml
index ccd09f6..0302f28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,8 +42,8 @@
 
   <properties>
     <argLine>-Xmx512m</argLine>
-    <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.componentid>imaging</commons.componentid>
     <commons.module.name>org.apache.commons.imaging</commons.module.name>
     <commons.release.version>1.0</commons.release.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6200e15..162df66 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -383,6 +383,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="IMAGING-94" dev="damjan" type="add" due-to="gwlucas">
          Add ability to load partial TIFF images
       </action>
+      <action issue="IMAGING-223" dev="ggregory" type="update" due-to="Gary Gregory">
+         Update from Java 7 to Java 8.
+      </action>
     </release>
     
   </body>