Skip to content

Commit

Permalink
Add pom.contrib parent to top-level POM
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Sierra committed Nov 26, 2010
1 parent c2eb801 commit d3f22c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -13,6 +13,11 @@
<developerConnection>scm:git:git@github.com:clojure/clojure-contrib.git</developerConnection>
<url>git@github.com:clojure/clojure-contrib.git</url>
</scm>
<parent>
<groupId>org.clojure</groupId>
<artifactId>pom.contrib</artifactId>
<version>0.0.19</version>
</parent>
<modules>
<!-- The parent module defines common configuration for all modules. -->
<module>modules/parent</module>
Expand Down

0 comments on commit d3f22c5

Please sign in to comment.