From d002f1654018a69fdee68237fff9aa1442363bc2 Mon Sep 17 00:00:00 2001 From: Tux Date: Thu, 19 May 2016 19:33:31 +0200 Subject: [PATCH] POM Changes - Require Java 8 - Deploy to papermc mvn repo diff --git a/api/pom.xml b/api/pom.xml index 30739518..bdccbd78 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -4,42 +4,42 @@ 4.0.0 - net.md-5 - bungeecord-parent - 1.20-R0.2-SNAPSHOT + io.github.waterfallmc + waterfall-parent + 1.20-R0.2-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-api + io.github.waterfallmc + waterfall-api 1.20-R0.2-SNAPSHOT jar - BungeeCord-API + Waterfall-API API implemented by the Elastic Portal Suite - net.md-5 - bungeecord-chat + io.github.waterfallmc + waterfall-chat ${project.version} compile - net.md-5 - bungeecord-config + io.github.waterfallmc + waterfall-config ${project.version} compile - net.md-5 - bungeecord-event + io.github.waterfallmc + waterfall-event ${project.version} compile - net.md-5 - bungeecord-protocol + io.github.waterfallmc + waterfall-protocol ${project.version} compile diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml index b10e7a38..07d49112 100644 --- a/bootstrap/pom.xml +++ b/bootstrap/pom.xml @@ -4,39 +4,40 @@ 4.0.0 - net.md-5 - bungeecord-parent + io.github.waterfallmc + waterfall-parent 1.20-R0.2-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-bootstrap + io.github.waterfallmc + waterfall-bootstrap 1.20-R0.2-SNAPSHOT jar - BungeeCord-Bootstrap - Java 1.6 loader for BungeeCord + Waterfall-Bootstrap + Java 1.6 loader for Waterfall true true - 1.6 - 1.6 + + 1.8 + 1.8 yyyyMMdd - net.md-5 - bungeecord-proxy + io.github.waterfallmc + waterfall-proxy ${project.version} compile - BungeeCord + Waterfall org.apache.maven.plugins @@ -45,7 +46,7 @@ - net.md_5.bungee.Bootstrap + net.md_5.bungee.Bootstrap ${describe} ${maven.build.timestamp} diff --git a/bootstrap/src/main/java/net/md_5/bungee/Bootstrap.java b/bootstrap/src/main/java/net/md_5/bungee/Bootstrap.java index 6be22739..a4516ed9 100644 --- a/bootstrap/src/main/java/net/md_5/bungee/Bootstrap.java +++ b/bootstrap/src/main/java/net/md_5/bungee/Bootstrap.java @@ -7,7 +7,7 @@ public class Bootstrap { if ( Float.parseFloat( System.getProperty( "java.class.version" ) ) < 52.0 ) { - System.err.println( "*** ERROR *** BungeeCord requires Java 8 or above to function! Please download and install it!" ); + System.err.println( "*** ERROR *** Waterfall requires Java 8 or above to function! Please download and install it!" ); System.out.println( "You can check your Java version with the command: java -version" ); return; } diff --git a/chat/pom.xml b/chat/pom.xml index 87c2beb1..2aa2ad55 100644 --- a/chat/pom.xml +++ b/chat/pom.xml @@ -4,19 +4,19 @@ 4.0.0 - net.md-5 - bungeecord-parent + io.github.waterfallmc + waterfall-parent 1.20-R0.2-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-chat + io.github.waterfallmc + waterfall-chat 1.20-R0.2-SNAPSHOT jar - BungeeCord-Chat - Minecraft JSON chat API intended for use with BungeeCord + Waterfall-Chat + Minecraft JSON chat API intended for use with Waterfall diff --git a/config/pom.xml b/config/pom.xml index 06d2e13b..058e6fa8 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -4,19 +4,19 @@ 4.0.0 - net.md-5 - bungeecord-parent + io.github.waterfallmc + waterfall-parent 1.20-R0.2-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-config + io.github.waterfallmc + waterfall-config 1.20-R0.2-SNAPSHOT jar - BungeeCord-Config - Generic java configuration API intended for use with BungeeCord + Waterfall-Config + Generic java configuration API intended for use with Waterfall diff --git a/event/pom.xml b/event/pom.xml index 13e71066..316f1e35 100644 --- a/event/pom.xml +++ b/event/pom.xml @@ -4,17 +4,17 @@ 4.0.0 - net.md-5 - bungeecord-parent + io.github.waterfallmc + waterfall-parent 1.20-R0.2-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-event + io.github.waterfallmc + waterfall-event 1.20-R0.2-SNAPSHOT jar - BungeeCord-Event - Generic java event dispatching API intended for use with BungeeCord + Waterfall-Event + Generic java event dispatching API intended for use with Waterfall. diff --git a/log/pom.xml b/log/pom.xml index 47eb961c..9ee30d66 100644 --- a/log/pom.xml +++ b/log/pom.xml @@ -4,19 +4,19 @@ 4.0.0 - net.md-5 - bungeecord-parent + io.github.waterfallmc + waterfall-parent 1.20-R0.2-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-log + io.github.waterfallmc + waterfall-log 1.20-R0.2-SNAPSHOT jar - BungeeCord-Log - Simplistic and performant java.util.Logger based logger and console API designed for use with BungeeCord and Minecraft related applications. + Waterfall-Log + Simplistic and performant java.util.Logger based logger and console API designed for use with Waterfall and Minecraft related applications. @@ -26,8 +26,8 @@ compile - net.md-5 - bungeecord-chat + io.github.waterfallmc + waterfall-chat ${project.version} compile diff --git a/module/cmd-alert/pom.xml b/module/cmd-alert/pom.xml index e63a1dfb..2016f6a1 100644 --- a/module/cmd-alert/pom.xml +++ b/module/cmd-alert/pom.xml @@ -4,14 +4,14 @@ 4.0.0 - net.md-5 - bungeecord-module + io.github.waterfallmc + waterfall-module 1.20-R0.2-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-module-cmd-alert + io.github.waterfallmc + waterfall-module-cmd-alert 1.20-R0.2-SNAPSHOT jar diff --git a/module/cmd-find/pom.xml b/module/cmd-find/pom.xml index 60b69834..7371de6a 100644 --- a/module/cmd-find/pom.xml +++ b/module/cmd-find/pom.xml @@ -4,14 +4,14 @@ 4.0.0 - net.md-5 - bungeecord-module + io.github.waterfallmc + waterfall-module 1.20-R0.2-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-module-cmd-find + io.github.waterfallmc + waterfall-module-cmd-find 1.20-R0.2-SNAPSHOT jar diff --git a/module/cmd-kick/pom.xml b/module/cmd-kick/pom.xml index 822babc6..9fac0511 100644 --- a/module/cmd-kick/pom.xml +++ b/module/cmd-kick/pom.xml @@ -4,14 +4,14 @@ 4.0.0 - net.md-5 - bungeecord-module + io.github.waterfallmc + waterfall-module 1.20-R0.2-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-module-cmd-kick + io.github.waterfallmc + waterfall-module-cmd-kick 1.20-R0.2-SNAPSHOT jar diff --git a/module/cmd-list/pom.xml b/module/cmd-list/pom.xml index ba861252..d7324d89 100644 --- a/module/cmd-list/pom.xml +++ b/module/cmd-list/pom.xml @@ -4,14 +4,14 @@ 4.0.0 - net.md-5 - bungeecord-module + io.github.waterfallmc + waterfall-module 1.20-R0.2-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-module-cmd-list + io.github.waterfallmc + waterfall-module-cmd-list 1.20-R0.2-SNAPSHOT jar diff --git a/module/cmd-send/pom.xml b/module/cmd-send/pom.xml index 1a62e71d..00539f37 100644 --- a/module/cmd-send/pom.xml +++ b/module/cmd-send/pom.xml @@ -4,14 +4,14 @@ 4.0.0 - net.md-5 - bungeecord-module + io.github.waterfallmc + waterfall-module 1.20-R0.2-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-module-cmd-send + io.github.waterfallmc + waterfall-module-cmd-send 1.20-R0.2-SNAPSHOT jar diff --git a/module/cmd-server/pom.xml b/module/cmd-server/pom.xml index 57cbf1e9..6785f2a0 100644 --- a/module/cmd-server/pom.xml +++ b/module/cmd-server/pom.xml @@ -4,14 +4,14 @@ 4.0.0 - net.md-5 - bungeecord-module + io.github.waterfallmc + waterfall-module 1.20-R0.2-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-module-cmd-server + io.github.waterfallmc + waterfall-module-cmd-server 1.20-R0.2-SNAPSHOT jar diff --git a/module/pom.xml b/module/pom.xml index b1fd5afd..d78c9a25 100644 --- a/module/pom.xml +++ b/module/pom.xml @@ -4,19 +4,19 @@ 4.0.0 - net.md-5 - bungeecord-parent + io.github.waterfallmc + waterfall-parent 1.20-R0.2-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-module + io.github.waterfallmc + waterfall-module 1.20-R0.2-SNAPSHOT pom - BungeeCord Modules - Parent project for all BungeeCord modules. + Waterfall Modules + Parent project for all Waterfall modules. cmd-alert @@ -29,15 +29,15 @@ - SpigotMC + WaterfallMC true true - net.md-5 - bungeecord-api + io.github.waterfallmc + waterfall-api ${project.version} compile diff --git a/module/reconnect-yaml/pom.xml b/module/reconnect-yaml/pom.xml index cf663eec..a426476d 100644 --- a/module/reconnect-yaml/pom.xml +++ b/module/reconnect-yaml/pom.xml @@ -4,14 +4,14 @@ 4.0.0 - net.md-5 - bungeecord-module + io.github.waterfallmc + waterfall-module 1.20-R0.2-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-module-reconnect-yaml + io.github.waterfallmc + waterfall-module-reconnect-yaml 1.20-R0.2-SNAPSHOT jar diff --git a/native/pom.xml b/native/pom.xml index a4265e54..5e9d29d7 100644 --- a/native/pom.xml +++ b/native/pom.xml @@ -4,19 +4,19 @@ 4.0.0 - net.md-5 - bungeecord-parent + io.github.waterfallmc + waterfall-parent 1.20-R0.2-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-native + io.github.waterfallmc + waterfall-native 1.20-R0.2-SNAPSHOT jar - BungeeCord-Native - Optional native code to speed up and enhance BungeeCord functionality. + Waterfall-Native + Optional native code to speed up and enhance Waterfall functionality. diff --git a/pom.xml b/pom.xml index ed3c1a87..a6684b7c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,18 +3,25 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - net.md-5 - bungeecord-parent + + io.github.waterfallmc + waterfall-super + dev-SNAPSHOT + ../pom.xml + + + io.github.waterfallmc + waterfall-parent 1.20-R0.2-SNAPSHOT pom - BungeeCord-Parent - Parent project for all BungeeCord modules. - https://github.com/SpigotMC/BungeeCord - 2012 + Waterfall-Parent + Parent project for all Waterfall modules. + https://github.com/WaterfallMC/Waterfall + 2015 - SpigotMC - https://github.com/SpigotMC + WaterfallMC + https://github.com/WaterfallMC @@ -26,7 +33,19 @@ - md_5 + Tux + + + Techcable + + + kashike + + + jamierocks + + + fuzzybot @@ -46,28 +65,24 @@ - scm:git:git@github.com:SpigotMC/BungeeCord.git - scm:git:git@github.com:SpigotMC/BungeeCord.git - git@github.com:SpigotMC/BungeeCord.git + scm:git:git@github.com:com:WaterfallMC/Waterfall.git + scm:git:git@github.com:WaterfallMC/Waterfall.git + git@github.com:WaterfallMC/Waterfall.git GitHub - https://github.com/SpigotMC/BungeeCord/issues + https://github.com/PaperMC/Waterfall/issues - - jenkins - http://ci.md-5.net/job/BungeeCord - - - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - - sonatype-nexus-staging - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + papermc-releases + https://papermc.io/repo/repository/maven-releases/ + + papermc-snapshots + https://papermc.io/repo/repository/maven-snapshots/ + @@ -143,12 +158,21 @@ + org.apache.maven.plugins maven-compiler-plugin 3.11.0 + maven-javadoc-plugin + 3.5.0 + + none + + + org.codehaus.mojo animal-sniffer-maven-plugin @@ -285,6 +310,15 @@ + + + true + + org.projectlombok @@ -333,6 +367,7 @@ none ${project.build.directory}/delombok + --no-module-directories diff --git a/protocol/pom.xml b/protocol/pom.xml index f1c169a9..12096614 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -4,19 +4,19 @@ 4.0.0 - net.md-5 - bungeecord-parent + io.github.waterfallmc + waterfall-parent 1.20-R0.2-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-protocol + io.github.waterfallmc + waterfall-protocol 1.20-R0.2-SNAPSHOT jar - BungeeCord-Protocol - Minimal implementation of the Minecraft protocol for use in BungeeCord + Waterfall-Protocol + Minimal implementation of the Minecraft protocol for use in Waterfall @@ -41,8 +41,8 @@ compile - net.md-5 - bungeecord-chat + io.github.waterfallmc + waterfall-chat ${project.version} compile diff --git a/proxy/pom.xml b/proxy/pom.xml index 335ee3d5..5558adfb 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -4,18 +4,18 @@ 4.0.0 - net.md-5 - bungeecord-parent + io.github.waterfallmc + waterfall-parent 1.20-R0.2-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-proxy + io.github.waterfallmc + waterfall-proxy 1.20-R0.2-SNAPSHOT jar - BungeeCord-Proxy + Waterfall-Proxy Proxy component of the Elastic Portal Suite @@ -52,38 +52,38 @@ compile - net.md-5 - bungeecord-api + io.github.waterfallmc + waterfall-api ${project.version} compile - net.md-5 - bungeecord-log + io.github.waterfallmc + waterfall-log ${project.version} compile - net.md-5 - bungeecord-native + io.github.waterfallmc + waterfall-native ${project.version} compile - net.md-5 - bungeecord-protocol + io.github.waterfallmc + waterfall-protocol ${project.version} compile - net.md-5 - bungeecord-query + io.github.waterfallmc + waterfall-query ${project.version} compile - net.md-5 - bungeecord-slf4j + io.github.waterfallmc + waterfall-slf4j ${project.version} compile diff --git a/query/pom.xml b/query/pom.xml index edd3e11a..4e9bd6cc 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -4,19 +4,19 @@ 4.0.0 - net.md-5 - bungeecord-parent + io.github.waterfallmc + waterfall-parent 1.20-R0.2-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-query + io.github.waterfallmc + waterfall-query 1.20-R0.2-SNAPSHOT jar - BungeeCord-Query - Minecraft query implementation based on the BungeeCord API. + Waterfall-Query + Minecraft query implementation based on the Waterfall API. @@ -25,8 +25,8 @@ compile - net.md-5 - bungeecord-api + io.github.waterfallmc + waterfall-api ${project.version} compile diff --git a/slf4j/pom.xml b/slf4j/pom.xml index acb5201f..b7529bf3 100644 --- a/slf4j/pom.xml +++ b/slf4j/pom.xml @@ -4,18 +4,18 @@ 4.0.0 - net.md-5 - bungeecord-parent - 1.20-R0.2-SNAPSHOT + io.github.waterfallmc + waterfall-super + dev-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-slf4j + io.github.waterfallmc + waterfall-slf4j 1.20-R0.2-SNAPSHOT jar - BungeeCord-SLF4J + Waterfall-SLF4J Wrapper over SLF4J for BungeeCord purposes. -- 2.42.0