Author: chatellier Date: 2009-04-09 12:35:56 +0000 (Thu, 09 Apr 2009) New Revision: 378 Modified: maven-lutin-skin/trunk/pom.xml Log: Fix xsd location Modified: maven-lutin-skin/trunk/pom.xml =================================================================== --- maven-lutin-skin/trunk/pom.xml 2009-03-26 08:48:26 UTC (rev 377) +++ maven-lutin-skin/trunk/pom.xml 2009-04-09 12:35:56 UTC (rev 378) @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> <!--The version of maven's project object model--> <modelVersion>4.0.0</modelVersion>