From ac5a18e97dbbc5cb69352de75f38895c60433503 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 ca1ed8811..adec9d39f 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,41 +5,41 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.16-R0.5-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-api + travertine-api 1.16-R0.5-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 37c0880cd..139b7ac12 100644 --- a/bootstrap/pom.xml +++ b/bootstrap/pom.xml @@ -5,18 +5,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.16-R0.5-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-bootstrap + travertine-bootstrap 1.16-R0.5-SNAPSHOT jar - Waterfall-Bootstrap - Java 1.6 loader for Waterfall + Travertine-Bootstrap + Java 1.6 loader for Travertine true @@ -30,14 +30,14 @@ io.github.waterfallmc - waterfall-proxy + travertine-proxy ${project.version} compile - Waterfall + Travertine org.apache.maven.plugins diff --git a/chat/pom.xml b/chat/pom.xml index 853092339..5cc621414 100644 --- a/chat/pom.xml +++ b/chat/pom.xml @@ -5,18 +5,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.16-R0.5-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-chat + travertine-chat 1.16-R0.5-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 38db2292d..7cdcbd8b3 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -5,18 +5,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.16-R0.5-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-config + travertine-config 1.16-R0.5-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 82a411b08..b1a990c93 100644 --- a/event/pom.xml +++ b/event/pom.xml @@ -5,16 +5,16 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.16-R0.5-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-event + travertine-event 1.16-R0.5-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 646dbfae5..00f7b9c92 100644 --- a/log/pom.xml +++ b/log/pom.xml @@ -5,18 +5,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.16-R0.5-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-log + travertine-log 1.16-R0.5-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 51187fd15..9fe7044f9 100644 --- a/log4j/pom.xml +++ b/log4j/pom.xml @@ -4,18 +4,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.16-R0.5-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-log4j + travertine-log4j 1.16-R0.5-SNAPSHOT jar - Waterfall-Log - Simplistic and performant Log4j2 based logger and console API designed for use with Waterfall and Minecraft related applications. + Travertine-Log + Simplistic and performant Log4j2 based logger and console API designed for use with Travertine and Minecraft related applications. 2.14.0 @@ -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 472314c2f..8eb065721 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.16-R0.5-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-module-cmd-alert + travertine-module-cmd-alert 1.16-R0.5-SNAPSHOT jar diff --git a/module/cmd-find/pom.xml b/module/cmd-find/pom.xml index de8faee02..09e2835aa 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.16-R0.5-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-module-cmd-find + travertine-module-cmd-find 1.16-R0.5-SNAPSHOT jar diff --git a/module/cmd-list/pom.xml b/module/cmd-list/pom.xml index 0cab9a7ab..5d1ff0424 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.16-R0.5-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-module-cmd-list + travertine-module-cmd-list 1.16-R0.5-SNAPSHOT jar diff --git a/module/cmd-send/pom.xml b/module/cmd-send/pom.xml index 240c95487..1f6a7c681 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.16-R0.5-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-module-cmd-send + travertine-module-cmd-send 1.16-R0.5-SNAPSHOT jar diff --git a/module/cmd-server/pom.xml b/module/cmd-server/pom.xml index 4c13d5177..c353e8293 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.16-R0.5-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-module-cmd-server + travertine-module-cmd-server 1.16-R0.5-SNAPSHOT jar diff --git a/module/pom.xml b/module/pom.xml index c9849b6c1..ca0a9c87d 100644 --- a/module/pom.xml +++ b/module/pom.xml @@ -5,18 +5,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.16-R0.5-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-module + travertine-module 1.16-R0.5-SNAPSHOT pom - Waterfall Modules - Parent project for all Waterfall modules. + Travertine Modules + Parent project for all Travertine modules. cmd-alert @@ -36,7 +36,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 45910b0e7..d1a2d86c8 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.16-R0.5-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-module-reconnect-yaml + travertine-module-reconnect-yaml 1.16-R0.5-SNAPSHOT jar diff --git a/native/pom.xml b/native/pom.xml index db15febbc..a2efb5e52 100644 --- a/native/pom.xml +++ b/native/pom.xml @@ -5,18 +5,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.16-R0.5-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-native + travertine-native 1.16-R0.5-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 56bb4a7aa..b3ee7b0cd 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.16-R0.5-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,13 +65,13 @@ - 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 diff --git a/protocol/pom.xml b/protocol/pom.xml index 402266ca1..993cbca95 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -5,18 +5,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.16-R0.5-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-protocol + travertine-protocol 1.16-R0.5-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 @@ -42,7 +42,7 @@ io.github.waterfallmc - waterfall-chat + travertine-chat ${project.version} compile diff --git a/proxy/pom.xml b/proxy/pom.xml index ca1fc13b9..d67d1a5d3 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -5,17 +5,17 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.16-R0.5-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-proxy + travertine-proxy 1.16-R0.5-SNAPSHOT jar - Waterfall-Proxy + Travertine-Proxy Proxy component of the Elastic Portal Suite @@ -65,31 +65,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 338c30d35..c04992523 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 @@ -20,7 +20,7 @@ public class JenkinsModuleSource implements ModuleSource { final String url = String.format( "https://papermc.io/api/v2/projects/%1$s/versions/%2$s/builds/%3$s/downloads/%4$s-%2$s-%3$s.jar", - "waterfall", + "travertine", // Travertine net.md_5.bungee.api.ProxyServer.getInstance().getVersion().split(":")[2].split("-")[0], version.getBuild(), module.getName() diff --git a/query/pom.xml b/query/pom.xml index 8ce88f4a4..813696e45 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -5,18 +5,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.16-R0.5-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-query + travertine-query 1.16-R0.5-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.31.0