Author: kinow
Date: Sun Oct 27 03:26:19 2013
New Revision: 1536047
URL: http://svn.apache.org/r1536047
Log:
Update to latest commons-parent and fix maven compiler property name
Modified:
commons/proper/functor/trunk/pom.xml
Modified: commons/proper/functor/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/functor/trunk/pom.xml?rev=1536047&r1=1536046&r2=1536047&view=diff
==============================================================================
--- commons/proper/functor/trunk/pom.xml (original)
+++ commons/proper/functor/trunk/pom.xml Sun Oct 27 03:26:19 2013
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>28</version>
+ <version>32</version>
</parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-functor-parent</artifactId>
@@ -120,8 +120,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <maven.compile.source>1.5</maven.compile.source>
- <maven.compile.target>1.5</maven.compile.target>
+ <maven.compiler.source>1.5</maven.compiler.source>
+ <maven.compiler.target>1.5</maven.compiler.target>
<commons.componentid>functor</commons.componentid>
<commons.release.version>1.0</commons.release.version>
<commons.rc.version>RC1</commons.rc.version>