mirror of
https://github.com/PaperMC/Waterfall.git
synced 2025-04-03 18:35:49 +02:00
Updated Upstream (Waterfall)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing
Waterfall Changes:
7737b0f
Updated Upstream (BungeeCord)
This commit is contained in:
parent
8156b7f3d2
commit
6d5156647f
@ -1 +1 @@
|
|||||||
Subproject commit 4cd9150051f49a8c08cb6a940e686c84f86fc91e
|
Subproject commit 7737b0ff0ab2f3f23b98b5611919152f1dab7012
|
@ -1,11 +1,11 @@
|
|||||||
From 00f97a0d13b457b2841dca5b602b31262bdbc23f Mon Sep 17 00:00:00 2001
|
From e943774222d5e69130f3ef6f1493937d23c4875b Mon Sep 17 00:00:00 2001
|
||||||
From: Troy Frew <fuzzy_bot@arenaga.me>
|
From: Troy Frew <fuzzy_bot@arenaga.me>
|
||||||
Date: Tue, 15 Nov 2016 08:56:43 -0500
|
Date: Tue, 15 Nov 2016 08:56:43 -0500
|
||||||
Subject: [PATCH] POM Changes
|
Subject: [PATCH] POM Changes
|
||||||
|
|
||||||
|
|
||||||
diff --git a/api/pom.xml b/api/pom.xml
|
diff --git a/api/pom.xml b/api/pom.xml
|
||||||
index 3db59115..61900703 100644
|
index b276ee73..bb58e96d 100644
|
||||||
--- a/api/pom.xml
|
--- a/api/pom.xml
|
||||||
+++ b/api/pom.xml
|
+++ b/api/pom.xml
|
||||||
@@ -5,41 +5,41 @@
|
@@ -5,41 +5,41 @@
|
||||||
@ -14,14 +14,14 @@ index 3db59115..61900703 100644
|
|||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-parent</artifactId>
|
- <artifactId>waterfall-parent</artifactId>
|
||||||
+ <artifactId>travertine-parent</artifactId>
|
+ <artifactId>travertine-parent</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-api</artifactId>
|
- <artifactId>waterfall-api</artifactId>
|
||||||
+ <artifactId>travertine-api</artifactId>
|
+ <artifactId>travertine-api</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
- <name>Waterfall-API</name>
|
- <name>Waterfall-API</name>
|
||||||
@ -58,7 +58,7 @@ index 3db59115..61900703 100644
|
|||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml
|
diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml
|
||||||
index 9c1ec374..cd80bff0 100644
|
index 3730c14c..2668b278 100644
|
||||||
--- a/bootstrap/pom.xml
|
--- a/bootstrap/pom.xml
|
||||||
+++ b/bootstrap/pom.xml
|
+++ b/bootstrap/pom.xml
|
||||||
@@ -5,18 +5,18 @@
|
@@ -5,18 +5,18 @@
|
||||||
@ -67,14 +67,14 @@ index 9c1ec374..cd80bff0 100644
|
|||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-parent</artifactId>
|
- <artifactId>waterfall-parent</artifactId>
|
||||||
+ <artifactId>travertine-parent</artifactId>
|
+ <artifactId>travertine-parent</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-bootstrap</artifactId>
|
- <artifactId>waterfall-bootstrap</artifactId>
|
||||||
+ <artifactId>travertine-bootstrap</artifactId>
|
+ <artifactId>travertine-bootstrap</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
- <name>Waterfall-Bootstrap</name>
|
- <name>Waterfall-Bootstrap</name>
|
||||||
@ -102,7 +102,7 @@ index 9c1ec374..cd80bff0 100644
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
diff --git a/chat/pom.xml b/chat/pom.xml
|
diff --git a/chat/pom.xml b/chat/pom.xml
|
||||||
index 3055357b..815c4db2 100644
|
index 4c08a151..65c44d00 100644
|
||||||
--- a/chat/pom.xml
|
--- a/chat/pom.xml
|
||||||
+++ b/chat/pom.xml
|
+++ b/chat/pom.xml
|
||||||
@@ -6,18 +6,18 @@
|
@@ -6,18 +6,18 @@
|
||||||
@ -111,14 +111,14 @@ index 3055357b..815c4db2 100644
|
|||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-parent</artifactId>
|
- <artifactId>waterfall-parent</artifactId>
|
||||||
+ <artifactId>travertine-parent</artifactId>
|
+ <artifactId>travertine-parent</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-chat</artifactId>
|
- <artifactId>waterfall-chat</artifactId>
|
||||||
+ <artifactId>travertine-chat</artifactId>
|
+ <artifactId>travertine-chat</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
- <name>Waterfall-Chat</name>
|
- <name>Waterfall-Chat</name>
|
||||||
@ -129,7 +129,7 @@ index 3055357b..815c4db2 100644
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
diff --git a/config/pom.xml b/config/pom.xml
|
diff --git a/config/pom.xml b/config/pom.xml
|
||||||
index cec0e98a..00d2b849 100644
|
index 43542e86..5209bab2 100644
|
||||||
--- a/config/pom.xml
|
--- a/config/pom.xml
|
||||||
+++ b/config/pom.xml
|
+++ b/config/pom.xml
|
||||||
@@ -5,18 +5,18 @@
|
@@ -5,18 +5,18 @@
|
||||||
@ -138,14 +138,14 @@ index cec0e98a..00d2b849 100644
|
|||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-parent</artifactId>
|
- <artifactId>waterfall-parent</artifactId>
|
||||||
+ <artifactId>travertine-parent</artifactId>
|
+ <artifactId>travertine-parent</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-config</artifactId>
|
- <artifactId>waterfall-config</artifactId>
|
||||||
+ <artifactId>travertine-config</artifactId>
|
+ <artifactId>travertine-config</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
- <name>Waterfall-Config</name>
|
- <name>Waterfall-Config</name>
|
||||||
@ -156,7 +156,7 @@ index cec0e98a..00d2b849 100644
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
diff --git a/event/pom.xml b/event/pom.xml
|
diff --git a/event/pom.xml b/event/pom.xml
|
||||||
index 5c634272..06cf37d8 100644
|
index c5c7f8b4..017d3100 100644
|
||||||
--- a/event/pom.xml
|
--- a/event/pom.xml
|
||||||
+++ b/event/pom.xml
|
+++ b/event/pom.xml
|
||||||
@@ -5,16 +5,16 @@
|
@@ -5,16 +5,16 @@
|
||||||
@ -165,14 +165,14 @@ index 5c634272..06cf37d8 100644
|
|||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-parent</artifactId>
|
- <artifactId>waterfall-parent</artifactId>
|
||||||
+ <artifactId>travertine-parent</artifactId>
|
+ <artifactId>travertine-parent</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-event</artifactId>
|
- <artifactId>waterfall-event</artifactId>
|
||||||
+ <artifactId>travertine-event</artifactId>
|
+ <artifactId>travertine-event</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
- <name>Waterfall-Event</name>
|
- <name>Waterfall-Event</name>
|
||||||
@ -181,7 +181,7 @@ index 5c634272..06cf37d8 100644
|
|||||||
+ <description>Generic java event dispatching API intended for use with Travertine.</description>
|
+ <description>Generic java event dispatching API intended for use with Travertine.</description>
|
||||||
</project>
|
</project>
|
||||||
diff --git a/log/pom.xml b/log/pom.xml
|
diff --git a/log/pom.xml b/log/pom.xml
|
||||||
index ccba264a..d875fd21 100644
|
index 5cb1bd19..a07c5a62 100644
|
||||||
--- a/log/pom.xml
|
--- a/log/pom.xml
|
||||||
+++ b/log/pom.xml
|
+++ b/log/pom.xml
|
||||||
@@ -5,18 +5,18 @@
|
@@ -5,18 +5,18 @@
|
||||||
@ -190,14 +190,14 @@ index ccba264a..d875fd21 100644
|
|||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-parent</artifactId>
|
- <artifactId>waterfall-parent</artifactId>
|
||||||
+ <artifactId>travertine-parent</artifactId>
|
+ <artifactId>travertine-parent</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-log</artifactId>
|
- <artifactId>waterfall-log</artifactId>
|
||||||
+ <artifactId>travertine-log</artifactId>
|
+ <artifactId>travertine-log</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
- <name>Waterfall-Log</name>
|
- <name>Waterfall-Log</name>
|
||||||
@ -269,7 +269,7 @@ index 2229d347..9d699af0 100644
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
diff --git a/module/cmd-alert/pom.xml b/module/cmd-alert/pom.xml
|
diff --git a/module/cmd-alert/pom.xml b/module/cmd-alert/pom.xml
|
||||||
index 8fb7bb6f..5308a15a 100644
|
index 809f8bb6..78b878ed 100644
|
||||||
--- a/module/cmd-alert/pom.xml
|
--- a/module/cmd-alert/pom.xml
|
||||||
+++ b/module/cmd-alert/pom.xml
|
+++ b/module/cmd-alert/pom.xml
|
||||||
@@ -5,13 +5,13 @@
|
@@ -5,13 +5,13 @@
|
||||||
@ -278,18 +278,18 @@ index 8fb7bb6f..5308a15a 100644
|
|||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-module</artifactId>
|
- <artifactId>waterfall-module</artifactId>
|
||||||
+ <artifactId>travertine-module</artifactId>
|
+ <artifactId>travertine-module</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-module-cmd-alert</artifactId>
|
- <artifactId>waterfall-module-cmd-alert</artifactId>
|
||||||
+ <artifactId>travertine-module-cmd-alert</artifactId>
|
+ <artifactId>travertine-module-cmd-alert</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
diff --git a/module/cmd-find/pom.xml b/module/cmd-find/pom.xml
|
diff --git a/module/cmd-find/pom.xml b/module/cmd-find/pom.xml
|
||||||
index a247e1a7..02843ebb 100644
|
index f4a45cec..f54d0f03 100644
|
||||||
--- a/module/cmd-find/pom.xml
|
--- a/module/cmd-find/pom.xml
|
||||||
+++ b/module/cmd-find/pom.xml
|
+++ b/module/cmd-find/pom.xml
|
||||||
@@ -5,13 +5,13 @@
|
@@ -5,13 +5,13 @@
|
||||||
@ -298,18 +298,18 @@ index a247e1a7..02843ebb 100644
|
|||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-module</artifactId>
|
- <artifactId>waterfall-module</artifactId>
|
||||||
+ <artifactId>travertine-module</artifactId>
|
+ <artifactId>travertine-module</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-module-cmd-find</artifactId>
|
- <artifactId>waterfall-module-cmd-find</artifactId>
|
||||||
+ <artifactId>travertine-module-cmd-find</artifactId>
|
+ <artifactId>travertine-module-cmd-find</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
diff --git a/module/cmd-list/pom.xml b/module/cmd-list/pom.xml
|
diff --git a/module/cmd-list/pom.xml b/module/cmd-list/pom.xml
|
||||||
index eac49ae2..8ad9d6f5 100644
|
index 5c4c1717..e5ef5689 100644
|
||||||
--- a/module/cmd-list/pom.xml
|
--- a/module/cmd-list/pom.xml
|
||||||
+++ b/module/cmd-list/pom.xml
|
+++ b/module/cmd-list/pom.xml
|
||||||
@@ -5,13 +5,13 @@
|
@@ -5,13 +5,13 @@
|
||||||
@ -318,18 +318,18 @@ index eac49ae2..8ad9d6f5 100644
|
|||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-module</artifactId>
|
- <artifactId>waterfall-module</artifactId>
|
||||||
+ <artifactId>travertine-module</artifactId>
|
+ <artifactId>travertine-module</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-module-cmd-list</artifactId>
|
- <artifactId>waterfall-module-cmd-list</artifactId>
|
||||||
+ <artifactId>travertine-module-cmd-list</artifactId>
|
+ <artifactId>travertine-module-cmd-list</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
diff --git a/module/cmd-send/pom.xml b/module/cmd-send/pom.xml
|
diff --git a/module/cmd-send/pom.xml b/module/cmd-send/pom.xml
|
||||||
index 56cd2e2f..3deac123 100644
|
index ed209b57..efec2710 100644
|
||||||
--- a/module/cmd-send/pom.xml
|
--- a/module/cmd-send/pom.xml
|
||||||
+++ b/module/cmd-send/pom.xml
|
+++ b/module/cmd-send/pom.xml
|
||||||
@@ -5,13 +5,13 @@
|
@@ -5,13 +5,13 @@
|
||||||
@ -338,18 +338,18 @@ index 56cd2e2f..3deac123 100644
|
|||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-module</artifactId>
|
- <artifactId>waterfall-module</artifactId>
|
||||||
+ <artifactId>travertine-module</artifactId>
|
+ <artifactId>travertine-module</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-module-cmd-send</artifactId>
|
- <artifactId>waterfall-module-cmd-send</artifactId>
|
||||||
+ <artifactId>travertine-module-cmd-send</artifactId>
|
+ <artifactId>travertine-module-cmd-send</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
diff --git a/module/cmd-server/pom.xml b/module/cmd-server/pom.xml
|
diff --git a/module/cmd-server/pom.xml b/module/cmd-server/pom.xml
|
||||||
index d5d0c387..99795f25 100644
|
index 542d42c3..5e407092 100644
|
||||||
--- a/module/cmd-server/pom.xml
|
--- a/module/cmd-server/pom.xml
|
||||||
+++ b/module/cmd-server/pom.xml
|
+++ b/module/cmd-server/pom.xml
|
||||||
@@ -5,13 +5,13 @@
|
@@ -5,13 +5,13 @@
|
||||||
@ -358,18 +358,18 @@ index d5d0c387..99795f25 100644
|
|||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-module</artifactId>
|
- <artifactId>waterfall-module</artifactId>
|
||||||
+ <artifactId>travertine-module</artifactId>
|
+ <artifactId>travertine-module</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-module-cmd-server</artifactId>
|
- <artifactId>waterfall-module-cmd-server</artifactId>
|
||||||
+ <artifactId>travertine-module-cmd-server</artifactId>
|
+ <artifactId>travertine-module-cmd-server</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
diff --git a/module/pom.xml b/module/pom.xml
|
diff --git a/module/pom.xml b/module/pom.xml
|
||||||
index 39c5f9a7..94d09fa9 100644
|
index b195f687..1308ebab 100644
|
||||||
--- a/module/pom.xml
|
--- a/module/pom.xml
|
||||||
+++ b/module/pom.xml
|
+++ b/module/pom.xml
|
||||||
@@ -5,18 +5,18 @@
|
@@ -5,18 +5,18 @@
|
||||||
@ -378,14 +378,14 @@ index 39c5f9a7..94d09fa9 100644
|
|||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-parent</artifactId>
|
- <artifactId>waterfall-parent</artifactId>
|
||||||
+ <artifactId>travertine-parent</artifactId>
|
+ <artifactId>travertine-parent</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-module</artifactId>
|
- <artifactId>waterfall-module</artifactId>
|
||||||
+ <artifactId>travertine-module</artifactId>
|
+ <artifactId>travertine-module</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
- <name>Waterfall Modules</name>
|
- <name>Waterfall Modules</name>
|
||||||
@ -405,7 +405,7 @@ index 39c5f9a7..94d09fa9 100644
|
|||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
diff --git a/module/reconnect-yaml/pom.xml b/module/reconnect-yaml/pom.xml
|
diff --git a/module/reconnect-yaml/pom.xml b/module/reconnect-yaml/pom.xml
|
||||||
index 415674cc..5eb16f26 100644
|
index e46cf142..5d9bcbae 100644
|
||||||
--- a/module/reconnect-yaml/pom.xml
|
--- a/module/reconnect-yaml/pom.xml
|
||||||
+++ b/module/reconnect-yaml/pom.xml
|
+++ b/module/reconnect-yaml/pom.xml
|
||||||
@@ -5,13 +5,13 @@
|
@@ -5,13 +5,13 @@
|
||||||
@ -414,18 +414,18 @@ index 415674cc..5eb16f26 100644
|
|||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-module</artifactId>
|
- <artifactId>waterfall-module</artifactId>
|
||||||
+ <artifactId>travertine-module</artifactId>
|
+ <artifactId>travertine-module</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-module-reconnect-yaml</artifactId>
|
- <artifactId>waterfall-module-reconnect-yaml</artifactId>
|
||||||
+ <artifactId>travertine-module-reconnect-yaml</artifactId>
|
+ <artifactId>travertine-module-reconnect-yaml</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
diff --git a/native/pom.xml b/native/pom.xml
|
diff --git a/native/pom.xml b/native/pom.xml
|
||||||
index c69672f9..db714097 100644
|
index 6453a6f0..6bfd337f 100644
|
||||||
--- a/native/pom.xml
|
--- a/native/pom.xml
|
||||||
+++ b/native/pom.xml
|
+++ b/native/pom.xml
|
||||||
@@ -5,18 +5,18 @@
|
@@ -5,18 +5,18 @@
|
||||||
@ -434,14 +434,14 @@ index c69672f9..db714097 100644
|
|||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-parent</artifactId>
|
- <artifactId>waterfall-parent</artifactId>
|
||||||
+ <artifactId>travertine-parent</artifactId>
|
+ <artifactId>travertine-parent</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-native</artifactId>
|
- <artifactId>waterfall-native</artifactId>
|
||||||
+ <artifactId>travertine-native</artifactId>
|
+ <artifactId>travertine-native</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
- <name>Waterfall-Native</name>
|
- <name>Waterfall-Native</name>
|
||||||
@ -452,7 +452,7 @@ index c69672f9..db714097 100644
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
diff --git a/pom.xml b/pom.xml
|
diff --git a/pom.xml b/pom.xml
|
||||||
index 5b283b4b..47225cf4 100644
|
index 97908819..dc56d60c 100644
|
||||||
--- a/pom.xml
|
--- a/pom.xml
|
||||||
+++ b/pom.xml
|
+++ b/pom.xml
|
||||||
@@ -5,19 +5,19 @@
|
@@ -5,19 +5,19 @@
|
||||||
@ -468,7 +468,7 @@ index 5b283b4b..47225cf4 100644
|
|||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-parent</artifactId>
|
- <artifactId>waterfall-parent</artifactId>
|
||||||
+ <artifactId>travertine-parent</artifactId>
|
+ <artifactId>travertine-parent</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
- <name>Waterfall-Parent</name>
|
- <name>Waterfall-Parent</name>
|
||||||
@ -504,7 +504,7 @@ index 5b283b4b..47225cf4 100644
|
|||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
diff --git a/protocol/pom.xml b/protocol/pom.xml
|
diff --git a/protocol/pom.xml b/protocol/pom.xml
|
||||||
index e58a361e..08f50f33 100644
|
index cfc33af2..6c542037 100644
|
||||||
--- a/protocol/pom.xml
|
--- a/protocol/pom.xml
|
||||||
+++ b/protocol/pom.xml
|
+++ b/protocol/pom.xml
|
||||||
@@ -5,18 +5,18 @@
|
@@ -5,18 +5,18 @@
|
||||||
@ -513,14 +513,14 @@ index e58a361e..08f50f33 100644
|
|||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-parent</artifactId>
|
- <artifactId>waterfall-parent</artifactId>
|
||||||
+ <artifactId>travertine-parent</artifactId>
|
+ <artifactId>travertine-parent</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-protocol</artifactId>
|
- <artifactId>waterfall-protocol</artifactId>
|
||||||
+ <artifactId>travertine-protocol</artifactId>
|
+ <artifactId>travertine-protocol</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
- <name>Waterfall-Protocol</name>
|
- <name>Waterfall-Protocol</name>
|
||||||
@ -540,7 +540,7 @@ index e58a361e..08f50f33 100644
|
|||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
diff --git a/proxy/pom.xml b/proxy/pom.xml
|
diff --git a/proxy/pom.xml b/proxy/pom.xml
|
||||||
index 4c61d336..fcac6e71 100644
|
index fca4d609..805778fd 100644
|
||||||
--- a/proxy/pom.xml
|
--- a/proxy/pom.xml
|
||||||
+++ b/proxy/pom.xml
|
+++ b/proxy/pom.xml
|
||||||
@@ -5,17 +5,17 @@
|
@@ -5,17 +5,17 @@
|
||||||
@ -549,14 +549,14 @@ index 4c61d336..fcac6e71 100644
|
|||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-parent</artifactId>
|
- <artifactId>waterfall-parent</artifactId>
|
||||||
+ <artifactId>travertine-parent</artifactId>
|
+ <artifactId>travertine-parent</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-proxy</artifactId>
|
- <artifactId>waterfall-proxy</artifactId>
|
||||||
+ <artifactId>travertine-proxy</artifactId>
|
+ <artifactId>travertine-proxy</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
- <name>Waterfall-Proxy</name>
|
- <name>Waterfall-Proxy</name>
|
||||||
@ -615,7 +615,7 @@ index 9b20d0df..2637b9e2 100644
|
|||||||
// 15 second timeout at various stages
|
// 15 second timeout at various stages
|
||||||
con.setConnectTimeout( 15000 );
|
con.setConnectTimeout( 15000 );
|
||||||
diff --git a/query/pom.xml b/query/pom.xml
|
diff --git a/query/pom.xml b/query/pom.xml
|
||||||
index 15cc4166..9347c8da 100644
|
index 98abf706..660662cb 100644
|
||||||
--- a/query/pom.xml
|
--- a/query/pom.xml
|
||||||
+++ b/query/pom.xml
|
+++ b/query/pom.xml
|
||||||
@@ -5,18 +5,18 @@
|
@@ -5,18 +5,18 @@
|
||||||
@ -624,14 +624,14 @@ index 15cc4166..9347c8da 100644
|
|||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-parent</artifactId>
|
- <artifactId>waterfall-parent</artifactId>
|
||||||
+ <artifactId>travertine-parent</artifactId>
|
+ <artifactId>travertine-parent</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>io.github.waterfallmc</groupId>
|
<groupId>io.github.waterfallmc</groupId>
|
||||||
- <artifactId>waterfall-query</artifactId>
|
- <artifactId>waterfall-query</artifactId>
|
||||||
+ <artifactId>travertine-query</artifactId>
|
+ <artifactId>travertine-query</artifactId>
|
||||||
<version>1.16-R0.2-SNAPSHOT</version>
|
<version>1.16-R0.3-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
- <name>Waterfall-Query</name>
|
- <name>Waterfall-Query</name>
|
||||||
@ -651,5 +651,5 @@ index 15cc4166..9347c8da 100644
|
|||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
--
|
--
|
||||||
2.25.1
|
2.27.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user