aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0001-POM-changes.patch
blob: dd5d9827e4b7d94641d916660c49c0c86406e3cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
From 0ee27f501615415c660194d4577e00ebedb2b56e Mon Sep 17 00:00:00 2001
From: Zach Brown <Zbob750@live.com>
Date: Mon, 21 Jul 2014 15:36:01 -0500
Subject: [PATCH] POM changes


diff --git a/pom.xml b/pom.xml
index 6aeffa8..07dab3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,12 +1,12 @@
 <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</artifactId>
+  <groupId>org.github.paperspigot</groupId>
+  <artifactId>paperspigot</artifactId>
   <packaging>jar</packaging>
   <version>1.7.10-R0.1-SNAPSHOT</version>
-  <name>Spigot</name>
-  <url>http://www.spigotmc.org</url>
+  <name>PaperSpigot</name>
+  <url>https://github.com/PaperSpigot/Spigot</url>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -19,8 +19,8 @@
   </properties>
 
   <parent>
-    <groupId>org.spigotmc</groupId>
-    <artifactId>spigot-parent</artifactId>
+    <groupId>org.github.paperspigot</groupId>
+    <artifactId>paperspigot-parent</artifactId>
     <version>dev-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
@@ -41,8 +41,8 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.spigotmc</groupId>
-      <artifactId>spigot-api</artifactId>
+      <groupId>org.github.paperspigot</groupId>
+      <artifactId>paperspigot-api</artifactId>
       <version>${project.version}</version>
       <type>jar</type>
       <scope>compile</scope>
@@ -119,7 +119,7 @@
         <artifactId>gitdescribe-maven-plugin</artifactId>
         <version>1.3</version>
         <configuration>
-          <outputPrefix>git-Spigot-</outputPrefix>
+          <outputPrefix>git-PaperSpigot-</outputPrefix>
           <outputPostfix></outputPostfix>
         </configuration>
         <executions>
-- 
1.9.1