Commits

md_5 authored 5a6439b9eca
Update to Minecraft 1.21.1
No tags

Bukkit-Patches/0001-POM-Changes.patch

Modified
1 -From f83d156767492161a395b9472b93850b6b5eec36 Mon Sep 17 00:00:00 2001
1 +From 43a1b56ab9f9ebdb3adfe103b71ea1826f991ed8 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 8 index 118f0e3f1..cc2c64e9e 100644
9 9 --- a/checkstyle.xml
10 10 +++ b/checkstyle.xml
11 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 d67e2c83a..d037b5dbf 100644
23 +index bae4d0f15..516571193 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>
34 - <version>1.21-R0.1-SNAPSHOT</version>
34 + <version>1.21.1-R0.1-SNAPSHOT</version>
35 35 <packaging>jar</packaging>
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.45.2
46 +2.46.0
47 47

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

Add shortcut