2020-06-25 10:00:00 +10:00
|
|
|
From 4a76a175f1905c2a18330bd34582b6cf7c3a15b5 Mon Sep 17 00:00:00 2001
|
2013-02-03 09:54:16 +11:00
|
|
|
From: md_5 <md_5@live.com.au>
|
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
|
|
|
|
|
|
|
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
2020-06-25 10:00:00 +10:00
|
|
|
index a577eb92..10436f10 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>
|
2020-06-25 10:00:00 +10:00
|
|
|
<version>1.16.1-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
|
|
|
--
|
2020-05-09 18:48:11 +10:00
|
|
|
2.25.1
|
2013-01-15 12:18:40 +11:00
|
|
|
|