aboutsummaryrefslogtreecommitdiff
path: root/modules/mock/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mock/pom.xml')
-rw-r--r--modules/mock/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/mock/pom.xml b/modules/mock/pom.xml
index b85b3a1e..475b0e9d 100644
--- a/modules/mock/pom.xml
+++ b/modules/mock/pom.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project>
+<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.clojure.contrib</groupId>
<artifactId>parent</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</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-SNAPSHOT</version>
+ <version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>seq</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>ns-utils</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
</dependency>
</dependencies>
</project> \ No newline at end of file