Author: bago
Date: Sat Sep 16 20:01:34 2006
New Revision: 447003
URL: http://svn.apache.org/viewvc?view=rev&rev=447003
Log:
Updated pom.xml to use 1.4 for both source version and target version.
Modified:
james/server/trunk/pom.xml
Modified: james/server/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/pom.xml?view=diff&rev=447003&r1=447002&r2=447003
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Sat Sep 16 20:01:34 2006
@@ -395,6 +395,16 @@
</includes>
</testResource>
</testResources>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <optimize>true</optimize>
+ <source>1.4</source>
+ <target>1.4</target>
+ </configuration>
+ </plugin>
+ </plugins>
</build>
<reporting>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]