Author: hboutemy
Date: Mon Sep 7 22:08:21 2009
New Revision: 812291
URL: http://svn.apache.org/viewvc?rev=812291&view=rev
Log:
use http://maven.apache.org/xsd/* for schema location
Modified:
maven/repository-tools/trunk/pom.xml
Modified: maven/repository-tools/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/repository-tools/trunk/pom.xml?rev=812291&r1=812290&r2=812291&view=diff
==============================================================================
--- maven/repository-tools/trunk/pom.xml (original)
+++ maven/repository-tools/trunk/pom.xml Mon Sep 7 22:08:21 2009
@@ -16,7 +16,7 @@
-->
<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">
+ 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.maven</groupId>