aboutsummaryrefslogtreecommitdiff
path: root/modules/parent/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/parent/pom.xml
parent3d881842f29e76f7330b14767e9060604f04cb9f (diff)
Remove extra xmlns declarations from POMs (breaks release plugin)
Diffstat (limited to 'modules/parent/pom.xml')
-rw-r--r--modules/parent/pom.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/parent/pom.xml b/modules/parent/pom.xml
index 3a202d19..f7d08d93 100644
--- a/modules/parent/pom.xml
+++ b/modules/parent/pom.xml
@@ -1,9 +1,6 @@
<?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>
<properties>
<clojure.version>1.2.0</clojure.version>