Why not Java 7 (or, gasp, 8)? Gary
---------- Forwarded message ---------- From: <ma...@apache.org> Date: Thu, Nov 3, 2016 at 4:44 AM Subject: svn commit: r1767873 - in /commons/proper/daemon/trunk: build.xml pom.xml src/changes/changes.xml To: comm...@commons.apache.org Author: markt Date: Thu Nov 3 11:44:02 2016 New Revision: 1767873 URL: http://svn.apache.org/viewvc?rev=1767873&view=rev Log: Increment minimum Java version to Java 5 Modified: commons/proper/daemon/trunk/build.xml commons/proper/daemon/trunk/pom.xml commons/proper/daemon/trunk/src/changes/changes.xml Modified: commons/proper/daemon/trunk/build.xml URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/bui ld.xml?rev=1767873&r1=1767872&r2=1767873&view=diff ============================================================ ================== --- commons/proper/daemon/trunk/build.xml (original) +++ commons/proper/daemon/trunk/build.xml Thu Nov 3 11:44:02 2016 @@ -93,10 +93,10 @@ <!-- compiler source JDK version --> - <property name="compile.source" value="1.3"/> + <property name="compile.source" value="1.5"/> <!-- compiler target JDK version --> - <property name="compile.target" value="1.3"/> + <property name="compile.target" value="1.5"/> <!-- Should Java compilations set the 'debug' compiler option? --> <property name="compile.debug" value="true"/> Modified: commons/proper/daemon/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/pom .xml?rev=1767873&r1=1767872&r2=1767873&view=diff ============================================================ ================== --- commons/proper/daemon/trunk/pom.xml (original) +++ commons/proper/daemon/trunk/pom.xml Thu Nov 3 11:44:02 2016 @@ -89,8 +89,8 @@ </dependencies> <properties> - <maven.compiler.source>1.3</maven.compiler.source> - <maven.compiler.target>1.3</maven.compiler.target> + <maven.compiler.source>1.5</maven.compiler.source> + <maven.compiler.target>1.5</maven.compiler.target> <commons.componentid>daemon</commons.componentid> <commons.release.version>1.0.8</commons.release.version> <commons.jira.id>DAEMON</commons.jira.id> Modified: commons/proper/daemon/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src /changes/changes.xml?rev=1767873&r1=1767872&r2=1767873&view=diff ============================================================ ================== --- commons/proper/daemon/trunk/src/changes/changes.xml (original) +++ commons/proper/daemon/trunk/src/changes/changes.xml Thu Nov 3 11:44:02 2016 @@ -39,7 +39,12 @@ </properties> <body> <release version="1.1.0" date="2016-MM-DD" description="Feature and bug fix release"> - <action issue="DAEMON-347" type="update" dev="ggregory" due-to="Ganesh Raju">Add AArch64 support to src/native/unix/support/apsupp ort.m4</action> + <action type="update" dev="markt"> + Increase minimum Java version to Java 5. + </action> + <action issue="DAEMON-347" type="update" dev="ggregory" due-to="Ganesh Raju"> + Add AArch64 support to src/native/unix/support/apsupport.m4 + </action> </release> </body> </document> -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition <https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459> JUnit in Action, Second Edition <https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021> Spring Batch in Action <https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition <https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459> JUnit in Action, Second Edition <https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021> Spring Batch in Action <https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory