From 7aa7359005c392b4d3a2430506a7aa0d62334f88 Mon Sep 17 00:00:00 2001 From: Troy Frew Date: Mon, 27 Jun 2016 01:56:24 -0400 Subject: [PATCH] POM Changes diff --git a/api/pom.xml b/api/pom.xml index b276c45..bf0b243 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,41 +5,41 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.10-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-api + travertine-api 1.10-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 07cf1d0..29e904c 100644 --- a/bootstrap/pom.xml +++ b/bootstrap/pom.xml @@ -5,18 +5,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.10-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-bootstrap + travertine-bootstrap 1.10-SNAPSHOT jar - Waterfall-Bootstrap - Java 1.6 loader for Waterfall + Travertine-Bootstrap + Java 1.6 loader for Travertine 1.6 @@ -27,7 +27,7 @@ io.github.waterfallmc - waterfall-proxy + travertine-proxy ${project.version} compile @@ -40,7 +40,7 @@ - Waterfall + Travertine diff --git a/chat/pom.xml b/chat/pom.xml index 866b39a..11de3ba 100644 --- a/chat/pom.xml +++ b/chat/pom.xml @@ -5,18 +5,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.10-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-chat + travertine-chat 1.10-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 8280c2d..7fd29a5 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -5,18 +5,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.10-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-config + travertine-config 1.10-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 60970e9..ac5a4c2 100644 --- a/event/pom.xml +++ b/event/pom.xml @@ -5,18 +5,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.10-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-event + travertine-event 1.10-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/module/cmd-alert/pom.xml b/module/cmd-alert/pom.xml index 0c076f9..9ef13e2 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.10-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-module-cmd-alert + travertine-module-cmd-alert 1.10-SNAPSHOT jar diff --git a/module/cmd-find/pom.xml b/module/cmd-find/pom.xml index 2cf8d6d..aeaa23b 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.10-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-module-cmd-find + travertine-module-cmd-find 1.10-SNAPSHOT jar diff --git a/module/cmd-list/pom.xml b/module/cmd-list/pom.xml index 0300b5c..7b6c1de 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.10-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-module-cmd-list + travertine-module-cmd-list 1.10-SNAPSHOT jar diff --git a/module/cmd-send/pom.xml b/module/cmd-send/pom.xml index 6d96f3a..4d1b677 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.10-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-module-cmd-send + travertine-module-cmd-send 1.10-SNAPSHOT jar diff --git a/module/cmd-server/pom.xml b/module/cmd-server/pom.xml index 1c508e3..284adb3 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.10-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-module-cmd-server + travertine-module-cmd-server 1.10-SNAPSHOT jar diff --git a/module/pom.xml b/module/pom.xml index 19d50c6..aad91d7 100644 --- a/module/pom.xml +++ b/module/pom.xml @@ -5,18 +5,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.10-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-module + travertine-module 1.10-SNAPSHOT pom - Waterfall Modules - Parent project for all Waterfall modules. + Travertine Modules + Parent project for all Travertine modules. cmd-alert @@ -34,7 +34,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 93d2b4a..cb6ce39 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.10-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-module-reconnect-yaml + travertine-module-reconnect-yaml 1.10-SNAPSHOT jar diff --git a/native/pom.xml b/native/pom.xml index a2b422c..c4ecb05 100644 --- a/native/pom.xml +++ b/native/pom.xml @@ -5,18 +5,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.10-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-native + travertine-native 1.10-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 6fe9ef4..2134785 100644 --- a/pom.xml +++ b/pom.xml @@ -10,14 +10,14 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.10-SNAPSHOT pom - Waterfall-Parent - Parent project for all Waterfall modules. - https://github.com/WaterfallMC/Waterfall - 2015 + Travertine-Parent + Parent project for all Travertine modules. + https://github.com/WaterfallMC/Travertine + 2016 WaterfallMC https://github.com/WaterfallMC @@ -40,6 +40,9 @@ kashike + + fuzzybot + @@ -56,13 +59,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:WaterfallMC/Travertine.git + scm:git:git@github.com:WaterfallMC/Travertine.git + git@github.com:WaterfallMC/Travertine.git GitHub - https://github.com/WaterfallMC/Waterfall/issues + https://github.com/WaterfallMC/Travertine/issues teamcity diff --git a/protocol/pom.xml b/protocol/pom.xml index 58e107e..5f74b5e 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -5,23 +5,23 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.10-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-protocol + travertine-protocol 1.10-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 9d792b5..1079c13 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -5,17 +5,17 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.10-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-proxy + travertine-proxy 1.10-SNAPSHOT jar - Waterfall-Proxy + Travertine-Proxy Proxy component of the Elastic Portal Suite @@ -40,25 +40,25 @@ io.github.waterfallmc - waterfall-api + travertine-api ${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/query/pom.xml b/query/pom.xml index 1d76633..b1fd982 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -5,18 +5,18 @@ io.github.waterfallmc - waterfall-parent + travertine-parent 1.10-SNAPSHOT ../pom.xml io.github.waterfallmc - waterfall-query + travertine-query 1.10-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.7.4 (Apple Git-66)