Author: britter Date: Thu Oct 10 18:44:50 2013 New Revision: 1531073 URL: http://svn.apache.org/r1531073 Log: Update to latest parent pom
Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1531073&r1=1531072&r2=1531073&view=diff ============================================================================== --- commons/proper/lang/trunk/pom.xml (original) +++ commons/proper/lang/trunk/pom.xml Thu Oct 10 18:44:50 2013 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>28</version> + <version>32</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.commons</groupId> @@ -482,8 +482,8 @@ <properties> <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <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> <!-- This is also used to generate download_xxx file name. To override this when generating the download page: