Commits
md_5 authored 17ca32d0b23
1 - | From 19b43a271cbb2d332f98633f2da9e6f2069713cd Mon Sep 17 00:00:00 2001 |
1 + | From 53ea26d3114bcb712fea7cfaa095a79353d500ee Mon Sep 17 00:00:00 2001 |
2 2 | From: md_5 <md_5@live.com.au> |
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 5e25d874..d506250c 100644 |
9 9 | --- a/checkstyle.xml |
10 10 | +++ b/checkstyle.xml |
11 11 | |
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 b5841c61..9b403cbc 100644 |
23 + | index 1c911797..29fbb3a5 100644 |
24 24 | --- a/pom.xml |
25 25 | +++ b/pom.xml |
26 26 | |
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.20.1-R0.1-SNAPSHOT</version> |
34 + | <version>1.20.2-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.40.1 |
46 + | 2.42.0 |
47 47 | |