Author: echatellier Date: 2010-01-25 11:45:54 +0100 (Mon, 25 Jan 2010) New Revision: 217 Modified: trunk/pom.xml Log: Fix xsd location Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-25 10:45:07 UTC (rev 216) +++ trunk/pom.xml 2010-01-25 10:45:54 UTC (rev 217) @@ -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"> <modelVersion>4.0.0</modelVersion>
participants (1)
-
echatellier@users.nuiton.org