Author: britter
Date: Fri Dec 26 13:11:54 2014
New Revision: 1647973

URL: http://svn.apache.org/r1647973
Log:
Maven changes plugin doesn't accept html entities

Modified:
    commons/proper/validator/trunk/src/changes/changes.xml

Modified: commons/proper/validator/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/changes/changes.xml?rev=1647973&r1=1647972&r2=1647973&view=diff
==============================================================================
--- commons/proper/validator/trunk/src/changes/changes.xml (original)
+++ commons/proper/validator/trunk/src/changes/changes.xml Fri Dec 26 13:11:54 
2014
@@ -186,22 +186,16 @@ The <action> type attribute can be add,u
     </action>
     <action dev="niallp" type="update">
       JDK 1.4 - change minimum dependency for validator to be JDK 1.4 (was 
1.3). Primary reason
-      for this is to use JDK 1.4+ built in <i>regular expression</i> support 
and remove the dependency
+      for this is to use JDK 1.4+ built in regular expression support and 
remove the dependency
       on Jakarta ORO.
     </action>
   </release>
 
   <release version="1.3.1" date="2006-11-28" description="1.3 Maintenance 
Release.">
     <action dev="niallp" type="update">
-    <p>
-      <strong>Dependencies:</strong> <a 
href="dependencies.html">dependencies</a>
-      for Validator 1.3.1 are unchanged since the 1.3.0 release.
-    </p>
-    <p>
-      <strong>N.B.</strong><a href="http://jakarta.apache.org/oro/";>Jakarta 
ORO</a>
-      has now been marked as an optional dependency in the project.xml as it 
is only
-      required by the Email, URL and Regular Expression validations.
-    </p>
+      Dependencies for Validator 1.3.1 are unchanged since the 1.3.0 release.
+      N.B. Jakarta ORO has now been marked as an optional dependency
+      in the project.xml as it is only required by the Email, URL and Regular 
Expression validations.
     </action>
     <action dev="niallp" type="fix" issue="VALIDATOR-208" due-to="Leo Asanov">
     JavaScript function jcv_isFieldPresent() causes error in IE5 using 
"undefined".
@@ -237,7 +231,7 @@ The <action> type attribute can be add,u
     Example does not compile using ant build script.
     </action>
     <action dev="niallp" type="fix" issue="VALIDATOR-189" due-to="Thomas 
Bailey">
-    Validating indexed properties fails when <code>null</code>.
+    Validating indexed properties fails when null.
     </action>
     <action dev="martinc" type="fix" issue="VALIDATOR-89" due-to="Takayuki 
Kaneko">
     Fix a thread safety issue in parameter initialization.
@@ -252,8 +246,7 @@ The <action> type attribute can be add,u
      Validator argument - resource="false" ignored for arg0 - arg3.
     </action>
     <action dev="niallp" type="fix" issue="VALIDATOR-60" due-to="Yugandhar">
-     Change JavaScript validators to cater for <i>disabled</i> being 
-     <i>undefined</i> (an issue in Netscape 4.7).
+     Change JavaScript validators to cater for disabled being undefined (an 
issue in Netscape 4.7).
     </action>
     <action dev="niallp" type="add">
      <p>Add new routines package containing standard validations - first
@@ -274,8 +267,7 @@ The <action> type attribute can be add,u
      Use the Dojo/Rhino JavaScript compressor to created compressed
      versions of the static JavaScript files. Additionally create single
      file distros of all the static JavaScript in un-compressed and compressed
-     format. See <a href="http://dojotoolkit.org/docs/compressor_system.html";>
-     Dojo/Rhino Compressor</a>.
+     format. See Dojo/Rhino Compressor.
     </action>
     <action dev="niallp" type="fix">
      Prefix remaining JavaScript utility methods with "jcv_" to reduce 


Reply via email to