Author: ggregory
Date: Thu Jun 9 18:00:48 2016
New Revision: 1747571
URL: http://svn.apache.org/viewvc?rev=1747571&view=rev
Log:
[IMAGING-184] Update platform from Java 5 to 7.
Modified:
commons/proper/imaging/trunk/pom.xml
commons/proper/imaging/trunk/src/changes/changes.xml
Modified: commons/proper/imaging/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/imaging/trunk/pom.xml?rev=1747571&r1=1747570&r2=1747571&view=diff
==============================================================================
--- commons/proper/imaging/trunk/pom.xml (original)
+++ commons/proper/imaging/trunk/pom.xml Thu Jun 9 18:00:48 2016
@@ -43,8 +43,8 @@
<url>http://commons.apache.org/proper/commons-imaging/</url>
<properties>
- <maven.compiler.source>1.5</maven.compiler.source>
- <maven.compiler.target>1.5</maven.compiler.target>
+ <maven.compiler.source>1.7</maven.compiler.source>
+ <maven.compiler.target>1.7</maven.compiler.target>
<commons.componentid>imaging</commons.componentid>
<commons.release.version>1.0</commons.release.version>
<commons.rc.version>RC5</commons.rc.version>
Modified: commons/proper/imaging/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/changes/changes.xml?rev=1747571&r1=1747570&r2=1747571&view=diff
==============================================================================
--- commons/proper/imaging/trunk/src/changes/changes.xml (original)
+++ commons/proper/imaging/trunk/src/changes/changes.xml Thu Jun 9 18:00:48
2016
@@ -45,7 +45,10 @@ The <action> type attribute can be add,u
</properties>
<body>
- <release version="1.0" date="TBA" description="TBA">
+ <release version="1.0" date="TBA" description="First major release">
+ <action issue="IMAGING-184" dev="ggregory" type="update">
+ Update platform from Java 5 to 7
+ </action>
<action issue="IMAGING-112" dev="britter" type="update" due-to="Xavier
Dury">
JpegIptcRewriter.removeIPTC() does not remove all metadata
</action>