aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorStuart Sierra <mail@stuartsierra.com>2010-09-23 21:13:49 -0400
committerStuart Sierra <mail@stuartsierra.com>2010-09-23 21:13:49 -0400
commit6dcc6537e7ee6efeabad7097e5257edeb9dab84a (patch)
tree65705ba215a62010eb1ece734f5bc149bf679c91 /modules
parent2d2b158d2ee0e3c4b196d4c74acf4556467a74fa (diff)
Revert "[maven-release-plugin] prepare release 1.3.0"
This reverts commit d6e13bca9b78b7124f8e787be70704b32173fd1c.
Diffstat (limited to 'modules')
-rw-r--r--modules/accumulators/pom.xml10
-rw-r--r--modules/agent-utils/pom.xml4
-rw-r--r--modules/base64/pom.xml4
-rw-r--r--modules/classpath/pom.xml6
-rw-r--r--modules/combinatorics/pom.xml4
-rw-r--r--modules/command-line/pom.xml4
-rw-r--r--modules/complete/pom.xml120
-rw-r--r--modules/complex-numbers/pom.xml8
-rw-r--r--modules/cond/pom.xml4
-rw-r--r--modules/condition/pom.xml8
-rw-r--r--modules/core/pom.xml6
-rw-r--r--modules/dataflow/pom.xml8
-rw-r--r--modules/datalog/pom.xml12
-rw-r--r--modules/def/pom.xml4
-rw-r--r--modules/error-kit/pom.xml6
-rw-r--r--modules/except/pom.xml4
-rw-r--r--modules/fcase/pom.xml4
-rw-r--r--modules/find-namespaces/pom.xml8
-rw-r--r--modules/fnmap/pom.xml4
-rw-r--r--modules/gen-html-docs/pom.xml8
-rw-r--r--modules/generic/pom.xml6
-rw-r--r--modules/graph/pom.xml4
-rw-r--r--modules/greatest-least/pom.xml4
-rw-r--r--modules/import-static/pom.xml4
-rw-r--r--modules/jar/pom.xml4
-rw-r--r--modules/jmx/pom.xml6
-rw-r--r--modules/json/pom.xml4
-rw-r--r--modules/lazy-seqs/pom.xml6
-rw-r--r--modules/lazy-xml/pom.xml6
-rw-r--r--modules/logging/pom.xml4
-rw-r--r--modules/macro-utils/pom.xml6
-rw-r--r--modules/macros/pom.xml4
-rw-r--r--modules/map-utils/pom.xml4
-rw-r--r--modules/math/pom.xml4
-rw-r--r--modules/miglayout/pom.xml10
-rw-r--r--modules/mmap/pom.xml4
-rw-r--r--modules/mock/pom.xml10
-rw-r--r--modules/monadic-io-streams/pom.xml8
-rw-r--r--modules/monads/pom.xml10
-rw-r--r--modules/ns-utils/pom.xml6
-rw-r--r--modules/parent/pom.xml4
-rw-r--r--modules/priority-map/pom.xml4
-rw-r--r--modules/probabilities/pom.xml12
-rw-r--r--modules/profile/pom.xml4
-rw-r--r--modules/prxml/pom.xml4
-rw-r--r--modules/reflect/pom.xml4
-rw-r--r--modules/repl-ln/pom.xml6
-rw-r--r--modules/repl-utils/pom.xml6
-rw-r--r--modules/seq/pom.xml4
-rw-r--r--modules/server-socket/pom.xml4
-rw-r--r--modules/set/pom.xml4
-rw-r--r--modules/singleton/pom.xml4
-rw-r--r--modules/sql/pom.xml10
-rw-r--r--modules/stream-utils/pom.xml14
-rw-r--r--modules/strint/pom.xml6
-rw-r--r--modules/swing-utils/pom.xml6
-rw-r--r--modules/trace/pom.xml4
-rw-r--r--modules/types/pom.xml6
-rw-r--r--modules/with-ns/pom.xml4
-rw-r--r--modules/zip-filter/pom.xml4
60 files changed, 232 insertions, 232 deletions
diff --git a/modules/accumulators/pom.xml b/modules/accumulators/pom.xml
index a4dc4e2c..e90875cb 100644
--- a/modules/accumulators/pom.xml
+++ b/modules/accumulators/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>accumulators</artifactId>
@@ -12,17 +12,17 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>generic</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>types</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/agent-utils/pom.xml b/modules/agent-utils/pom.xml
index 132a8283..f3311375 100644
--- a/modules/agent-utils/pom.xml
+++ b/modules/agent-utils/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>agent-utils</artifactId>
diff --git a/modules/base64/pom.xml b/modules/base64/pom.xml
index b1a793e3..9da93746 100644
--- a/modules/base64/pom.xml
+++ b/modules/base64/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>base64</artifactId>
diff --git a/modules/classpath/pom.xml b/modules/classpath/pom.xml
index 0ff44a95..254d0e62 100644
--- a/modules/classpath/pom.xml
+++ b/modules/classpath/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>classpath</artifactId>
@@ -12,7 +12,7 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>jar</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/combinatorics/pom.xml b/modules/combinatorics/pom.xml
index 86cc75cc..01595dbb 100644
--- a/modules/combinatorics/pom.xml
+++ b/modules/combinatorics/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>combinatorics</artifactId>
diff --git a/modules/command-line/pom.xml b/modules/command-line/pom.xml
index f49e34bd..c5ca8b24 100644
--- a/modules/command-line/pom.xml
+++ b/modules/command-line/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>command-line</artifactId>
diff --git a/modules/complete/pom.xml b/modules/complete/pom.xml
index 9b13dea5..b08627af 100644
--- a/modules/complete/pom.xml
+++ b/modules/complete/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>complete</artifactId>
@@ -35,292 +35,292 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>accumulators</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>agent-utils</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>base64</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>classpath</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>combinatorics</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>command-line</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>complex-numbers</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>cond</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>condition</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>core</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>dataflow</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>datalog</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>error-kit</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>except</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>fcase</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>find-namespaces</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>fnmap</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>gen-html-docs</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>generic</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>graph</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>greatest-least</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>import-static</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>jar</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>jmx</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>json</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>lazy-seqs</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>lazy-xml</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>logging</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>macro-utils</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>macros</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>map-utils</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>math</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>miglayout</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>mmap</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>mock</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>monadic-io-streams</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>monads</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>ns-utils</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>priority-map</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>probabilities</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>profile</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>prxml</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>reflect</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>repl-ln</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>repl-utils</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>seq</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>server-socket</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>set</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>singleton</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>sql</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>stream-utils</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>strint</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>swing-utils</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>trace</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>types</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>with-ns</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>zip-filter</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/complex-numbers/pom.xml b/modules/complex-numbers/pom.xml
index 2d77778b..d8bbb358 100644
--- a/modules/complex-numbers/pom.xml
+++ b/modules/complex-numbers/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>complex-numbers</artifactId>
@@ -12,12 +12,12 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>generic</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>types</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/cond/pom.xml b/modules/cond/pom.xml
index 0c8e5a12..3bb80e0b 100644
--- a/modules/cond/pom.xml
+++ b/modules/cond/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>cond</artifactId>
diff --git a/modules/condition/pom.xml b/modules/condition/pom.xml
index 76f68619..c0455776 100644
--- a/modules/condition/pom.xml
+++ b/modules/condition/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>condition</artifactId>
@@ -18,12 +18,12 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>seq</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index cfd38ef4..7c5e768d 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>core</artifactId>
@@ -12,7 +12,7 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/dataflow/pom.xml b/modules/dataflow/pom.xml
index 0863d51b..614ca836 100644
--- a/modules/dataflow/pom.xml
+++ b/modules/dataflow/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>dataflow</artifactId>
@@ -12,12 +12,12 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>graph</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>except</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/datalog/pom.xml b/modules/datalog/pom.xml
index 0fa3b4f2..b263688a 100644
--- a/modules/datalog/pom.xml
+++ b/modules/datalog/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>datalog</artifactId>
@@ -12,22 +12,22 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>except</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>seq</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>graph</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/def/pom.xml b/modules/def/pom.xml
index fdd4f7eb..fb65a257 100644
--- a/modules/def/pom.xml
+++ b/modules/def/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>def</artifactId>
diff --git a/modules/error-kit/pom.xml b/modules/error-kit/pom.xml
index 0f36e56f..7533df94 100644
--- a/modules/error-kit/pom.xml
+++ b/modules/error-kit/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>error-kit</artifactId>
@@ -12,7 +12,7 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/except/pom.xml b/modules/except/pom.xml
index 2bc33183..c4fe8ee3 100644
--- a/modules/except/pom.xml
+++ b/modules/except/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>except</artifactId>
diff --git a/modules/fcase/pom.xml b/modules/fcase/pom.xml
index d581ea15..2cf4c190 100644
--- a/modules/fcase/pom.xml
+++ b/modules/fcase/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>fcase</artifactId>
diff --git a/modules/find-namespaces/pom.xml b/modules/find-namespaces/pom.xml
index e886a0e4..e21c7f83 100644
--- a/modules/find-namespaces/pom.xml
+++ b/modules/find-namespaces/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>find-namespaces</artifactId>
@@ -12,12 +12,12 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>classpath</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>jar</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/fnmap/pom.xml b/modules/fnmap/pom.xml
index 5b229d3c..5b7e9d46 100644
--- a/modules/fnmap/pom.xml
+++ b/modules/fnmap/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>fnmap</artifactId>
diff --git a/modules/gen-html-docs/pom.xml b/modules/gen-html-docs/pom.xml
index 5de55018..749f2f59 100644
--- a/modules/gen-html-docs/pom.xml
+++ b/modules/gen-html-docs/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>gen-html-docs</artifactId>
@@ -12,12 +12,12 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>prxml</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/modules/generic/pom.xml b/modules/generic/pom.xml
index d3cd515c..2a6820f2 100644
--- a/modules/generic/pom.xml
+++ b/modules/generic/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>generic</artifactId>
@@ -12,7 +12,7 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>types</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/graph/pom.xml b/modules/graph/pom.xml
index 92d33df7..e8d46b40 100644
--- a/modules/graph/pom.xml
+++ b/modules/graph/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>graph</artifactId>
diff --git a/modules/greatest-least/pom.xml b/modules/greatest-least/pom.xml
index c591cd16..3efb1932 100644
--- a/modules/greatest-least/pom.xml
+++ b/modules/greatest-least/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>greatest-least</artifactId>
diff --git a/modules/import-static/pom.xml b/modules/import-static/pom.xml
index 5f76138f..386cb3ba 100644
--- a/modules/import-static/pom.xml
+++ b/modules/import-static/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>import-static</artifactId>
diff --git a/modules/jar/pom.xml b/modules/jar/pom.xml
index e87c5bdc..e5063576 100644
--- a/modules/jar/pom.xml
+++ b/modules/jar/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>jar</artifactId>
diff --git a/modules/jmx/pom.xml b/modules/jmx/pom.xml
index 394c4d1b..e85e5d75 100644
--- a/modules/jmx/pom.xml
+++ b/modules/jmx/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>jmx</artifactId>
@@ -18,7 +18,7 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
diff --git a/modules/json/pom.xml b/modules/json/pom.xml
index 495ce448..d4531782 100644
--- a/modules/json/pom.xml
+++ b/modules/json/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>json</artifactId>
diff --git a/modules/lazy-seqs/pom.xml b/modules/lazy-seqs/pom.xml
index 83a6cb34..c96c1caa 100644
--- a/modules/lazy-seqs/pom.xml
+++ b/modules/lazy-seqs/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>lazy-seqs</artifactId>
@@ -12,7 +12,7 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/lazy-xml/pom.xml b/modules/lazy-xml/pom.xml
index e6594c31..a3ebf201 100644
--- a/modules/lazy-xml/pom.xml
+++ b/modules/lazy-xml/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>lazy-xml</artifactId>
@@ -12,7 +12,7 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>seq</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/logging/pom.xml b/modules/logging/pom.xml
index 542405cd..393bd00c 100644
--- a/modules/logging/pom.xml
+++ b/modules/logging/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>logging</artifactId>
diff --git a/modules/macro-utils/pom.xml b/modules/macro-utils/pom.xml
index bbfac542..3339741a 100644
--- a/modules/macro-utils/pom.xml
+++ b/modules/macro-utils/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>macro-utils</artifactId>
@@ -12,7 +12,7 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/modules/macros/pom.xml b/modules/macros/pom.xml
index 4bd1e829..c793710c 100644
--- a/modules/macros/pom.xml
+++ b/modules/macros/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>macros</artifactId>
diff --git a/modules/map-utils/pom.xml b/modules/map-utils/pom.xml
index fe068e3b..748eef25 100644
--- a/modules/map-utils/pom.xml
+++ b/modules/map-utils/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>map-utils</artifactId>
diff --git a/modules/math/pom.xml b/modules/math/pom.xml
index cdfef804..1b406dd7 100644
--- a/modules/math/pom.xml
+++ b/modules/math/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>math</artifactId>
diff --git a/modules/miglayout/pom.xml b/modules/miglayout/pom.xml
index e3651219..0cd09b5a 100644
--- a/modules/miglayout/pom.xml
+++ b/modules/miglayout/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>miglayout</artifactId>
@@ -12,17 +12,17 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>core</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>except</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>fcase</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/mmap/pom.xml b/modules/mmap/pom.xml
index f3b55412..8ef9bfcd 100644
--- a/modules/mmap/pom.xml
+++ b/modules/mmap/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>mmap</artifactId>
diff --git a/modules/mock/pom.xml b/modules/mock/pom.xml
index 475b0e9d..b85b3a1e 100644
--- a/modules/mock/pom.xml
+++ b/modules/mock/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>mock</artifactId>
@@ -12,17 +12,17 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>seq</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>ns-utils</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/monadic-io-streams/pom.xml b/modules/monadic-io-streams/pom.xml
index f69ba994..1103aa91 100644
--- a/modules/monadic-io-streams/pom.xml
+++ b/modules/monadic-io-streams/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>monadic-io-streams</artifactId>
@@ -12,12 +12,12 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>monads</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>generic</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/monads/pom.xml b/modules/monads/pom.xml
index 70db389e..2af230c8 100644
--- a/modules/monads/pom.xml
+++ b/modules/monads/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>monads</artifactId>
@@ -12,17 +12,17 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>accumulators</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>macro-utils</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/ns-utils/pom.xml b/modules/ns-utils/pom.xml
index 4a8a2fe1..429fab8d 100644
--- a/modules/ns-utils/pom.xml
+++ b/modules/ns-utils/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>ns-utils</artifactId>
@@ -12,7 +12,7 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>except</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/parent/pom.xml b/modules/parent/pom.xml
index 9e2394dc..f7d08d93 100644
--- a/modules/parent/pom.xml
+++ b/modules/parent/pom.xml
@@ -1,6 +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>
@@ -8,7 +8,7 @@
</properties>
<groupId>org.clojure.contrib</groupId>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Clojure Contrib parent module</name>
<dependencies>
diff --git a/modules/priority-map/pom.xml b/modules/priority-map/pom.xml
index debf1136..8c989506 100644
--- a/modules/priority-map/pom.xml
+++ b/modules/priority-map/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>priority-map</artifactId>
diff --git a/modules/probabilities/pom.xml b/modules/probabilities/pom.xml
index dc6186b8..dfed20a8 100644
--- a/modules/probabilities/pom.xml
+++ b/modules/probabilities/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>probabilities</artifactId>
@@ -12,22 +12,22 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>monads</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>macros</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>stream-utils</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/profile/pom.xml b/modules/profile/pom.xml
index 4d2f26b5..a938da01 100644
--- a/modules/profile/pom.xml
+++ b/modules/profile/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>profile</artifactId>
diff --git a/modules/prxml/pom.xml b/modules/prxml/pom.xml
index 94b05400..220dc0c5 100644
--- a/modules/prxml/pom.xml
+++ b/modules/prxml/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>prxml</artifactId>
diff --git a/modules/reflect/pom.xml b/modules/reflect/pom.xml
index 4409af39..c3dde0d0 100644
--- a/modules/reflect/pom.xml
+++ b/modules/reflect/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>reflect</artifactId>
diff --git a/modules/repl-ln/pom.xml b/modules/repl-ln/pom.xml
index 77255cc8..44b30880 100644
--- a/modules/repl-ln/pom.xml
+++ b/modules/repl-ln/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>repl-ln</artifactId>
@@ -18,7 +18,7 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
diff --git a/modules/repl-utils/pom.xml b/modules/repl-utils/pom.xml
index 0c2c590f..bdc53086 100644
--- a/modules/repl-utils/pom.xml
+++ b/modules/repl-utils/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>repl-utils</artifactId>
@@ -12,7 +12,7 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>seq</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/seq/pom.xml b/modules/seq/pom.xml
index 97392401..a959776b 100644
--- a/modules/seq/pom.xml
+++ b/modules/seq/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>seq</artifactId>
diff --git a/modules/server-socket/pom.xml b/modules/server-socket/pom.xml
index a534939f..d1de5308 100644
--- a/modules/server-socket/pom.xml
+++ b/modules/server-socket/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>server-socket</artifactId>
diff --git a/modules/set/pom.xml b/modules/set/pom.xml
index 37545caf..a4356c83 100644
--- a/modules/set/pom.xml
+++ b/modules/set/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>set</artifactId>
diff --git a/modules/singleton/pom.xml b/modules/singleton/pom.xml
index 140d4f20..42c0329b 100644
--- a/modules/singleton/pom.xml
+++ b/modules/singleton/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>singleton</artifactId>
diff --git a/modules/sql/pom.xml b/modules/sql/pom.xml
index 8ec15b9b..ecd84ab1 100644
--- a/modules/sql/pom.xml
+++ b/modules/sql/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>sql</artifactId>
@@ -12,17 +12,17 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>except</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>seq</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/stream-utils/pom.xml b/modules/stream-utils/pom.xml
index 509993bd..52e89c79 100644
--- a/modules/stream-utils/pom.xml
+++ b/modules/stream-utils/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>stream-utils</artifactId>
@@ -12,27 +12,27 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>monads</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>types</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>seq</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>generic</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/strint/pom.xml b/modules/strint/pom.xml
index e11cca4c..e7cb2969 100644
--- a/modules/strint/pom.xml
+++ b/modules/strint/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>strint</artifactId>
@@ -12,7 +12,7 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>with-ns</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/swing-utils/pom.xml b/modules/swing-utils/pom.xml
index bd4f021a..fe4eb902 100644
--- a/modules/swing-utils/pom.xml
+++ b/modules/swing-utils/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>swing-utils</artifactId>
@@ -12,7 +12,7 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/trace/pom.xml b/modules/trace/pom.xml
index d1b4a82c..4d6fe71f 100644
--- a/modules/trace/pom.xml
+++ b/modules/trace/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>trace</artifactId>
diff --git a/modules/types/pom.xml b/modules/types/pom.xml
index 64f56218..262ebf5c 100644
--- a/modules/types/pom.xml
+++ b/modules/types/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>types</artifactId>
@@ -12,7 +12,7 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file
diff --git a/modules/with-ns/pom.xml b/modules/with-ns/pom.xml
index e1276ce7..c2389755 100644
--- a/modules/with-ns/pom.xml
+++ b/modules/with-ns/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>with-ns</artifactId>
diff --git a/modules/zip-filter/pom.xml b/modules/zip-filter/pom.xml
index c493b2ee..e03e848a 100644
--- a/modules/zip-filter/pom.xml
+++ b/modules/zip-filter/pom.xml
@@ -1,10 +1,10 @@
<?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>
<artifactId>parent</artifactId>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>zip-filter</artifactId>