Paper/CraftBukkit-Patches/0001-Rename-to-PaperSpigot.patch

32 lines
983 B
Diff
Raw Normal View History

2014-07-09 03:05:35 +00:00
From ab6f4e8f6a5d83b5a3003b154b16ec777fcaca94 Mon Sep 17 00:00:00 2001
2014-06-22 20:21:41 +00:00
From: gsand <gsandowns@gmail.com>
Date: Tue, 15 Apr 2014 07:12:20 -0700
Subject: [PATCH] Rename to PaperSpigot
diff --git a/pom.xml b/pom.xml
2014-07-09 03:05:35 +00:00
index 6aeffa8..7fb61c8 100644
2014-06-22 20:21:41 +00:00
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
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>
+ <artifactId>paperspigot</artifactId>
<packaging>jar</packaging>
2014-07-09 03:05:35 +00:00
<version>1.7.10-R0.1-SNAPSHOT</version>
2014-06-22 20:21:41 +00:00
<name>Spigot</name>
@@ -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