Upstream merge.

This commit is contained in:
md_5
2015-01-05 14:32:01 +11:00
parent 436c6f2449
commit f2bf62789d
3 changed files with 15 additions and 21 deletions

View File

@@ -9,30 +9,23 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
--- a/pom.xml
+++ b/pom.xml
@@ -0,0 +0,0 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<version>9</version>
</parent>
- <groupId>org.bukkit</groupId>
- <artifactId>bukkit</artifactId>
+ <groupId>org.spigotmc</groupId>
+ <artifactId>spigot-api</artifactId>
<version>1.8-R0.1-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>Bukkit</name>
- <url>http://www.bukkit.org</url>
- <url>http://www.bukkit.org/</url>
- <description>A plugin API for Minecraft servers.</description>
+ <name>Spigot-API</name>
+ <url>http://www.spigotmc.org</url>
+ <url>http://www.spigotmc.org/</url>
+ <description>An enhanced plugin API for Minecraft servers.</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
+ <repositories>
+ <repository>
+ <id>sonatype-snapshots</id>
+ <url>https://oss.sonatype.org/content/repositories/public</url>
+ </repository>
+ </repositories>
+
<distributionManagement>
<repository>
<id>spigotmc-releases</id>
<maven.compiler.source>1.6</maven.compiler.source>
--