mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 10:20:53 +01:00
40 lines
1.1 KiB
Diff
40 lines
1.1 KiB
Diff
From 64c05befc1e1204e32698b10f45283dad6affb62 Mon Sep 17 00:00:00 2001
|
|
From: Zach Brown <Zbob750@live.com>
|
|
Date: Tue, 6 Jan 2015 22:12:31 -0600
|
|
Subject: [PATCH] POM changes
|
|
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
|
index 3e52a20..20a2cc9 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -4,18 +4,18 @@
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
- <groupId>org.sonatype.oss</groupId>
|
|
- <artifactId>oss-parent</artifactId>
|
|
- <version>9</version>
|
|
+ <groupId>org.github.paperspigot</groupId>
|
|
+ <artifactId>paperspigot-parent</artifactId>
|
|
+ <version>dev-SNAPSHOT</version>
|
|
</parent>
|
|
|
|
- <groupId>org.spigotmc</groupId>
|
|
- <artifactId>spigot-api</artifactId>
|
|
+ <groupId>org.github.paperspigot</groupId>
|
|
+ <artifactId>paperspigot-api</artifactId>
|
|
<version>1.8.3-R0.1-SNAPSHOT</version>
|
|
<packaging>jar</packaging>
|
|
|
|
- <name>Spigot-API</name>
|
|
- <url>http://www.spigotmc.org/</url>
|
|
+ <name>PaperSpigot-API</name>
|
|
+ <url>https://hub.spigotmc.org/stash/projects/PAPER/</url>
|
|
<description>An enhanced plugin API for Minecraft servers.</description>
|
|
|
|
<properties>
|
|
--
|
|
1.9.1
|
|
|