Skip to content

Commit

Permalink
Add release and SNAPSHOT distributionManagement to POM
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Sierra committed Jan 20, 2010
1 parent 952c55e commit 66e35b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 66e35b0

Please sign in to comment.