aboutsummaryrefslogtreecommitdiff
path: root/modules/accumulators/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/accumulators/pom.xml')
-rw-r--r--modules/accumulators/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/accumulators/pom.xml b/modules/accumulators/pom.xml
index e90875cb..a4dc4e2c 100644
--- a/modules/accumulators/pom.xml
+++ b/modules/accumulators/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>accumulators</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>generic</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>types</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
</dependency>
</dependencies>
</project> \ No newline at end of file