summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorErik Broes <erikbroes@grum.nl>2012-01-19 23:01:28 +0100
committerErik Broes <erikbroes@grum.nl>2012-01-19 23:01:42 +0100
commita6a2c737d36733f3a84dbb3d76e542caaf30affd (patch)
tree343d8684ab58852919de73b85479d599d7a73f2a /pom.xml
parent92bbf8957cc55c913f87056e698566ed6c495217 (diff)
downloadbukkit-a6a2c737d36733f3a84dbb3d76e542caaf30affd.tar
bukkit-a6a2c737d36733f3a84dbb3d76e542caaf30affd.tar.gz
bukkit-a6a2c737d36733f3a84dbb3d76e542caaf30affd.tar.lz
bukkit-a6a2c737d36733f3a84dbb3d76e542caaf30affd.tar.xz
bukkit-a6a2c737d36733f3a84dbb3d76e542caaf30affd.zip
Add updated repos to pom.xml
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 5ebc83d5..9a13f890 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,25 +4,40 @@
<artifactId>bukkit</artifactId>
<version>1.1-R1-SNAPSHOT</version>
<name>Bukkit</name>
+ <url>http://www.bukkit.org</url>
+
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
- <url>http://www.bukkit.org</url>
+
<scm>
<developerConnection>scm:git:git@github.com:Bukkit/Bukkit.git</developerConnection>
<connection>scm:git:git://github.com/Bukkit/Bukkit.git</connection>
<url>https://github.com/Bukkit/Bukkit/tree/master/</url>
</scm>
+
<ciManagement>
<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>
+ </repository>
+ <snapshotRepository>
+ <id>repobo-snap</id>
+ <name>repo.bukkit.org Snapshots</name>
+ <url>http://repo.bukkit.org/content/repositories/snapshots/</url>
+ </snapshotRepository>
</distributionManagement>
+
<build>
<plugins>
<plugin>