Author: dennisl
Date: Sun Aug 19 19:57:12 2012
New Revision: 1374831

URL: http://svn.apache.org/viewvc?rev=1374831&view=rev
Log:
Add the correct xml schemas to xml files.

Modified:
    commons/proper/commons-parent/trunk/pom.xml
    commons/proper/commons-parent/trunk/src/changes/changes.xml
    commons/proper/commons-parent/trunk/src/site/site.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1374831&r1=1374830&r2=1374831&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sun Aug 19 19:57:12 2012
@@ -17,7 +17,7 @@
    limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache</groupId>

Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1374831&r1=1374830&r2=1374831&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Sun Aug 19 
19:57:12 2012
@@ -38,7 +38,7 @@ and commit
 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>Changes</title>
         <author email="[email protected]">Apache Commons 
devlopers</author>

Modified: commons/proper/commons-parent/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/site/site.xml?rev=1374831&r1=1374830&r2=1374831&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/site/site.xml (original)
+++ commons/proper/commons-parent/trunk/src/site/site.xml Sun Aug 19 19:57:12 
2012
@@ -18,7 +18,7 @@
 
 -->
 
-<project name="Apache Commons">
+<project name="Apache Commons" 
xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";>
 
 <!-- N.B. all non-body elements are automatically inherited -->
 


Reply via email to