You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by sd...@apache.org on 2014/01/20 14:30:45 UTC

svn commit: r1559695 - in /velocity/engine/trunk: pom.xml src/changes/changes.xml

Author: sdumitriu
Date: Mon Jan 20 13:30:45 2014
New Revision: 1559695

URL: http://svn.apache.org/r1559695
Log:
fixed changes report

Modified:
    velocity/engine/trunk/pom.xml
    velocity/engine/trunk/src/changes/changes.xml

Modified: velocity/engine/trunk/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/pom.xml?rev=1559695&r1=1559694&r2=1559695&view=diff
==============================================================================
--- velocity/engine/trunk/pom.xml (original)
+++ velocity/engine/trunk/pom.xml Mon Jan 20 13:30:45 2014
@@ -92,7 +92,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-changes-plugin</artifactId>
-                <version>2.0</version>
+                <version>2.9</version>
                 <reportSets>
                     <reportSet>
                         <reports>
@@ -114,7 +114,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>taglist-maven-plugin</artifactId>
-                <version>2.2</version>
+                <version>2.4</version>
                 <configuration>
                     <tag>TODO</tag>
                     <tag>FIXME</tag>
@@ -128,7 +128,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.7</version>
+                <version>2.9.1</version>
                 <configuration>
                     <excludePackageNames>org.apache.velocity.example</excludePackageNames>
                     <links>
@@ -159,7 +159,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-changelog-plugin</artifactId>
-                <version>2.1</version>
+                <version>2.2</version>
             </plugin>
         </plugins>
     </reporting>
@@ -168,8 +168,7 @@
         <connection>scm:svn:http://svn.apache.org/repos/asf/velocity/engine/trunk</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/velocity/engine/trunk</developerConnection>
         <tag>HEAD</tag>
-        <url>http://svn.apache.org/viewvc/velocity/engine/trunk
-        </url>
+        <url>http://svn.apache.org/viewvc/velocity/engine/trunk</url>
     </scm>
 
     <properties>

Modified: velocity/engine/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/src/changes/changes.xml?rev=1559695&r1=1559694&r2=1559695&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Mon Jan 20 13:30:45 2014
@@ -283,13 +283,13 @@
 	would throw a VelocityException has been restored.
       </action>
 
-      <action type="add" dev="nbubna" issue="VELOCITY-666" due-to="Jarkko Viinamaki">
+      <action type="add" dev="nbubna" issue="VELOCITY-666" due-to="Jarkko Viinamaki"><![CDATA[
         Add support for calling velocimacros with body content by prefixing the macro
         name with @.
         (e.g. #macro( bold )<strong>$bodyContent</strong>#end #@bold()any valid VTL here#end)
         The $bodyContent reference may be renamed via a velocimacro.body.reference
         setting in your velocity.properties.
-      </action>
+      ]]></action>
 
       <action type="fix" dev="nbubna" issue="VELOCITY-661" due-to="Jarkko Viinamaki">
         Added #[[this is included in output but not parsed]]# syntax to replace
@@ -791,10 +791,10 @@
         If toString() returned null in a silent reference then "null" was displayed.
       </action>
 
-      <action type="fix" dev="wglass" issue="VELOCITY-359" due-to="">
+      <action type="fix" dev="wglass" issue="VELOCITY-359" due-to=""><![CDATA[
         Fixed bug in which empty body for #if (e.g. <code>#if(some expression)#end</code>
         caused ParseException.
-      </action>
+      ]]></action>
 
       <action type="add" dev="wglass" issue="VELOCITY-222" due-to="">
         Added javacc task to build.xml simplifying modification process
@@ -842,11 +842,11 @@
         webapp classpath.
       </action>
 
-      <action type="update" dev="wglass" issue="" due-to="Thomas Veith">
+      <action type="update" dev="wglass" issue="" due-to="Thomas Veith"><![CDATA[
         #set now sets references to null when required.  For backwards
         compatibility this must be enabled by setting the configuration key
         <code>directive.set.null.allowed</code> to true.
-      </action>
+      ]]></action>
 
       <action type="add" dev="wglass" issue="" due-to="">
         New optional event handler that escapes all references.
@@ -979,12 +979,12 @@
             ClasspathResourceLoader now searches ContextClassLoader for template.
         </action>
 
-        <action type="remove" dev="dlr" issue="VELOCITY-164" due-to="">
+        <action type="remove" dev="dlr" issue="VELOCITY-164" due-to=""><![CDATA[
             Removed use of <a href="http://jakarta.apache.org/log4j/">Log4J's</a>
             deprecated Category and Priority classes in favor of the corresponding
             and supported Logger and Level.  To update, replace necessary
             references, and Category.getInstance() with Logger.getLogger().
-        </action>
+        ]]></action>
 
         <action type="add" dev="wglass" issue="VELOCITY-152" due-to="James Taylor">
             New Map literal syntax.
@@ -995,7 +995,7 @@
             SimpleLog4JLogSystem remains.
         </action>
 
-        <action type="update" dev="dlr" issue="" due-to="">
+        <action type="update" dev="dlr" issue="" due-to=""><![CDATA[
             Enhanced the implementation of ResourceCacheImpl using Jakarta Commons
             Collections LRUMap class.  The previous greedy implementation did not
             set an upper bound for the cache size, meaning that cached resources
@@ -1003,7 +1003,7 @@
             use that behavior by setting the
             <code>resource.manager.cache.size</code> for your cache to less than
             1.
-        </action>
+        ]]></action>
 
         <action type="update" dev="geirm" issue="" due-to="Daniel Rall">
             Took dan's modified SimpleLog4jLogSystem, and renamed Log4JLogSystem, and