Wrong list?

Sent from my iPhone

> On 4 Nov 2016, at 0:35, Gary Gregory <[email protected]> wrote:
> 
> Why not Java 7? 
> 
> Gary
> 
> ---------- Forwarded message ----------
> From: <[email protected]>
> 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: [email protected]
> 
> 
> 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/build.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/apsupport.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: [email protected] | [email protected] 
> Java Persistence with Hibernate, Second Edition 
> JUnit in Action, Second Edition 
> Spring Batch in Action 
> Blog: http://garygregory.wordpress.com 
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory

Reply via email to