Author: nbubna
Date: Sun Feb 15 17:12:21 2009
New Revision: 744700

URL: http://svn.apache.org/viewvc?rev=744700&view=rev
Log:
tell mvn compiler to use jdk 1.5

Modified:
    velocity/engine/branches/2.0_Exp/pom.xml

Modified: velocity/engine/branches/2.0_Exp/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/engine/branches/2.0_Exp/pom.xml?rev=744700&r1=744699&r2=744700&view=diff
==============================================================================
--- velocity/engine/branches/2.0_Exp/pom.xml (original)
+++ velocity/engine/branches/2.0_Exp/pom.xml Sun Feb 15 17:12:21 2009
@@ -59,6 +59,14 @@
           <xdocDirectory>${basedir}/xdocs/docs</xdocDirectory>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
     </plugins>
     <resources>
       <resource>


Reply via email to