You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2009/05/26 12:25:21 UTC

svn commit: r778644 - /james/mailet/crypto/trunk/pom.xml

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org