You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2009/04/28 00:04:23 UTC

svn commit: r769182 - in /maven/plugins/trunk/maven-changes-plugin/src/it: announce-generate/src/changes/ announcement-generate-custom-template/src/changes/ report-changes-generation/src/changes/ report-changes-system/src/changes/

Author: olamy
Date: Mon Apr 27 22:04:22 2009
New Revision: 769182

URL: http://svn.apache.org/viewvc?rev=769182&view=rev
Log:
add schema declaration in its

Modified:
    maven/plugins/trunk/maven-changes-plugin/src/it/announce-generate/src/changes/changes.xml
    maven/plugins/trunk/maven-changes-plugin/src/it/announcement-generate-custom-template/src/changes/changes.xml
    maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-generation/src/changes/changes.xml
    maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-system/src/changes/changes.xml

Modified: maven/plugins/trunk/maven-changes-plugin/src/it/announce-generate/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/it/announce-generate/src/changes/changes.xml?rev=769182&r1=769181&r2=769182&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/it/announce-generate/src/changes/changes.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/it/announce-generate/src/changes/changes.xml Mon Apr 27 22:04:22 2009
@@ -18,7 +18,8 @@
 -->
 
 <document xmlns="http://maven.apache.org/changes/1.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  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>Changes report Project</title>
     <author email="zloug@toto.com">Mr Zloug</author>

Modified: maven/plugins/trunk/maven-changes-plugin/src/it/announcement-generate-custom-template/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/it/announcement-generate-custom-template/src/changes/changes.xml?rev=769182&r1=769181&r2=769182&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/it/announcement-generate-custom-template/src/changes/changes.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/it/announcement-generate-custom-template/src/changes/changes.xml Mon Apr 27 22:04:22 2009
@@ -18,7 +18,8 @@
 -->
 
 <document xmlns="http://maven.apache.org/changes/1.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  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>Changes report Project</title>
     <author email="zloug@toto.com">Mr Zloug</author>

Modified: maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-generation/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-generation/src/changes/changes.xml?rev=769182&r1=769181&r2=769182&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-generation/src/changes/changes.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-generation/src/changes/changes.xml Mon Apr 27 22:04:22 2009
@@ -18,7 +18,8 @@
 -->
 
 <document xmlns="http://maven.apache.org/changes/1.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  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>Changes report Project</title>
     <author email="zloug@toto.com">Mr Zloug</author>

Modified: maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-system/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-system/src/changes/changes.xml?rev=769182&r1=769181&r2=769182&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-system/src/changes/changes.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-system/src/changes/changes.xml Mon Apr 27 22:04:22 2009
@@ -18,7 +18,8 @@
 -->
 
 <document xmlns="http://maven.apache.org/changes/1.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  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>Changes report Project</title>
     <author email="zloug@toto.com">Mr Zloug</author>