Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Added repository information to pom.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceManiac committed Sep 12, 2014
1 parent e2d8849 commit f30ada8
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,26 @@
<system>jenkins</system>
<url>http://ci.bukkit.org</url>
</ciManagement>
-->

<distributionManagement>
<!--
<site>
<id>jd.bukkit.org</id>
<url>file:///home/javadocs/public_html/</url>
</site>
-->
<repository>
<id>repobo-rel</id>
<name>repo.bukkit.org Releases</name>
<url>http://repo.bukkit.org/content/repositories/releases/</url>
<id>glowrepo-releases</id>
<name>repo.glowstone.net Releases</name>
<url>http://repo.glowstone.net/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>repobo-snap</id>
<name>repo.bukkit.org Snapshots</name>
<url>http://repo.bukkit.org/content/repositories/snapshots/</url>
<id>glowrepo-snapshots</id>
<name>repo.glowstone.net Snapshots</name>
<url>http://repo.glowstone.net/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
-->

<build>
<plugins>
Expand Down

0 comments on commit f30ada8

Please sign in to comment.