aboutsummaryrefslogtreecommitdiff
path: root/modules/probabilities/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/probabilities/pom.xml')
-rw-r--r--modules/probabilities/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/probabilities/pom.xml b/modules/probabilities/pom.xml
index 54ff3d6a..b478b263 100644
--- a/modules/probabilities/pom.xml
+++ b/modules/probabilities/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.clojure.contrib</groupId>
<artifactId>parent</artifactId>
- <version>${clojure.contrib.version}</version>
+ <version>1.3.0-alpha1</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>probabilities</artifactId>
@@ -12,22 +12,22 @@
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>
- <version>${clojure.contrib.version}</version>
+ <version>1.3.0-alpha1</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>monads</artifactId>
- <version>${clojure.contrib.version}</version>
+ <version>1.3.0-alpha1</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>macros</artifactId>
- <version>${clojure.contrib.version}</version>
+ <version>1.3.0-alpha1</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>stream-utils</artifactId>
- <version>${clojure.contrib.version}</version>
+ <version>1.3.0-alpha1</version>
</dependency>
</dependencies>
</project> \ No newline at end of file