2024-04-24 01:15:00 +10:00
|
|
|
From 91e2de4eda24b10ffa70b98e426ba0296e1c9bb0 Mon Sep 17 00:00:00 2001
|
2023-12-30 08:05:31 +11:00
|
|
|
From: md_5 <git@md-5.net>
|
2013-06-02 10:39:40 +10:00
|
|
|
Date: Sun, 2 Jun 2013 10:36:24 +1000
|
|
|
|
Subject: [PATCH] POM Changes
|
2013-01-15 12:18:40 +11:00
|
|
|
|
|
|
|
|
2020-06-28 10:35:30 +10:00
|
|
|
diff --git a/checkstyle.xml b/checkstyle.xml
|
2024-04-24 01:15:00 +10:00
|
|
|
index 4b261543..3e7d0cb3 100644
|
2020-06-28 10:35:30 +10:00
|
|
|
--- a/checkstyle.xml
|
|
|
|
+++ b/checkstyle.xml
|
2023-12-17 10:26:51 +11:00
|
|
|
@@ -45,6 +45,10 @@
|
2020-06-28 10:35:30 +10:00
|
|
|
|
|
|
|
<!-- See http://checkstyle.sourceforge.net/config_filters.html -->
|
|
|
|
<module name="SuppressionCommentFilter"/>
|
|
|
|
+ <module name="SuppressionCommentFilter">
|
|
|
|
+ <property name="offCommentFormat" value="Spigot start"/>
|
|
|
|
+ <property name="onCommentFormat" value="Spigot end"/>
|
|
|
|
+ </module>
|
|
|
|
|
|
|
|
<!-- See http://checkstyle.sourceforge.net/config_imports.html -->
|
|
|
|
<module name="AvoidStarImport">
|
2013-01-15 12:18:40 +11:00
|
|
|
diff --git a/pom.xml b/pom.xml
|
2024-04-24 01:15:00 +10:00
|
|
|
index ad7e1905..f829cb9d 100644
|
2013-01-15 12:18:40 +11:00
|
|
|
--- a/pom.xml
|
|
|
|
+++ b/pom.xml
|
2017-08-05 16:20:59 +10:00
|
|
|
@@ -3,14 +3,14 @@
|
|
|
|
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>
|
2015-01-05 14:32:01 +11:00
|
|
|
|
2013-01-15 12:18:40 +11:00
|
|
|
- <groupId>org.bukkit</groupId>
|
|
|
|
- <artifactId>bukkit</artifactId>
|
|
|
|
+ <groupId>org.spigotmc</groupId>
|
|
|
|
+ <artifactId>spigot-api</artifactId>
|
2024-04-30 06:15:00 +10:00
|
|
|
<version>1.20.6-R0.1-SNAPSHOT</version>
|
2015-01-05 14:32:01 +11:00
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
2013-01-15 12:18:40 +11:00
|
|
|
- <name>Bukkit</name>
|
|
|
|
+ <name>Spigot-API</name>
|
2017-08-05 16:20:59 +10:00
|
|
|
<url>https://www.spigotmc.org/</url>
|
|
|
|
- <description>A plugin API for Minecraft servers.</description>
|
2015-01-05 14:32:01 +11:00
|
|
|
+ <description>An enhanced plugin API for Minecraft servers.</description>
|
2013-01-15 12:18:40 +11:00
|
|
|
|
|
|
|
<properties>
|
2019-01-04 20:04:33 +11:00
|
|
|
<skipTests>true</skipTests>
|
2013-01-15 12:18:40 +11:00
|
|
|
--
|
2024-02-21 20:58:05 +11:00
|
|
|
2.43.2
|
2013-01-15 12:18:40 +11:00
|
|
|
|