aboutsummaryrefslogtreecommitdiff
path: root/modules/fcase/pom.xml
diff options
context:
space:
mode:
authorStuart Sierra <mail@stuartsierra.com>2010-09-17 16:12:14 -0400
committerStuart Sierra <mail@stuartsierra.com>2010-09-17 16:12:14 -0400
commitb808b45964e7527073abe85041c65831b179df19 (patch)
tree65705ba215a62010eb1ece734f5bc149bf679c91 /modules/fcase/pom.xml
parent3d881842f29e76f7330b14767e9060604f04cb9f (diff)
Remove extra xmlns declarations from POMs (breaks release plugin)
Diffstat (limited to 'modules/fcase/pom.xml')
-rw-r--r--modules/fcase/pom.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/fcase/pom.xml b/modules/fcase/pom.xml
index 1fb6f9a8..2cf4c190 100644
--- a/modules/fcase/pom.xml
+++ b/modules/fcase/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>