You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/07/02 21:45:27 UTC

svn commit: r1499075 - /commons/proper/io/trunk/pom.xml

Author: tn
Date: Tue Jul  2 19:45:27 2013
New Revision: 1499075

URL: http://svn.apache.org/r1499075
Log:
Update compiler settings after upgrade to CP32.

Modified:
    commons/proper/io/trunk/pom.xml

Modified: commons/proper/io/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1499075&r1=1499074&r2=1499075&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Tue Jul  2 19:45:27 2013
@@ -224,8 +224,8 @@ file comparators, endian transformation 
   </dependencies>
 
   <properties>
-    <maven.compile.source>1.6</maven.compile.source>
-    <maven.compile.target>1.6</maven.compile.target>
+    <maven.compiler.source>1.6</maven.compiler.source>
+    <maven.compiler.target>1.6</maven.compiler.target>
     <commons.componentid>io</commons.componentid>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.version>2.5</commons.release.version>



Re: svn commit: r1499075 - /commons/proper/io/trunk/pom.xml

Posted by Gary Gregory <ga...@gmail.com>.
Oops, my bad.

Gary

On Jul 2, 2013, at 15:45, "tn@apache.org" <tn...@apache.org> wrote:

> Author: tn
> Date: Tue Jul  2 19:45:27 2013
> New Revision: 1499075
>
> URL: http://svn.apache.org/r1499075
> Log:
> Update compiler settings after upgrade to CP32.
>
> Modified:
>    commons/proper/io/trunk/pom.xml
>
> Modified: commons/proper/io/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1499075&r1=1499074&r2=1499075&view=diff
> ==============================================================================
> --- commons/proper/io/trunk/pom.xml (original)
> +++ commons/proper/io/trunk/pom.xml Tue Jul  2 19:45:27 2013
> @@ -224,8 +224,8 @@ file comparators, endian transformation
>   </dependencies>
>
>   <properties>
> -    <maven.compile.source>1.6</maven.compile.source>
> -    <maven.compile.target>1.6</maven.compile.target>
> +    <maven.compiler.source>1.6</maven.compiler.source>
> +    <maven.compiler.target>1.6</maven.compiler.target>
>     <commons.componentid>io</commons.componentid>
>     <commons.rc.version>RC1</commons.rc.version>
>     <commons.release.version>2.5</commons.release.version>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org