You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2009/04/22 22:05:53 UTC

svn commit: r767642 - /wicket/trunk/pom.xml

Author: ivaynberg
Date: Wed Apr 22 20:05:52 2009
New Revision: 767642

URL: http://svn.apache.org/viewvc?rev=767642&view=rev
Log:
fixed pom typo, WICKET-2234

Modified:
    wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=767642&r1=767641&r2=767642&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Wed Apr 22 20:05:52 2009
@@ -586,7 +586,7 @@
 					<configuration>
 						<source>1.5</source>
 						<target>1.5</target>
-						<optimise>true</optimise>
+						<optimize>true</optimize>
 						<debug>true</debug>
 					</configuration>
 				</plugin>