aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Sierra <mail@stuartsierra.com>2010-09-23 22:11:08 -0400
committerStuart Sierra <mail@stuartsierra.com>2010-09-23 22:11:08 -0400
commitce7965d6a54fe38b6d51843faba78c46178e1d91 (patch)
tree5c115f805308800c937465af1ee8fdc361c70606
parenteb67ac85b0147091317f884af557681b923bf282 (diff)
Add distributionManagement sections to top-level and parent POMs
-rw-r--r--modules/parent/pom.xml6
-rw-r--r--pom.xml6
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>
diff --git a/pom.xml b/pom.xml
index 472d6419..911d4f79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>