Author: ivaynberg
Date: Tue Mar 17 15:49:18 2009
New Revision: 755288

URL: http://svn.apache.org/viewvc?rev=755288&view=rev
Log:
WICKET-2173

Modified:
    
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml

Modified: 
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=755288&r1=755287&r2=755288&view=diff
==============================================================================
--- 
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
 Tue Mar 17 15:49:18 2009
@@ -109,7 +109,7 @@
                                <configuration>
                                        <source>1.5</source>
                                        <target>1.5</target>
-                                       <optimise>true</optimise>
+                                       <optimize>true</optimize>
                                        <debug>true</debug>
                                </configuration>
                        </plugin>


Reply via email to