Skip to content

Commit

Permalink
Specify distribution management section in pom.xml as clojars guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Russell committed Jul 18, 2019
1 parent b57b400 commit 678f17d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,11 @@
<url>https://repo.clojars.org/</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>clojars</id>
<name>Clojars repository</name>
<url>https://clojars.org/repo</url>
</repository>
</distributionManagement>
</project>

0 comments on commit 678f17d

Please sign in to comment.