Fix pom schemaLocation URL. Fixes #714.

This commit is contained in:
Phil Hagelberg 2012-08-01 20:56:10 -07:00
parent 40e28a7208
commit cdb7be698d

View file

@ -277,7 +277,7 @@
included-profiles))
relativize)]
(list
[:project {:xsi:schemaLocation "http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.0.xsd"
[:project {:xsi:schemaLocation "http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
:xmlns "http://maven.apache.org/POM/4.0.0"
:xmlns:xsi "http://www.w3.org/2001/XMLSchema-instance"}
[:modelVersion "4.0.0"]