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