You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by de...@apache.org on 2012/08/19 22:33:05 UTC

svn commit: r1374840 - in /commons/proper/logging/trunk: pom.xml src/site/site.xml

Author: dennisl
Date: Sun Aug 19 20:33:05 2012
New Revision: 1374840

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

Modified:
    commons/proper/logging/trunk/pom.xml
    commons/proper/logging/trunk/src/site/site.xml

Modified: commons/proper/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1374840&r1=1374839&r2=1374840&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Sun Aug 19 20:33:05 2012
@@ -16,7 +16,7 @@ KIND, either express or implied.  See th
 specific language governing permissions and 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">
   <!--
     - Note that due to the special requirements of logging unit-tests, most
     - tests are executed in the "integration-test" phase rather than the

Modified: commons/proper/logging/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/src/site/site.xml?rev=1374840&r1=1374839&r2=1374840&view=diff
==============================================================================
--- commons/proper/logging/trunk/src/site/site.xml (original)
+++ commons/proper/logging/trunk/src/site/site.xml Sun Aug 19 20:33:05 2012
@@ -19,7 +19,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<project>
+<project 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">
   <bannerRight>
     <name>Commons Logging</name>
     <src>/images/logo.png</src>