Author: grobmeier
Date: Sat Jun 13 17:40:49 2009
New Revision: 784439
URL: http://svn.apache.org/viewvc?rev=784439&view=rev
Log:
JEXL-55: updated java version to version 5
Contributed by Henri Biestro
Modified:
commons/proper/jexl/branches/2.0/pom.xml
Modified: commons/proper/jexl/branches/2.0/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/pom.xml?rev=784439&r1=784438&r2=784439&view=diff
==============================================================================
--- commons/proper/jexl/branches/2.0/pom.xml (original)
+++ commons/proper/jexl/branches/2.0/pom.xml Sat Jun 13 17:40:49 2009
@@ -98,8 +98,8 @@
</dependencies>
<properties>
- <maven.compile.source>1.4</maven.compile.source>
- <maven.compile.target>1.4</maven.compile.target>
+ <maven.compile.source>1.5</maven.compile.source>
+ <maven.compile.target>1.5</maven.compile.target>
<commons.componentid>jexl</commons.componentid>
<commons.release.version>1.1</commons.release.version>
<commons.binary.suffix></commons.binary.suffix>