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 2019/09/08 17:42:19 UTC

svn commit: r1866630 - in /velocity/site/cms/trunk/content/engine: 2.2/upgrading.mdtext devel/configuration-property-changes-in-2.1.mdtext devel/upgrading.mdtext

Author: cbrisson
Date: Sun Sep  8 17:42:19 2019
New Revision: 1866630

URL: http://svn.apache.org/viewvc?rev=1866630&view=rev
Log:
[engine/site] Fix typo on upgrading pages

Modified:
    velocity/site/cms/trunk/content/engine/2.2/upgrading.mdtext
    velocity/site/cms/trunk/content/engine/devel/configuration-property-changes-in-2.1.mdtext
    velocity/site/cms/trunk/content/engine/devel/upgrading.mdtext

Modified: velocity/site/cms/trunk/content/engine/2.2/upgrading.mdtext
URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/2.2/upgrading.mdtext?rev=1866630&r1=1866629&r2=1866630&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/engine/2.2/upgrading.mdtext (original)
+++ velocity/site/cms/trunk/content/engine/2.2/upgrading.mdtext Sun Sep  8 17:42:19 2019
@@ -52,7 +52,7 @@ Also, please note that since version 2.1
 ### Dependency Changes
 
 + commons-lang3 has been upgraded to 3.9.
-+ slf4j-api has been upgraded to 1.7.2.
++ slf4j-api has been upgraded to 1.7.28.
 
 ## Upgrading from Velocity 2.0 to Velocity 2.1
 

Modified: velocity/site/cms/trunk/content/engine/devel/configuration-property-changes-in-2.1.mdtext
URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/configuration-property-changes-in-2.1.mdtext?rev=1866630&r1=1866629&r2=1866630&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/engine/devel/configuration-property-changes-in-2.1.mdtext (original)
+++ velocity/site/cms/trunk/content/engine/devel/configuration-property-changes-in-2.1.mdtext Sun Sep  8 17:42:19 2019
@@ -1,4 +1,4 @@
-## Configuration Properties Changes between Engine 2.0 and Engine 2.1
+## Configuration Properties Changes between Engine 2.0 and Engine 2.1+
 
 Velocity Engine configuration property names have been reviewed in Engine 2.1 for clarity and consistency.
 
@@ -6,7 +6,7 @@ Velocity Engine configuration property n
 
 ### Changes Summary
 
-2.0 property name | 2.1 property name | Property purpose
+2.0 property name | 2.1+ property name | Property purpose
 ------------------|------------------ |-----------------
 runtime.log.instance | *unchanged* | org.slf4j.Logger instance
 runtime.log.name | *unchanged* | org.slf4j.Logger name

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=1866630&r1=1866629&r2=1866630&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/engine/devel/upgrading.mdtext (original)
+++ velocity/site/cms/trunk/content/engine/devel/upgrading.mdtext Sun Sep  8 17:42:19 2019
@@ -52,7 +52,7 @@ Also, please note that since version 2.1
 ### Dependency Changes
 
 + commons-lang3 has been upgraded to 3.9.
-+ slf4j-api has been upgraded to 1.7.2.
++ slf4j-api has been upgraded to 1.7.28.
 
 ## Upgrading from Velocity 2.0 to Velocity 2.1