aboutsummaryrefslogtreecommitdiff
path: root/modules/error-kit/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/error-kit/pom.xml')
-rw-r--r--modules/error-kit/pom.xml6
1 files changed, 3 insertions, 3 deletions
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