Author: rdonkin
Date: Tue May 26 10:25:20 2009
New Revision: 778644
URL: http://svn.apache.org/viewvc?rev=778644&view=rev
Log:
MAILETCRYPTO-5 Now require Java 1.5
http://issues.apache.org/jira/browse/MAILETCRYPTO-5
Modified:
james/mailet/crypto/trunk/pom.xml
Modified: james/mailet/crypto/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/crypto/trunk/pom.xml?rev=778644&r1=778643&r2=778644&view=diff
==============================================================================
--- james/mailet/crypto/trunk/pom.xml (original)
+++ james/mailet/crypto/trunk/pom.xml Tue May 26 10:25:20 2009
@@ -61,6 +61,7 @@
<!-- Overridding this value allows single set of loopback settings to be
maintained -->
<james.www.id>crypto-mailet-website</james.www.id>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <target.jdk>1.5</target.jdk>
</properties>
<distributionManagement>
@@ -142,8 +143,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<optimize>true</optimize>
- <source>1.4</source>
- <target>1.4</target>
+ <source>${target.jdk}</source>
+ <target>${target.jdk}</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]