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 | |
parent | eb67ac85b0147091317f884af557681b923bf282 (diff) |
Add distributionManagement sections to top-level and parent POMs
-rw-r--r-- | modules/parent/pom.xml | 6 | ||||
-rw-r--r-- | pom.xml | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/modules/parent/pom.xml b/modules/parent/pom.xml index 310c7eed..b9a134dd 100644 --- a/modules/parent/pom.xml +++ b/modules/parent/pom.xml @@ -87,4 +87,10 @@ </snapshots> </repository> </repositories> + <distributionManagement> + <repository> + <id>clojure-releases</id> + <url>scp://build.clojure.org/srv/www/releases</url> + </repository> + </distributionManagement> </project> @@ -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> |