diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2010-09-23 22:11:08 -0400 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2010-09-23 22:11:08 -0400 |
commit | ce7965d6a54fe38b6d51843faba78c46178e1d91 (patch) | |
tree | 5c115f805308800c937465af1ee8fdc361c70606 /pom.xml | |
parent | eb67ac85b0147091317f884af557681b923bf282 (diff) |
Add distributionManagement sections to top-level and parent POMs
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -90,4 +90,10 @@ </plugin> </plugins> </build> + <distributionManagement> + <repository> + <id>clojure-releases</id> + <url>scp://build.clojure.org/srv/www/releases</url> + </repository> + </distributionManagement> </project> |