diff options
author | scgilardi <scgilardi@gmail.com> | 2009-04-11 15:31:56 +0000 |
---|---|---|
committer | scgilardi <scgilardi@gmail.com> | 2009-04-11 15:31:56 +0000 |
commit | 648a477581af40afd66a2ae8e461779374c13e7b (patch) | |
tree | 711fd370a4dfd489ba5219c210a227bb491bdd2e /pom.xml | |
parent | 71c8d51d0a920a46eef39117aab33a9f59c10bf2 (diff) |
Resolve issue 37. Build patch from Howard Lewis Ship
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 44 |
1 files changed, 22 insertions, 22 deletions
@@ -2,31 +2,31 @@ <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> - <groupId>org.clojure</groupId> - <artifactId>clojure-contrib</artifactId> - <version>1.0-SNAPSHOT</version> - <url>http://clojure.org/</url> + <modelVersion>4.0.0</modelVersion> + <groupId>org.clojure</groupId> + <artifactId>clojure-contrib</artifactId> + <version>1.0-SNAPSHOT</version> + <url>http://clojure.org/</url> - <description>Clojure user contributions library.</description> - - <licenses> - <license> - <name>Eclipse Public License 1.0</name> - <url>http://opensource.org/licenses/eclipse-1.0.php</url> - <distribution>repo</distribution> - </license> - </licenses> + <description>Clojure user contributions library.</description> - <dependencies> - <dependency> - <groupId>org.clojure</groupId> - <artifactId>clojure-lang</artifactId> - <version>1.0-SNAPSHOT</version> - </dependency> - </dependencies> + <licenses> + <license> + <name>Eclipse Public License 1.0</name> + <url>http://opensource.org/licenses/eclipse-1.0.php</url> + <distribution>repo</distribution> + </license> + </licenses> - <!-- Source of Clojure snapshot dependencies. --> + <dependencies> + <dependency> + <groupId>org.clojure</groupId> + <artifactId>clojure-lang</artifactId> + <version>1.0-SNAPSHOT</version> + </dependency> + </dependencies> + + <!-- Source of Clojure snapshot dependencies. --> <repositories> <repository> |