mirror of
https://github.com/PaperMC/Waterfall.git
synced 2025-01-14 11:41:24 +01:00
Remove remaining CI references
This commit is contained in:
parent
caea6e6a1d
commit
281e7310b8
@ -1,4 +1,4 @@
|
||||
From 1431e3475927c39123e046e4dfc82005059b3cc8 Mon Sep 17 00:00:00 2001
|
||||
From fa3d98cd242a0e7f3553b77138e032d1a653bae4 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
|
||||
@ -491,7 +491,7 @@ index 8d347068..ec465dd3 100644
|
||||
<dependencies>
|
||||
<dependency>
|
||||
diff --git a/pom.xml b/pom.xml
|
||||
index 85ee0687..db1e0722 100644
|
||||
index 85ee0687..91aeffe5 100644
|
||||
--- a/pom.xml
|
||||
+++ b/pom.xml
|
||||
@@ -3,18 +3,25 @@
|
||||
@ -549,7 +549,7 @@ index 85ee0687..db1e0722 100644
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
@@ -45,28 +64,28 @@
|
||||
@@ -45,28 +64,24 @@
|
||||
</modules>
|
||||
|
||||
<scm>
|
||||
@ -565,11 +565,10 @@ index 85ee0687..db1e0722 100644
|
||||
- <url>https://github.com/SpigotMC/BungeeCord/issues</url>
|
||||
+ <url>https://github.com/PaperMC/Waterfall/issues</url>
|
||||
</issueManagement>
|
||||
<ciManagement>
|
||||
<system>jenkins</system>
|
||||
- <ciManagement>
|
||||
- <system>jenkins</system>
|
||||
- <url>http://ci.md-5.net/job/BungeeCord</url>
|
||||
+ <url>https://papermc.io/ci/job/Waterfall/</url>
|
||||
</ciManagement>
|
||||
- </ciManagement>
|
||||
|
||||
<distributionManagement>
|
||||
- <snapshotRepository>
|
||||
@ -589,7 +588,7 @@ index 85ee0687..db1e0722 100644
|
||||
</distributionManagement>
|
||||
|
||||
<properties>
|
||||
@@ -122,7 +141,17 @@
|
||||
@@ -122,7 +137,17 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
@ -607,7 +606,7 @@ index 85ee0687..db1e0722 100644
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>3.1.1</version>
|
||||
@@ -147,6 +176,7 @@
|
||||
@@ -147,6 +172,7 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
@ -615,7 +614,7 @@ index 85ee0687..db1e0722 100644
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>animal-sniffer-maven-plugin</artifactId>
|
||||
@@ -260,5 +290,88 @@
|
||||
@@ -260,5 +286,88 @@
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
@ -858,5 +857,5 @@ index 7d13eb60..1c845a6d 100644
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
--
|
||||
2.29.0.windows.1
|
||||
2.29.2
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
From 5c5b84d3d5e4d9940fbc1736a0f016e352e1a36c Mon Sep 17 00:00:00 2001
|
||||
From 6b65cdbb77af57bb0c447cfbf2c8e0b0f5e129af Mon Sep 17 00:00:00 2001
|
||||
From: Jamie Mansfield <dev@jamierocks.uk>
|
||||
Date: Sat, 10 Jun 2017 20:56:02 +0100
|
||||
Subject: [PATCH] Improve outdated build message
|
||||
|
||||
|
||||
diff --git a/proxy/src/main/java/net/md_5/bungee/BungeeCordLauncher.java b/proxy/src/main/java/net/md_5/bungee/BungeeCordLauncher.java
|
||||
index 4ba0ced5..4c119b9d 100644
|
||||
index 4ba0ced5..a4fe8aad 100644
|
||||
--- a/proxy/src/main/java/net/md_5/bungee/BungeeCordLauncher.java
|
||||
+++ b/proxy/src/main/java/net/md_5/bungee/BungeeCordLauncher.java
|
||||
@@ -48,9 +48,9 @@ public class BungeeCordLauncher
|
||||
@ -16,11 +16,11 @@ index 4ba0ced5..4c119b9d 100644
|
||||
- System.err.println( "*** Please download a new build from https://ci.destroystokyo.com/job/Waterfall/ ***" );
|
||||
- System.err.println( "*** You will get NO support regarding this build ***" );
|
||||
+ System.err.println( "*** Hey! This build is potentially outdated :( ***" );
|
||||
+ System.err.println( "*** Please check for a new build from https://papermc.io/ci/job/Waterfall/ ***" );
|
||||
+ System.err.println( "*** Please check for a new build from https://papermc.io/downloads ***" );
|
||||
+ System.err.println( "*** Should this build be outdated, you will get NO support for it. ***" );
|
||||
System.err.println( "*** Server will start in 10 seconds ***" );
|
||||
Thread.sleep( TimeUnit.SECONDS.toMillis( 10 ) );
|
||||
}
|
||||
--
|
||||
2.26.1
|
||||
2.29.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user