Skip to content

Commit

Permalink
Fix pom schemaLocation URL. Fixes #714.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Aug 2, 2012
1 parent 40e28a7 commit cdb7be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/pom.clj
Expand Up @@ -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"]
Expand Down

0 comments on commit cdb7be6

Please sign in to comment.