Paper/Spigot-API-Patches/0001-POM-changes.patch

29 lines
1,004 B
Diff
Raw Normal View History

From 2a9e2e37b7b37d4222ce658ad3750e750c4d5649 Mon Sep 17 00:00:00 2001
From: Zach Brown <Zbob750@live.com>
Date: Tue, 9 Dec 2014 20:03:21 -0600
Subject: [PATCH] POM changes
diff --git a/pom.xml b/pom.xml
index 17f976d..3f6a248 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,10 +1,10 @@
<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>
- <groupId>org.spigotmc</groupId>
- <artifactId>spigot-api</artifactId>
+ <groupId>org.github.paperspigot</groupId>
+ <artifactId>paperspigot-api</artifactId>
2014-11-28 01:17:45 +00:00
<version>1.8-R0.1-SNAPSHOT</version>
- <name>Spigot-API</name>
- <url>http://www.spigotmc.org</url>
+ <name>PaperSpigot-API</name>
+ <url>https://github.com/PaperSpigot/Paper</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
--
1.9.1