diff options
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> |