aboutsummaryrefslogtreecommitdiff
path: root/modules/graph/pom.xml
diff options
context:
space:
mode:
authorStuart Sierra <mail@stuartsierra.com>2010-09-23 21:49:56 -0400
committerStuart Sierra <mail@stuartsierra.com>2010-09-23 21:49:56 -0400
commit147c66cfdd886d3741252babf93a90479243530e (patch)
treeb8b49859f91aae69a71eb7bcda42e438e7a79956 /modules/graph/pom.xml
parentd328525409bd42b620f84cf294c0af2307d8c727 (diff)
Use clojure.contrib.version property in all modules
Diffstat (limited to 'modules/graph/pom.xml')
-rw-r--r--modules/graph/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/graph/pom.xml b/modules/graph/pom.xml
index e8d46b40..f4a9c767 100644
--- a/modules/graph/pom.xml
+++ b/modules/graph/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.clojure.contrib</groupId>
<artifactId>parent</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>${clojure.contrib.version}</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>graph</artifactId>