Commits

md_5 authored fcd94e2117c
Rebuild patches
No tags

Bukkit-Patches/0001-POM-Changes.patch

Modified
1 -From 91e2de4eda24b10ffa70b98e426ba0296e1c9bb0 Mon Sep 17 00:00:00 2001
1 +From f5e33880fda5fda2eb909bf2bc46f5706f0ac5cf Mon Sep 17 00:00:00 2001
2 2 From: md_5 <git@md-5.net>
3 3 Date: Sun, 2 Jun 2013 10:36:24 +1000
4 4 Subject: [PATCH] POM Changes
5 5
6 6
7 7 diff --git a/checkstyle.xml b/checkstyle.xml
8 -index 4b261543..3e7d0cb3 100644
8 +index 118f0e3f1..cc2c64e9e 100644
9 9 --- a/checkstyle.xml
10 10 +++ b/checkstyle.xml
11 -@@ -45,6 +45,10 @@
11 +@@ -55,6 +55,10 @@
12 12
13 13 <!-- See http://checkstyle.sourceforge.net/config_filters.html -->
14 14 <module name="SuppressionCommentFilter"/>
15 15 + <module name="SuppressionCommentFilter">
16 16 + <property name="offCommentFormat" value="Spigot start"/>
17 17 + <property name="onCommentFormat" value="Spigot end"/>
18 18 + </module>
19 19
20 20 <!-- See http://checkstyle.sourceforge.net/config_imports.html -->
21 21 <module name="AvoidStarImport">
22 22 diff --git a/pom.xml b/pom.xml
23 -index ad7e1905..f829cb9d 100644
23 +index 8364ea5d8..6a1728bde 100644
24 24 --- a/pom.xml
25 25 +++ b/pom.xml
26 26 @@ -3,14 +3,14 @@
27 27 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
28 28 <modelVersion>4.0.0</modelVersion>
29 29
30 30 - <groupId>org.bukkit</groupId>
31 31 - <artifactId>bukkit</artifactId>
32 32 + <groupId>org.spigotmc</groupId>
33 33 + <artifactId>spigot-api</artifactId>
36 36
37 37 - <name>Bukkit</name>
38 38 + <name>Spigot-API</name>
39 39 <url>https://www.spigotmc.org/</url>
40 40 - <description>A plugin API for Minecraft servers.</description>
41 41 + <description>An enhanced plugin API for Minecraft servers.</description>
42 42
43 43 <properties>
44 44 <skipTests>true</skipTests>
45 45 --
46 -2.43.2
46 +2.45.2
47 47

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut