diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2010-09-17 16:12:14 -0400 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2010-09-17 16:12:14 -0400 |
commit | b808b45964e7527073abe85041c65831b179df19 (patch) | |
tree | 65705ba215a62010eb1ece734f5bc149bf679c91 /modules/fnmap/pom.xml | |
parent | 3d881842f29e76f7330b14767e9060604f04cb9f (diff) |
Remove extra xmlns declarations from POMs (breaks release plugin)
Diffstat (limited to 'modules/fnmap/pom.xml')
-rw-r--r-- | modules/fnmap/pom.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/fnmap/pom.xml b/modules/fnmap/pom.xml index 77e2270f..5b7e9d46 100644 --- a/modules/fnmap/pom.xml +++ b/modules/fnmap/pom.xml @@ -1,8 +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> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.clojure.contrib</groupId> |