From 6754ff868200176601a4d21ccf6a252e6a53c421 Mon Sep 17 00:00:00 2001 From: Troy Frew Date: Tue, 15 Nov 2016 08:56:43 -0500 Subject: [PATCH] POM Changes diff --git a/api/pom.xml b/api/pom.xml index 0e46cbbe..6058e11c 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,41 +5,41 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.13-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-api + travertine-api 1.13-SNAPSHOT jar - Waterfall-API + Travertine-API API implemented by the Elastic Portal Suite io.github.waterfallmc - waterfall-chat + travertine-chat ${project.version} compile io.github.waterfallmc - waterfall-config + travertine-config ${project.version} compile io.github.waterfallmc - waterfall-event + travertine-event ${project.version} compile io.github.waterfallmc - waterfall-protocol + travertine-protocol ${project.version} compile diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml index e7bc7a5d..21990c32 100644 --- a/bootstrap/pom.xml +++ b/bootstrap/pom.xml @@ -5,18 +5,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.13-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-bootstrap + travertine-bootstrap 1.13-SNAPSHOT jar - Waterfall-Bootstrap - Java 1.6 loader for Waterfall + Travertine-Bootstrap + Java 1.6 loader for Travertine true @@ -28,7 +28,7 @@ io.github.waterfallmc - waterfall-proxy + travertine-proxy ${project.version} compile @@ -41,7 +41,7 @@ - Waterfall + Travertine org.apache.maven.plugins diff --git a/chat/pom.xml b/chat/pom.xml index c9328ac3..04daec40 100644 --- a/chat/pom.xml +++ b/chat/pom.xml @@ -5,18 +5,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.13-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-chat + travertine-chat 1.13-SNAPSHOT jar - Waterfall-Chat - Minecraft JSON chat API intended for use with Waterfall + Travertine-Chat + Minecraft JSON chat API intended for use with Travertine diff --git a/config/pom.xml b/config/pom.xml index febc4af0..52fbf681 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -5,18 +5,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.13-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-config + travertine-config 1.13-SNAPSHOT jar - Waterfall-Config - Generic java configuration API intended for use with Waterfall + Travertine-Config + Generic java configuration API intended for use with Travertine diff --git a/event/pom.xml b/event/pom.xml index e778b3d9..de500af7 100644 --- a/event/pom.xml +++ b/event/pom.xml @@ -5,16 +5,16 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.13-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-event + travertine-event 1.13-SNAPSHOT jar - Waterfall-Event - Generic java event dispatching API intended for use with Waterfall. + Travertine-Event + Generic java event dispatching API intended for use with Travertine. diff --git a/log/pom.xml b/log/pom.xml index e24b3e40..95dd1a83 100644 --- a/log/pom.xml +++ b/log/pom.xml @@ -5,18 +5,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.13-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-log + travertine-log 1.13-SNAPSHOT jar - Waterfall-Log - Simplistic and performant java.util.Logger based logger and console API designed for use with Waterfall and Minecraft related applications. + Travertine-Log + Simplistic and performant java.util.Logger based logger and console API designed for use with Travertine and Minecraft related applications. @@ -27,7 +27,7 @@ io.github.waterfallmc - waterfall-chat + travertine-chat ${project.version} compile diff --git a/log4j/pom.xml b/log4j/pom.xml index a085a39c..87ee1371 100644 --- a/log4j/pom.xml +++ b/log4j/pom.xml @@ -4,17 +4,17 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.13-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-log4j + travertine-log4j 1.13-SNAPSHOT jar - Waterfall-Log + Travertine-Log Simplistic and performant Log4j2 based logger and console API designed for use with Waterfall and Minecraft related applications. @@ -50,5 +50,24 @@ 3.4.2 runtime + + + net.minecrell + terminalconsoleappender + 1.0.0 + + + net.java.dev.jna + jna + 4.4.0 + runtime + + + + io.github.waterfallmc + travertine-chat + ${project.version} + compile + diff --git a/module/cmd-alert/pom.xml b/module/cmd-alert/pom.xml index db149339..f05130e7 100644 --- a/module/cmd-alert/pom.xml +++ b/module/cmd-alert/pom.xml @@ -5,13 +5,13 @@ io.github.waterfallmc - waterfall-module + travertine-module 1.13-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-module-cmd-alert + travertine-module-cmd-alert 1.13-SNAPSHOT jar diff --git a/module/cmd-find/pom.xml b/module/cmd-find/pom.xml index c8d9826d..7f8340e9 100644 --- a/module/cmd-find/pom.xml +++ b/module/cmd-find/pom.xml @@ -5,13 +5,13 @@ io.github.waterfallmc - waterfall-module + travertine-module 1.13-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-module-cmd-find + travertine-module-cmd-find 1.13-SNAPSHOT jar diff --git a/module/cmd-list/pom.xml b/module/cmd-list/pom.xml index 461b26ee..8cdacf0a 100644 --- a/module/cmd-list/pom.xml +++ b/module/cmd-list/pom.xml @@ -5,13 +5,13 @@ io.github.waterfallmc - waterfall-module + travertine-module 1.13-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-module-cmd-list + travertine-module-cmd-list 1.13-SNAPSHOT jar diff --git a/module/cmd-send/pom.xml b/module/cmd-send/pom.xml index 1b687b3c..85de8def 100644 --- a/module/cmd-send/pom.xml +++ b/module/cmd-send/pom.xml @@ -5,13 +5,13 @@ io.github.waterfallmc - waterfall-module + travertine-module 1.13-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-module-cmd-send + travertine-module-cmd-send 1.13-SNAPSHOT jar diff --git a/module/cmd-server/pom.xml b/module/cmd-server/pom.xml index 9bdc3aba..a6c6d277 100644 --- a/module/cmd-server/pom.xml +++ b/module/cmd-server/pom.xml @@ -5,13 +5,13 @@ io.github.waterfallmc - waterfall-module + travertine-module 1.13-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-module-cmd-server + travertine-module-cmd-server 1.13-SNAPSHOT jar diff --git a/module/pom.xml b/module/pom.xml index 6bed2ea0..c72d3ecd 100644 --- a/module/pom.xml +++ b/module/pom.xml @@ -5,18 +5,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.13-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-module + travertine-module 1.13-SNAPSHOT pom - Waterfall Modules - Parent project for all Waterfall modules. + Travertine Modules + Parent project for all Travertine modules. cmd-alert @@ -35,7 +35,7 @@ io.github.waterfallmc - waterfall-api + travertine-api ${project.version} compile diff --git a/module/reconnect-yaml/pom.xml b/module/reconnect-yaml/pom.xml index ca9a7c61..78576a53 100644 --- a/module/reconnect-yaml/pom.xml +++ b/module/reconnect-yaml/pom.xml @@ -5,13 +5,13 @@ io.github.waterfallmc - waterfall-module + travertine-module 1.13-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-module-reconnect-yaml + travertine-module-reconnect-yaml 1.13-SNAPSHOT jar diff --git a/native/pom.xml b/native/pom.xml index 7073b404..15fa568a 100644 --- a/native/pom.xml +++ b/native/pom.xml @@ -5,18 +5,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.13-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-native + travertine-native 1.13-SNAPSHOT jar - Waterfall-Native - Optional native code to speed up and enhance Waterfall functionality. + Travertine-Native + Optional native code to speed up and enhance Travertine functionality. diff --git a/pom.xml b/pom.xml index 565e70a4..4f762ccf 100644 --- a/pom.xml +++ b/pom.xml @@ -5,19 +5,19 @@ io.github.waterfallmc - waterfall-super + travertine-super dev-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-parent + travertine-parent 1.13-SNAPSHOT pom - Waterfall-Parent - Parent project for all Waterfall modules. - https://github.com/WaterfallMC/Waterfall + Travertine-Parent + Parent project for all Travertine modules. + https://github.com/PaperMC/Travertine 2015 WaterfallMC @@ -65,17 +65,17 @@ - scm:git:git@github.com:com:WaterfallMC/Waterfall.git - scm:git:git@github.com:WaterfallMC/Waterfall.git - git@github.com:WaterfallMC/Waterfall.git + scm:git:git@github.com:com:PaperMC/Travertine.git + scm:git:git@github.com:PaperMC/Travertine.git + git@github.com:PaperMC/Travertine.git GitHub - https://github.com/PaperMC/Waterfall/issues + https://github.com/PaperMC/Travertine/issues jenkins - https://papermc.io/ci/job/Waterfall/ + https://papermc.io/ci/job/Travertine/ diff --git a/protocol/pom.xml b/protocol/pom.xml index 333ae1e8..88ddcfb9 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -5,23 +5,23 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.13-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-protocol + travertine-protocol 1.13-SNAPSHOT jar - Waterfall-Protocol - Minimal implementation of the Minecraft protocol for use in Waterfall + Travertine-Protocol + Minimal implementation of the Minecraft protocol for use in Travertine io.github.waterfallmc - waterfall-chat + travertine-chat ${project.version} compile diff --git a/proxy/pom.xml b/proxy/pom.xml index df84d6f1..f25ee27e 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -5,17 +5,17 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.13-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-proxy + travertine-proxy 1.13-SNAPSHOT jar - Waterfall-Proxy + Travertine-Proxy Proxy component of the Elastic Portal Suite @@ -41,14 +41,14 @@ ${netty.version} compile - + io.netty netty-resolver-dns ${netty.version} compile - + io.netty netty-handler @@ -64,31 +64,31 @@ io.github.waterfallmc - waterfall-api + travertine-api ${project.version} compile io.github.waterfallmc - waterfall-log4j + travertine-log4j ${project.version} compile io.github.waterfallmc - waterfall-native + travertine-native ${project.version} compile io.github.waterfallmc - waterfall-protocol + travertine-protocol ${project.version} compile io.github.waterfallmc - waterfall-query + travertine-query ${project.version} compile diff --git a/proxy/src/main/java/net/md_5/bungee/module/JenkinsModuleSource.java b/proxy/src/main/java/net/md_5/bungee/module/JenkinsModuleSource.java index e1cf0010..5637d4de 100644 --- a/proxy/src/main/java/net/md_5/bungee/module/JenkinsModuleSource.java +++ b/proxy/src/main/java/net/md_5/bungee/module/JenkinsModuleSource.java @@ -18,7 +18,7 @@ public class JenkinsModuleSource implements ModuleSource System.out.println( "Attempting to Jenkins download module " + module.getName() + " v" + version.getBuild() ); try { - URL website = new URL( "https://ci.destroystokyo.com/job/Waterfall/" + version.getBuild() + "/artifact/Waterfall-Proxy/module/" + module.getName().replace( '_', '-' ) + "/target/" + module.getName() + ".jar" ); + URL website = new URL( "https://ci.destroystokyo.com/job/Travertine/" + version.getBuild() + "/artifact/Travertine-Proxy/module/" + module.getName().replace( '_', '-' ) + "/target/" + module.getName() + ".jar" ); URLConnection con = website.openConnection(); // 15 second timeout at various stages con.setConnectTimeout( 15000 ); diff --git a/query/pom.xml b/query/pom.xml index 4ae682ee..c8f62a78 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -5,18 +5,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.13-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-query + travertine-query 1.13-SNAPSHOT jar - Waterfall-Query - Minecraft query implementation based on the Waterfall API. + Travertine-Query + Minecraft query implementation based on the Travertine API. @@ -27,7 +27,7 @@ io.github.waterfallmc - waterfall-api + travertine-api ${project.version} compile -- 2.19.1