aboutsummaryrefslogtreecommitdiff
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
parent3d881842f29e76f7330b14767e9060604f04cb9f (diff)
Remove extra xmlns declarations from POMs (breaks release plugin)
-rw-r--r--modules/accumulators/pom.xml5
-rw-r--r--modules/agent-utils/pom.xml5
-rw-r--r--modules/base64/pom.xml5
-rw-r--r--modules/classpath/pom.xml5
-rw-r--r--modules/combinatorics/pom.xml5
-rw-r--r--modules/command-line/pom.xml5
-rw-r--r--modules/complete/pom.xml5
-rw-r--r--modules/complex-numbers/pom.xml5
-rw-r--r--modules/cond/pom.xml5
-rw-r--r--modules/condition/pom.xml5
-rw-r--r--modules/core/pom.xml5
-rw-r--r--modules/dataflow/pom.xml5
-rw-r--r--modules/datalog/pom.xml5
-rw-r--r--modules/def/pom.xml5
-rw-r--r--modules/error-kit/pom.xml5
-rw-r--r--modules/except/pom.xml5
-rw-r--r--modules/fcase/pom.xml5
-rw-r--r--modules/find-namespaces/pom.xml5
-rw-r--r--modules/fnmap/pom.xml5
-rw-r--r--modules/gen-html-docs/pom.xml5
-rw-r--r--modules/generic/pom.xml5
-rw-r--r--modules/graph/pom.xml5
-rw-r--r--modules/greatest-least/pom.xml5
-rw-r--r--modules/import-static/pom.xml5
-rw-r--r--modules/jar/pom.xml5
-rw-r--r--modules/jmx/pom.xml5
-rw-r--r--modules/json/pom.xml5
-rw-r--r--modules/lazy-seqs/pom.xml5
-rw-r--r--modules/lazy-xml/pom.xml5
-rw-r--r--modules/logging/pom.xml5
-rw-r--r--modules/macro-utils/pom.xml5
-rw-r--r--modules/macros/pom.xml5
-rw-r--r--modules/map-utils/pom.xml5
-rw-r--r--modules/math/pom.xml5
-rw-r--r--modules/miglayout/pom.xml5
-rw-r--r--modules/mmap/pom.xml5
-rw-r--r--modules/mock/pom.xml5
-rw-r--r--modules/monadic-io-streams/pom.xml5
-rw-r--r--modules/monads/pom.xml5
-rw-r--r--modules/ns-utils/pom.xml5
-rw-r--r--modules/parent/pom.xml5
-rw-r--r--modules/priority-map/pom.xml5
-rw-r--r--modules/probabilities/pom.xml5
-rw-r--r--modules/profile/pom.xml5
-rw-r--r--modules/prxml/pom.xml5
-rw-r--r--modules/reflect/pom.xml5
-rw-r--r--modules/repl-ln/pom.xml5
-rw-r--r--modules/repl-utils/pom.xml5
-rw-r--r--modules/seq/pom.xml5
-rw-r--r--modules/server-socket/pom.xml5
-rw-r--r--modules/set/pom.xml5
-rw-r--r--modules/singleton/pom.xml5
-rw-r--r--modules/sql/pom.xml5
-rw-r--r--modules/stream-utils/pom.xml5
-rw-r--r--modules/strint/pom.xml5
-rw-r--r--modules/swing-utils/pom.xml5
-rw-r--r--modules/trace/pom.xml5
-rw-r--r--modules/types/pom.xml5
-rw-r--r--modules/with-ns/pom.xml5
-rw-r--r--modules/zip-filter/pom.xml5
-rw-r--r--pom.xml5
61 files changed, 61 insertions, 244 deletions
diff --git a/modules/accumulators/pom.xml b/modules/accumulators/pom.xml
index 9e21dc2d..e90875cb 100644
--- a/modules/accumulators/pom.xml
+++ b/modules/accumulators/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>
diff --git a/modules/agent-utils/pom.xml b/modules/agent-utils/pom.xml
index 2ad2d471..f3311375 100644
--- a/modules/agent-utils/pom.xml
+++ b/modules/agent-utils/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>
diff --git a/modules/base64/pom.xml b/modules/base64/pom.xml
index 5efe8793..9da93746 100644
--- a/modules/base64/pom.xml
+++ b/modules/base64/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>
diff --git a/modules/classpath/pom.xml b/modules/classpath/pom.xml
index cc1c6ce9..254d0e62 100644
--- a/modules/classpath/pom.xml
+++ b/modules/classpath/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>
diff --git a/modules/combinatorics/pom.xml b/modules/combinatorics/pom.xml
index 176ea6db..01595dbb 100644
--- a/modules/combinatorics/pom.xml
+++ b/modules/combinatorics/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>
diff --git a/modules/command-line/pom.xml b/modules/command-line/pom.xml
index 224311a8..c5ca8b24 100644
--- a/modules/command-line/pom.xml
+++ b/modules/command-line/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>
diff --git a/modules/complete/pom.xml b/modules/complete/pom.xml
index fb6cd1c1..b08627af 100644
--- a/modules/complete/pom.xml
+++ b/modules/complete/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>
diff --git a/modules/complex-numbers/pom.xml b/modules/complex-numbers/pom.xml
index 7e213208..d8bbb358 100644
--- a/modules/complex-numbers/pom.xml
+++ b/modules/complex-numbers/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>
diff --git a/modules/cond/pom.xml b/modules/cond/pom.xml
index c36e6b4b..3bb80e0b 100644
--- a/modules/cond/pom.xml
+++ b/modules/cond/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>
diff --git a/modules/condition/pom.xml b/modules/condition/pom.xml
index 0e2062c4..c0455776 100644
--- a/modules/condition/pom.xml
+++ b/modules/condition/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>
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index a4ee6af7..7c5e768d 100644
--- a/modules/core/pom.xml
+++ b/modules/core/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>
diff --git a/modules/dataflow/pom.xml b/modules/dataflow/pom.xml
index 8d4ec295..614ca836 100644
--- a/modules/dataflow/pom.xml
+++ b/modules/dataflow/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>
diff --git a/modules/datalog/pom.xml b/modules/datalog/pom.xml
index 8de72c0d..b263688a 100644
--- a/modules/datalog/pom.xml
+++ b/modules/datalog/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>
diff --git a/modules/def/pom.xml b/modules/def/pom.xml
index be980ac8..fb65a257 100644
--- a/modules/def/pom.xml
+++ b/modules/def/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>
diff --git a/modules/error-kit/pom.xml b/modules/error-kit/pom.xml
index fed9997b..7533df94 100644
--- a/modules/error-kit/pom.xml
+++ b/modules/error-kit/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>
diff --git a/modules/except/pom.xml b/modules/except/pom.xml
index 53ff771e..c4fe8ee3 100644
--- a/modules/except/pom.xml
+++ b/modules/except/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>
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>
diff --git a/modules/find-namespaces/pom.xml b/modules/find-namespaces/pom.xml
index bca2b58b..e21c7f83 100644
--- a/modules/find-namespaces/pom.xml
+++ b/modules/find-namespaces/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>
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>
diff --git a/modules/gen-html-docs/pom.xml b/modules/gen-html-docs/pom.xml
index 98895b6d..749f2f59 100644
--- a/modules/gen-html-docs/pom.xml
+++ b/modules/gen-html-docs/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>
diff --git a/modules/generic/pom.xml b/modules/generic/pom.xml
index e9f66405..2a6820f2 100644
--- a/modules/generic/pom.xml
+++ b/modules/generic/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>
diff --git a/modules/graph/pom.xml b/modules/graph/pom.xml
index 9a32dfd6..e8d46b40 100644
--- a/modules/graph/pom.xml
+++ b/modules/graph/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>
diff --git a/modules/greatest-least/pom.xml b/modules/greatest-least/pom.xml
index b98dea4d..3efb1932 100644
--- a/modules/greatest-least/pom.xml
+++ b/modules/greatest-least/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>
diff --git a/modules/import-static/pom.xml b/modules/import-static/pom.xml
index a5730130..386cb3ba 100644
--- a/modules/import-static/pom.xml
+++ b/modules/import-static/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>
diff --git a/modules/jar/pom.xml b/modules/jar/pom.xml
index 6e7154d5..e5063576 100644
--- a/modules/jar/pom.xml
+++ b/modules/jar/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>
diff --git a/modules/jmx/pom.xml b/modules/jmx/pom.xml
index b91b6909..e85e5d75 100644
--- a/modules/jmx/pom.xml
+++ b/modules/jmx/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>
diff --git a/modules/json/pom.xml b/modules/json/pom.xml
index 445723e7..d4531782 100644
--- a/modules/json/pom.xml
+++ b/modules/json/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>
diff --git a/modules/lazy-seqs/pom.xml b/modules/lazy-seqs/pom.xml
index 3c8ce102..c96c1caa 100644
--- a/modules/lazy-seqs/pom.xml
+++ b/modules/lazy-seqs/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>
diff --git a/modules/lazy-xml/pom.xml b/modules/lazy-xml/pom.xml
index 7fa50d12..a3ebf201 100644
--- a/modules/lazy-xml/pom.xml
+++ b/modules/lazy-xml/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>
diff --git a/modules/logging/pom.xml b/modules/logging/pom.xml
index 0467492f..393bd00c 100644
--- a/modules/logging/pom.xml
+++ b/modules/logging/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>
diff --git a/modules/macro-utils/pom.xml b/modules/macro-utils/pom.xml
index 2bdb897d..3339741a 100644
--- a/modules/macro-utils/pom.xml
+++ b/modules/macro-utils/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>
diff --git a/modules/macros/pom.xml b/modules/macros/pom.xml
index dcd6d78d..c793710c 100644
--- a/modules/macros/pom.xml
+++ b/modules/macros/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>
diff --git a/modules/map-utils/pom.xml b/modules/map-utils/pom.xml
index 5a058d00..748eef25 100644
--- a/modules/map-utils/pom.xml
+++ b/modules/map-utils/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>
diff --git a/modules/math/pom.xml b/modules/math/pom.xml
index f4142297..1b406dd7 100644
--- a/modules/math/pom.xml
+++ b/modules/math/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>
diff --git a/modules/miglayout/pom.xml b/modules/miglayout/pom.xml
index b7e3b856..0cd09b5a 100644
--- a/modules/miglayout/pom.xml
+++ b/modules/miglayout/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>
diff --git a/modules/mmap/pom.xml b/modules/mmap/pom.xml
index f64a04cd..8ef9bfcd 100644
--- a/modules/mmap/pom.xml
+++ b/modules/mmap/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>
diff --git a/modules/mock/pom.xml b/modules/mock/pom.xml
index d0bf1ee5..b85b3a1e 100644
--- a/modules/mock/pom.xml
+++ b/modules/mock/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>
diff --git a/modules/monadic-io-streams/pom.xml b/modules/monadic-io-streams/pom.xml
index a2ce4eb6..1103aa91 100644
--- a/modules/monadic-io-streams/pom.xml
+++ b/modules/monadic-io-streams/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>
diff --git a/modules/monads/pom.xml b/modules/monads/pom.xml
index cc39a3d1..2af230c8 100644
--- a/modules/monads/pom.xml
+++ b/modules/monads/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>
diff --git a/modules/ns-utils/pom.xml b/modules/ns-utils/pom.xml
index bbb86402..429fab8d 100644
--- a/modules/ns-utils/pom.xml
+++ b/modules/ns-utils/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>
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>
diff --git a/modules/priority-map/pom.xml b/modules/priority-map/pom.xml
index f6851444..8c989506 100644
--- a/modules/priority-map/pom.xml
+++ b/modules/priority-map/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>
diff --git a/modules/probabilities/pom.xml b/modules/probabilities/pom.xml
index ea4ae112..dfed20a8 100644
--- a/modules/probabilities/pom.xml
+++ b/modules/probabilities/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>
diff --git a/modules/profile/pom.xml b/modules/profile/pom.xml
index 9882c99a..a938da01 100644
--- a/modules/profile/pom.xml
+++ b/modules/profile/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>
diff --git a/modules/prxml/pom.xml b/modules/prxml/pom.xml
index b2b25fe8..220dc0c5 100644
--- a/modules/prxml/pom.xml
+++ b/modules/prxml/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>
diff --git a/modules/reflect/pom.xml b/modules/reflect/pom.xml
index a936806a..c3dde0d0 100644
--- a/modules/reflect/pom.xml
+++ b/modules/reflect/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>
diff --git a/modules/repl-ln/pom.xml b/modules/repl-ln/pom.xml
index 61493d00..44b30880 100644
--- a/modules/repl-ln/pom.xml
+++ b/modules/repl-ln/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>
diff --git a/modules/repl-utils/pom.xml b/modules/repl-utils/pom.xml
index cdcbbc83..bdc53086 100644
--- a/modules/repl-utils/pom.xml
+++ b/modules/repl-utils/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>
diff --git a/modules/seq/pom.xml b/modules/seq/pom.xml
index a6f01262..a959776b 100644
--- a/modules/seq/pom.xml
+++ b/modules/seq/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>
diff --git a/modules/server-socket/pom.xml b/modules/server-socket/pom.xml
index bb3039e8..d1de5308 100644
--- a/modules/server-socket/pom.xml
+++ b/modules/server-socket/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>
diff --git a/modules/set/pom.xml b/modules/set/pom.xml
index 55232e5f..a4356c83 100644
--- a/modules/set/pom.xml
+++ b/modules/set/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>
diff --git a/modules/singleton/pom.xml b/modules/singleton/pom.xml
index 47b8975d..42c0329b 100644
--- a/modules/singleton/pom.xml
+++ b/modules/singleton/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>
diff --git a/modules/sql/pom.xml b/modules/sql/pom.xml
index baf4ecab..ecd84ab1 100644
--- a/modules/sql/pom.xml
+++ b/modules/sql/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>
diff --git a/modules/stream-utils/pom.xml b/modules/stream-utils/pom.xml
index f303b1cf..52e89c79 100644
--- a/modules/stream-utils/pom.xml
+++ b/modules/stream-utils/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>
diff --git a/modules/strint/pom.xml b/modules/strint/pom.xml
index 81d55a41..e7cb2969 100644
--- a/modules/strint/pom.xml
+++ b/modules/strint/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>
diff --git a/modules/swing-utils/pom.xml b/modules/swing-utils/pom.xml
index 53106cde..fe4eb902 100644
--- a/modules/swing-utils/pom.xml
+++ b/modules/swing-utils/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>
diff --git a/modules/trace/pom.xml b/modules/trace/pom.xml
index 3ff95092..4d6fe71f 100644
--- a/modules/trace/pom.xml
+++ b/modules/trace/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>
diff --git a/modules/types/pom.xml b/modules/types/pom.xml
index 760d2499..262ebf5c 100644
--- a/modules/types/pom.xml
+++ b/modules/types/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>
diff --git a/modules/with-ns/pom.xml b/modules/with-ns/pom.xml
index b3309566..c2389755 100644
--- a/modules/with-ns/pom.xml
+++ b/modules/with-ns/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>
diff --git a/modules/zip-filter/pom.xml b/modules/zip-filter/pom.xml
index c6d97c3a..e03e848a 100644
--- a/modules/zip-filter/pom.xml
+++ b/modules/zip-filter/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>
diff --git a/pom.xml b/pom.xml
index 73afbff4..472d6419 100644
--- a/pom.xml
+++ b/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>
<groupId>org.clojure.contrib</groupId>
<artifactId>clojure-contrib</artifactId>