You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2017/01/27 17:02:18 UTC

svn commit: r1780588 - in /velocity/engine/trunk: pom.xml velocity-engine-core/pom.xml velocity-engine-examples/pom.xml velocity-engine-scripting/pom.xml

Author: cbrisson
Date: Fri Jan 27 17:02:17 2017
New Revision: 1780588

URL: http://svn.apache.org/viewvc?rev=1780588&view=rev
Log:
[engine] prepare poms for next RC

Modified:
    velocity/engine/trunk/pom.xml
    velocity/engine/trunk/velocity-engine-core/pom.xml
    velocity/engine/trunk/velocity-engine-examples/pom.xml
    velocity/engine/trunk/velocity-engine-scripting/pom.xml

Modified: velocity/engine/trunk/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/pom.xml?rev=1780588&r1=1780587&r2=1780588&view=diff
==============================================================================
--- velocity/engine/trunk/pom.xml (original)
+++ velocity/engine/trunk/pom.xml Fri Jan 27 17:02:17 2017
@@ -31,7 +31,7 @@
   </parent>
 
   <artifactId>velocity-engine-parent</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.0-SNAPSHOT</version>
 
   <name>Apache Velocity</name>
   <url>http://velocity.apache.org/engine/devel/</url>
@@ -83,8 +83,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>${maven.compiler.source}</source>

Modified: velocity/engine/trunk/velocity-engine-core/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/velocity-engine-core/pom.xml?rev=1780588&r1=1780587&r2=1780588&view=diff
==============================================================================
--- velocity/engine/trunk/velocity-engine-core/pom.xml (original)
+++ velocity/engine/trunk/velocity-engine-core/pom.xml Fri Jan 27 17:02:17 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.velocity</groupId>
     <artifactId>velocity-engine-parent</artifactId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>velocity-engine-core</artifactId>

Modified: velocity/engine/trunk/velocity-engine-examples/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/velocity-engine-examples/pom.xml?rev=1780588&r1=1780587&r2=1780588&view=diff
==============================================================================
--- velocity/engine/trunk/velocity-engine-examples/pom.xml (original)
+++ velocity/engine/trunk/velocity-engine-examples/pom.xml Fri Jan 27 17:02:17 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.velocity</groupId>
     <artifactId>velocity-engine-parent</artifactId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>velocity-engine-examples</artifactId>

Modified: velocity/engine/trunk/velocity-engine-scripting/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/velocity-engine-scripting/pom.xml?rev=1780588&r1=1780587&r2=1780588&view=diff
==============================================================================
--- velocity/engine/trunk/velocity-engine-scripting/pom.xml (original)
+++ velocity/engine/trunk/velocity-engine-scripting/pom.xml Fri Jan 27 17:02:17 2017
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.velocity</groupId>
     <artifactId>velocity-engine-parent</artifactId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
   </parent>
   <artifactId>velocity-engine-scripting</artifactId>
   <name>Apache Velocity - JSR 223 Scripting</name>