Fix minecraft-server dependencies in poms

This commit is contained in:
Zach Brown 2014-07-22 14:50:06 -05:00
parent b872c34a83
commit 1479d411c1
2 changed files with 8 additions and 1 deletions

View file

@ -18,7 +18,7 @@
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<groupId>org.github.paperspigot</groupId>
<artifactId>minecraft-server</artifactId>
<version>${project.version}</version>
<scope>compile</scope>

View file

@ -47,6 +47,13 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
<version>${project.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>org.spigotmc</groupId>
+ <groupId>org.github.paperspigot</groupId>
<artifactId>minecraft-server</artifactId>
<version>${minecraft.version}-SNAPSHOT</version>
<type>jar</type>
@@ -0,0 +0,0 @@
<artifactId>gitdescribe-maven-plugin</artifactId>
<version>1.3</version>