Author: nbubna
Date: Mon Feb 23 15:36:42 2009
New Revision: 747053
URL: http://svn.apache.org/viewvc?rev=747053&view=rev
Log:
VELOCITY-707 fix compiler source and target versions in pom (thx to Antonio
Petrelli)
Modified:
velocity/engine/trunk/pom.xml
Modified: velocity/engine/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/trunk/pom.xml?rev=747053&r1=747052&r2=747053&view=diff
==============================================================================
--- velocity/engine/trunk/pom.xml (original)
+++ velocity/engine/trunk/pom.xml Mon Feb 23 15:36:42 2009
@@ -316,6 +316,14 @@
<findbugsXmlOutputDirectory>xdocs</findbugsXmlOutputDirectory>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.4</source>
+ <target>1.4</target>
+ </configuration>
+ </plugin>
</plugins>
</reporting>