Author: stain
Date: Wed Sep 14 12:22:06 2016
New Revision: 1760692

URL: http://svn.apache.org/viewvc?rev=1760692&view=rev
Log:
xmlns for changes.xml

.. so it works with mvn changes:changes-validate

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

Modified: commons/proper/beanutils/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/changes/changes.xml?rev=1760692&r1=1760691&r2=1760692&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/src/changes/changes.xml (original)
+++ commons/proper/beanutils/trunk/src/changes/changes.xml Wed Sep 14 12:22:06 
2016
@@ -21,8 +21,9 @@
   for tickets closed since the previous release. 3. Use the report generated 
by the maven-changelog-plugin to see all SVN commits.
   Set the project.properties' maven.changelog.range property to the number of 
days since the last release. The <action> type
   attribute can be add,update,fix,remove. -->
-
-<document>
+<document xmlns="http://maven.apache.org/changes/1.0.0";
+            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+            xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 
http://maven.apache.org/xsd/changes-1.0.0.xsd";>
   <properties>
     <title>Release Notes</title>
   </properties>
@@ -53,16 +54,16 @@
       <action issue="BEANUTILS-490" dev="ggregory" type="update" due-to="Gary 
Gregory">
         Update Java requirement from Java 5 to 6.
       </action>
-      <action issue="BEANUTILS-492" dev="stain" type="fix" due-to="Bernhard 
Seebass">
+      <action issue="BEANUTILS-492" dev="stain" type="update" due-to="Bernhard 
Seebass">
         IndexedPropertyDescriptor not supported for List in Java 8
       </action>
       <action issue="BEANUTILS-493" dev="stain" type="fix" due-to="Bernhard 
Seebass">
         Exception when setting indexed properties: "Default conversion to 
ArrayList failed"
       </action>
-      <action issue="BEANUTILS-495" dev="stain" type="fix" due-to="Stian 
Soiland-Reyes">
+      <action issue="BEANUTILS-495" dev="stain" type="update">
         DateConverterTestBase fails on M/d/yy in Java 9
       </action>
-      <action issue="BEANUTILS-496" dev="stain" type="fix" due-to="Stian 
Soiland-Reyes">
+      <action issue="BEANUTILS-496" dev="stain" type="update" due-to="Stian 
Soiland-Reyes">
         testGetDescriptorInvalidBoolean fails on Java 9
       </action>
     </release>


Reply via email to