Author: britter
Date: Fri Oct 25 20:45:53 2013
New Revision: 1535859
URL: http://svn.apache.org/r1535859
Log:
Update to latest parent pom
Modified:
commons/proper/bcel/trunk/pom.xml
Modified: commons/proper/bcel/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1535859&r1=1535858&r2=1535859&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml (original)
+++ commons/proper/bcel/trunk/pom.xml Fri Oct 25 20:45:53 2013
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>26</version>
+ <version>32</version>
</parent>
<groupId>org.apache.bcel</groupId>
@@ -42,8 +42,8 @@
<properties>
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <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>bcel</commons.componentid>
<commons.release.version>6.0</commons.release.version>
<commons.release.desc>(Java 5.0+)</commons.release.desc>