Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Set clojure-maven-plugin version in POM
Browse files Browse the repository at this point in the history
Older versions may fail to run the build correctly
  • Loading branch information
Stuart Sierra committed Feb 1, 2010
1 parent 687df96 commit 7e1746e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<plugin>
<groupId>com.theoryinpractise</groupId>
<artifactId>clojure-maven-plugin</artifactId>
<version>1.3.1</version>
<configuration>
<compileDeclaredNamespaceOnly>true</compileDeclaredNamespaceOnly>
<namespaces>
Expand Down

0 comments on commit 7e1746e

Please sign in to comment.