diff options
-rw-r--r-- | pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -66,4 +66,14 @@ </plugin> </plugins> </build> + <distributionManagement> + <repository> + <id>clojure-releases</id> + <url>scp://build.clojure.org/srv/www/releases</url> + </repository> + <snapshotRepository> + <id>clojure-snapshots</id> + <url>scp://build.clojure.org/srv/www/snapshots</url> + </snapshotRepository> + </distributionManagement> </project> |