From 8a67ee0be0b56fcefea96a90b54c251f5660cc5f Mon Sep 17 00:00:00 2001 From: Tux Date: Thu, 19 May 2016 10:33:31 -0700 Subject: [PATCH] POM Changes Require Java 8 diff --git a/api/pom.xml b/api/pom.xml index d9363b6..c71c1b1 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -4,42 +4,42 @@ 4.0.0 - net.md-5 - bungeecord-parent + io.github.waterfallmc + waterfall-parent 1.9-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-api + io.github.waterfallmc + waterfall-api 1.9-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 0c02349..0785736 100644 --- a/bootstrap/pom.xml +++ b/bootstrap/pom.xml @@ -4,19 +4,19 @@ 4.0.0 - net.md-5 - bungeecord-parent + io.github.waterfallmc + waterfall-parent 1.9-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-bootstrap + io.github.waterfallmc + waterfall-bootstrap 1.9-SNAPSHOT jar - BungeeCord-Bootstrap - Java 1.6 loader for BungeeCord + Waterfall-Bootstrap + Java 1.6 loader for Waterfall 1.6 @@ -26,8 +26,8 @@ - net.md-5 - bungeecord-proxy + io.github.waterfallmc + waterfall-proxy ${project.version} compile @@ -40,7 +40,7 @@ - BungeeCord + Waterfall @@ -57,7 +57,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 b7cb81e..a4516ed 100644 --- a/bootstrap/src/main/java/net/md_5/bungee/Bootstrap.java +++ b/bootstrap/src/main/java/net/md_5/bungee/Bootstrap.java @@ -5,9 +5,9 @@ public class Bootstrap public static void main(String[] args) throws Exception { - if ( Float.parseFloat( System.getProperty( "java.class.version" ) ) < 51.0 ) + if ( Float.parseFloat( System.getProperty( "java.class.version" ) ) < 52.0 ) { - System.err.println( "*** ERROR *** BungeeCord requires Java 7 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 0b447c1..7ff3224 100644 --- a/chat/pom.xml +++ b/chat/pom.xml @@ -4,23 +4,24 @@ 4.0.0 - net.md-5 - bungeecord-parent + io.github.waterfallmc + waterfall-parent 1.9-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-chat + io.github.waterfallmc + waterfall-chat 1.9-SNAPSHOT jar - BungeeCord-Chat - Minecraft JSON chat API intended for use with BungeeCord + Waterfall-Chat + Minecraft JSON chat API intended for use with Waterfall - 1.6 - 1.6 + + 1.8 + 1.8 diff --git a/config/pom.xml b/config/pom.xml index 5c99e14..29e50dc 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.9-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-config + io.github.waterfallmc + waterfall-config 1.9-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 a5fee80..b6ef990 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.9-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-event + io.github.waterfallmc + waterfall-event 1.9-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/module/cmd-alert/pom.xml b/module/cmd-alert/pom.xml index 1cc7fef..bc71a34 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.9-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-module-cmd-alert + io.github.waterfallmc + waterfall-module-cmd-alert 1.9-SNAPSHOT jar diff --git a/module/cmd-find/pom.xml b/module/cmd-find/pom.xml index 10b6a4f..a4e9f89 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.9-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-module-cmd-find + io.github.waterfallmc + waterfall-module-cmd-find 1.9-SNAPSHOT jar diff --git a/module/cmd-list/pom.xml b/module/cmd-list/pom.xml index 774b694..6f4f4a7 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.9-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-module-cmd-list + io.github.waterfallmc + waterfall-module-cmd-list 1.9-SNAPSHOT jar diff --git a/module/cmd-send/pom.xml b/module/cmd-send/pom.xml index 15d03fc..7481b49 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.9-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-module-cmd-send + io.github.waterfallmc + waterfall-module-cmd-send 1.9-SNAPSHOT jar diff --git a/module/cmd-server/pom.xml b/module/cmd-server/pom.xml index a72db68..1be3c11 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.9-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-module-cmd-server + io.github.waterfallmc + waterfall-module-cmd-server 1.9-SNAPSHOT jar diff --git a/module/pom.xml b/module/pom.xml index 3482d0d..100b8d7 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.9-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-module + io.github.waterfallmc + waterfall-module 1.9-SNAPSHOT pom - BungeeCord Modules - Parent project for all BungeeCord modules. + Waterfall Modules + Parent project for all Waterfall modules. cmd-alert @@ -33,8 +33,8 @@ - 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 bf5ae48..c0f55ba 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.9-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-module-reconnect-yaml + io.github.waterfallmc + waterfall-module-reconnect-yaml 1.9-SNAPSHOT jar diff --git a/native/pom.xml b/native/pom.xml index fb12cc4..5dd2e51 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.9-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-native + io.github.waterfallmc + waterfall-native 1.9-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 d8d7c02..badd9c4 100644 --- a/pom.xml +++ b/pom.xml @@ -3,24 +3,18 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - - org.sonatype.oss - oss-parent - 9 - - - net.md-5 - bungeecord-parent + io.github.waterfallmc + waterfall-parent 1.9-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 @@ -32,7 +26,13 @@ - md_5 + Tux + + + Techcable + + + kashike @@ -50,24 +50,36 @@ - 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/WaterfallMC/Waterfall/issues - jenkins - http://ci.md-5.net/job/BungeeCord + teamcity + https://getwaterfall.xyz/builds/ + + + ellune-releases + https://repo.ellune.net/content/repositories/releases/ + + + ellune-snapshots + https://repo.ellune.net/content/repositories/snapshots/ + + + unknown 4.0.33.Final - 1.7 - 1.7 + + 1.8 + 1.8 UTF-8 @@ -93,12 +105,13 @@ org.projectlombok lombok - 1.14.8 + 1.16.8 provided + clean install net.md-5 @@ -116,36 +129,14 @@ - - org.codehaus.mojo - animal-sniffer-maven-plugin - 1.13 - - - process-classes - - check - - - - - - java.lang.ClassLoader - java.lang.Throwable - java.util.Locale - - - org.codehaus.mojo.signature - java16 - 1.1 - - - org.apache.maven.plugins maven-javadoc-plugin 2.7 + + -Xdoclint:none + @@ -180,4 +171,49 @@ + + + + deployment + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + + attach-javadocs + package + + jar + + + -Xdoclint:none + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.4 + + + attach-sources + package + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + + + + diff --git a/protocol/pom.xml b/protocol/pom.xml index 9e816ab..8b462f5 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -4,24 +4,24 @@ 4.0.0 - net.md-5 - bungeecord-parent + io.github.waterfallmc + waterfall-parent 1.9-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-protocol + io.github.waterfallmc + waterfall-protocol 1.9-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 - net.md-5 - bungeecord-chat + io.github.waterfallmc + waterfall-chat ${project.version} compile diff --git a/proxy/pom.xml b/proxy/pom.xml index 44ff3ff..3fe4937 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.9-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-proxy + io.github.waterfallmc + waterfall-proxy 1.9-SNAPSHOT jar - BungeeCord-Proxy + Waterfall-Proxy Proxy component of the Elastic Portal Suite @@ -39,26 +39,26 @@ compile - net.md-5 - bungeecord-api + io.github.waterfallmc + waterfall-api ${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 diff --git a/query/pom.xml b/query/pom.xml index 81bd2c7..dbb2e81 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.9-SNAPSHOT ../pom.xml - net.md-5 - bungeecord-query + io.github.waterfallmc + waterfall-query 1.9-SNAPSHOT jar - BungeeCord-Query - Minecraft query implementation based on the BungeeCord API. + Waterfall-Query + Minecraft query implementation based on the Waterfall API. @@ -26,8 +26,8 @@ compile - net.md-5 - bungeecord-api + io.github.waterfallmc + waterfall-api ${project.version} compile -- 2.8.3