Updated Upstream (BungeeCord)

Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
87cb3b90 Improve license info in pom.xml
198004da Add release maven repository
b41e9be4 Constrain dimension to String|Integer
This commit is contained in:
Shane Freeder 2020-06-24 17:52:43 +01:00
parent 360fdcf531
commit 7bb1088152
No known key found for this signature in database
GPG Key ID: A3F61EA5A085289C
2 changed files with 8 additions and 8 deletions

@ -1 +1 @@
Subproject commit 739b496bf6a2cdc4afb81902003c866621a84d22
Subproject commit 87cb3b90eadfadc7670e4c9a33fcb3f63a885947

View File

@ -1,4 +1,4 @@
From ddb902d29524d2ddab37a2c5f49a0ee12145f84c Mon Sep 17 00:00:00 2001
From 8c32e83ee1f8f1f9107c065e9a091c03130c36b3 Mon Sep 17 00:00:00 2001
From: Tux <write@imaginarycode.com>
Date: Thu, 19 May 2016 19:33:31 +0200
Subject: [PATCH] POM Changes
@ -492,7 +492,7 @@ index dee2199f..c5c1f9e3 100644
<dependencies>
<dependency>
diff --git a/pom.xml b/pom.xml
index cc3d8cf2..6f2737e8 100644
index 4adbcf9a..a632ca09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,18 +3,25 @@
@ -583,9 +583,9 @@ index cc3d8cf2..6f2737e8 100644
+ <id>papermc-snapshots</id>
+ <url>https://papermc.io/repo/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
@@ -118,7 +141,17 @@
<repository>
<id>sonatype-nexus-staging</id>
@@ -122,7 +145,17 @@
</execution>
</executions>
</plugin>
@ -603,7 +603,7 @@ index cc3d8cf2..6f2737e8 100644
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.0</version>
@@ -143,6 +176,7 @@
@@ -147,6 +180,7 @@
</dependency>
</dependencies>
</plugin>
@ -611,7 +611,7 @@ index cc3d8cf2..6f2737e8 100644
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
@@ -236,5 +270,88 @@
@@ -240,5 +274,88 @@
</plugins>
</build>
</profile>