Update API patches to MC 1.12pre2
This commit is contained in:
parent
e4f891c95a
commit
828d600143
21 changed files with 135 additions and 135 deletions
|
@ -1,11 +1,11 @@
|
|||
From e9476e0764a94d5000a6add8386864f4fe8d8b88 Mon Sep 17 00:00:00 2001
|
||||
From fb47b4cfb2bfb00c13f0555b516be68a789659f6 Mon Sep 17 00:00:00 2001
|
||||
From: Zach Brown <zach.brown@destroystokyo.com>
|
||||
Date: Mon, 29 Feb 2016 17:16:08 -0600
|
||||
Subject: [PATCH] POM changes
|
||||
|
||||
|
||||
diff --git a/pom.xml b/pom.xml
|
||||
index 28d2a57..0b6fd28 100644
|
||||
index e7891169..067d30e8 100644
|
||||
--- a/pom.xml
|
||||
+++ b/pom.xml
|
||||
@@ -4,35 +4,37 @@
|
||||
|
@ -24,7 +24,7 @@ index 28d2a57..0b6fd28 100644
|
|||
- <artifactId>spigot-api</artifactId>
|
||||
+ <groupId>com.destroystokyo.paper</groupId>
|
||||
+ <artifactId>paper-api</artifactId>
|
||||
<version>1.11.2-R0.1-SNAPSHOT</version>
|
||||
<version>1.12-pre2-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
- <name>Spigot-API</name>
|
||||
|
@ -87,7 +87,7 @@ index 28d2a57..0b6fd28 100644
|
|||
<!-- bundled with Minecraft, should be kept in sync -->
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
@@ -108,6 +124,7 @@
|
||||
@@ -102,6 +118,7 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
@ -95,7 +95,7 @@ index 28d2a57..0b6fd28 100644
|
|||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
@@ -130,26 +147,6 @@
|
||||
@@ -124,26 +141,6 @@
|
||||
</dependencies>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
@ -122,7 +122,7 @@ index 28d2a57..0b6fd28 100644
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
<version>2.4.3</version>
|
||||
@@ -162,8 +159,7 @@
|
||||
@@ -156,8 +153,7 @@
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
|
@ -133,5 +133,5 @@ index 28d2a57..0b6fd28 100644
|
|||
<shadedArtifactAttached>true</shadedArtifactAttached>
|
||||
</configuration>
|
||||
--
|
||||
2.9.3
|
||||
2.11.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue