Author: cbrisson
Date: Wed Aug 9 09:31:39 2017
New Revision: 1804498
URL: http://svn.apache.org/viewvc?rev=1804498&view=rev
Log:
[engine] Add a note about the maven repository path change
Modified:
velocity/site/cms/trunk/content/engine/2.0/upgrading.mdtext
velocity/site/cms/trunk/content/engine/devel/upgrading.mdtext
Modified: velocity/site/cms/trunk/content/engine/2.0/upgrading.mdtext
URL:
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/2.0/upgrading.mdtext?rev=1804498&r1=1804497&r2=1804498&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/engine/2.0/upgrading.mdtext (original)
+++ velocity/site/cms/trunk/content/engine/2.0/upgrading.mdtext Wed Aug 9
09:31:39 2017
@@ -6,6 +6,14 @@ Release with the same major number (1.x,
## Upgrading from Velocity 1.7.x to Velocity 2.0.x
+<div class="note">
+Please note that the maven repository path has changed:
+<ul>
+ <li>former path: <code>org/apache/velocity/velocity/1.7.<i>x</i></code></li>
+ <li>new path:
<code>org/apache/velocity/velocity-engine-core/2.0[.<i>x</i>]</code></li>
+</ul>
+</div>
+
For busy people: To maximize backward compatibility with Velocity 1.x, be sure
to include the following lines in your Velocity configuration:
runtime.conversion.handler = none
Modified: velocity/site/cms/trunk/content/engine/devel/upgrading.mdtext
URL:
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/upgrading.mdtext?rev=1804498&r1=1804497&r2=1804498&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/engine/devel/upgrading.mdtext (original)
+++ velocity/site/cms/trunk/content/engine/devel/upgrading.mdtext Wed Aug 9
09:31:39 2017
@@ -6,6 +6,14 @@ Release with the same major number (1.x,
## Upgrading from Velocity 1.7.x to Velocity 2.0.x
+<div class="note">
+Please note that the maven repository path has changed:
+<ul>
+ <li>former path: <code>org/apache/velocity/velocity/1.7.<i>x</i></code></li>
+ <li>new path:
<code>org/apache/velocity/velocity-engine-core/2.0[.<i>x</i>]</code></li>
+</ul>
+</div>
+
For busy people: To maximize backward compatibility with Velocity 1.x, be sure
to include the following lines in your Velocity configuration:
runtime.conversion.handler = none