diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2010-02-01 12:41:50 -0500 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2010-02-01 12:41:50 -0500 |
commit | 7e1746ec1607d3d54a136bf94530935e769c44d9 (patch) | |
tree | 0440eaa733ff6d664dc88aa4381af2debb400cc4 /pom.xml | |
parent | 687df969765631f4db641df4dae313246416561a (diff) |
Set clojure-maven-plugin version in POM
Older versions may fail to run the build correctly
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ <plugin> <groupId>com.theoryinpractise</groupId> <artifactId>clojure-maven-plugin</artifactId> + <version>1.3.1</version> <configuration> <compileDeclaredNamespaceOnly>true</compileDeclaredNamespaceOnly> <namespaces> |