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/02/21 16:01:26 UTC

svn commit: r746522 - /james/server/trunk/pom.xml

Author: rdonkin
Date: Sat Feb 21 15:01:26 2009
New Revision: 746522

URL: http://svn.apache.org/viewvc?rev=746522&view=rev
Log:
3.x is Java5 JAMES-888

Modified:
    james/server/trunk/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=746522&r1=746521&r2=746522&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Sat Feb 21 15:01:26 2009
@@ -72,8 +72,8 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <optimize>true</optimize>
-          <source>1.4</source>
-          <target>1.4</target>
+          <source>1.5</source>
+          <target>1.5</target>
         </configuration>
       </plugin>
       <plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org