Author: sebb Date: Mon Sep 2 21:21:02 2013 New Revision: 1519517 URL: http://svn.apache.org/r1519517 Log: maven.compile.* => maven.compiler.* so that we are using CP32
Modified: commons/proper/jcs/trunk/pom.xml Modified: commons/proper/jcs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1519517&r1=1519516&r2=1519517&view=diff ============================================================================== --- commons/proper/jcs/trunk/pom.xml (original) +++ commons/proper/jcs/trunk/pom.xml Mon Sep 2 21:21:02 2013 @@ -359,7 +359,7 @@ <!-- <exclude>**/JDBCDiskCacheRemovalUnitTest.java</exclude> --> <!-- <exclude>**/JDBCDiskCacheUnitTest.java</exclude> --> </excludes> - <source>${maven.compile.source}</source> + <source>${maven.compiler.source}</source> </configuration> </plugin> <plugin> @@ -446,9 +446,9 @@ <properties> <!-- Default configuration for compiler source and target JVM --> - <maven.compile.sourceEncoding>UTF-8</maven.compile.sourceEncoding> - <maven.compile.source>1.5</maven.compile.source> - <maven.compile.target>1.5</maven.compile.target> + <maven.compiler.sourceEncoding>UTF-8</maven.compiler.sourceEncoding> + <maven.compiler.source>1.5</maven.compiler.source> + <maven.compiler.target>1.5</maven.compiler.target> <!-- Make the deployment protocol pluggable. This allows to switch to