Author: cbrisson
Date: Sun Dec 11 10:39:49 2016
New Revision: 1773557

URL: http://svn.apache.org/viewvc?rev=1773557&view=rev
Log:
[engine] rollback unintended change

Modified:
    velocity/engine/trunk/pom.xml

Modified: velocity/engine/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/engine/trunk/pom.xml?rev=1773557&r1=1773556&r2=1773557&view=diff
==============================================================================
--- velocity/engine/trunk/pom.xml (original)
+++ velocity/engine/trunk/pom.xml Sun Dec 11 10:39:49 2016
@@ -68,8 +68,8 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <debug>true</debug>
-          <optimize>false</optimize>
+          <debug>false</debug>
+          <optimize>true</optimize>
           <showDeprecation>true</showDeprecation>
           <showWarning>true</showWarning>
           <source>1.7</source>


Reply via email to