From 966774373519ed9fed12de395206b8668fbb0d90 Mon Sep 17 00:00:00 2001 From: md_5 <git@md-5.net> Date: Fri, 28 Mar 2025 19:49:50 +1100 Subject: [PATCH] Release 1.21-R0.2 --- api/pom.xml | 4 ++-- bootstrap/pom.xml | 4 ++-- chat/pom.xml | 4 ++-- config/pom.xml | 4 ++-- event/pom.xml | 4 ++-- log/pom.xml | 4 ++-- module/cmd-alert/pom.xml | 4 ++-- module/cmd-find/pom.xml | 4 ++-- module/cmd-kick/pom.xml | 4 ++-- module/cmd-list/pom.xml | 4 ++-- module/cmd-send/pom.xml | 4 ++-- module/cmd-server/pom.xml | 4 ++-- module/pom.xml | 4 ++-- module/reconnect-yaml/pom.xml | 4 ++-- native/pom.xml | 4 ++-- pom.xml | 2 +- protocol/pom.xml | 4 ++-- proxy/pom.xml | 4 ++-- query/pom.xml | 4 ++-- slf4j/pom.xml | 4 ++-- 20 files changed, 39 insertions(+), 39 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 1d292359..efe41f21 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-parent</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-api</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <packaging>jar</packaging> <name>BungeeCord-API</name> diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml index 1c614e03..a96cc4b2 100644 --- a/bootstrap/pom.xml +++ b/bootstrap/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-parent</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-bootstrap</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <packaging>jar</packaging> <name>BungeeCord-Bootstrap</name> diff --git a/chat/pom.xml b/chat/pom.xml index 03de91ed..3c82e112 100644 --- a/chat/pom.xml +++ b/chat/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-parent</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-chat</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <packaging>jar</packaging> <name>BungeeCord-Chat</name> diff --git a/config/pom.xml b/config/pom.xml index 375f686e..179bee04 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-parent</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-config</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <packaging>jar</packaging> <name>BungeeCord-Config</name> diff --git a/event/pom.xml b/event/pom.xml index 7d4754f5..d4841a78 100644 --- a/event/pom.xml +++ b/event/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-parent</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-event</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <packaging>jar</packaging> <name>BungeeCord-Event</name> diff --git a/log/pom.xml b/log/pom.xml index 0a7f58c5..e5783450 100644 --- a/log/pom.xml +++ b/log/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-parent</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-log</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <packaging>jar</packaging> <name>BungeeCord-Log</name> diff --git a/module/cmd-alert/pom.xml b/module/cmd-alert/pom.xml index fa9df0ef..949c01c8 100644 --- a/module/cmd-alert/pom.xml +++ b/module/cmd-alert/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-module</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-module-cmd-alert</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <packaging>jar</packaging> <name>cmd_alert</name> diff --git a/module/cmd-find/pom.xml b/module/cmd-find/pom.xml index 5b021da4..03b67653 100644 --- a/module/cmd-find/pom.xml +++ b/module/cmd-find/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-module</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-module-cmd-find</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <packaging>jar</packaging> <name>cmd_find</name> diff --git a/module/cmd-kick/pom.xml b/module/cmd-kick/pom.xml index 661384ce..11eba16a 100644 --- a/module/cmd-kick/pom.xml +++ b/module/cmd-kick/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-module</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-module-cmd-kick</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <packaging>jar</packaging> <name>cmd_kick</name> diff --git a/module/cmd-list/pom.xml b/module/cmd-list/pom.xml index b5ed3e23..08204a0d 100644 --- a/module/cmd-list/pom.xml +++ b/module/cmd-list/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-module</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-module-cmd-list</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <packaging>jar</packaging> <name>cmd_list</name> diff --git a/module/cmd-send/pom.xml b/module/cmd-send/pom.xml index 81d888dd..c2e8aee2 100644 --- a/module/cmd-send/pom.xml +++ b/module/cmd-send/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-module</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-module-cmd-send</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <packaging>jar</packaging> <name>cmd_send</name> diff --git a/module/cmd-server/pom.xml b/module/cmd-server/pom.xml index b39740a4..8c3758d5 100644 --- a/module/cmd-server/pom.xml +++ b/module/cmd-server/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-module</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-module-cmd-server</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <packaging>jar</packaging> <name>cmd_server</name> diff --git a/module/pom.xml b/module/pom.xml index 67ed4450..9839f76d 100644 --- a/module/pom.xml +++ b/module/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-parent</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-module</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <packaging>pom</packaging> <name>BungeeCord Modules</name> diff --git a/module/reconnect-yaml/pom.xml b/module/reconnect-yaml/pom.xml index d0b2f530..9e8f920d 100644 --- a/module/reconnect-yaml/pom.xml +++ b/module/reconnect-yaml/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-module</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-module-reconnect-yaml</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <packaging>jar</packaging> <name>reconnect_yaml</name> diff --git a/native/pom.xml b/native/pom.xml index b81769ce..9f569aa2 100644 --- a/native/pom.xml +++ b/native/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-parent</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-native</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <packaging>jar</packaging> <name>BungeeCord-Native</name> diff --git a/pom.xml b/pom.xml index e203e519..42404b66 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>net.md-5</groupId> <artifactId>bungeecord-parent</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <packaging>pom</packaging> <name>BungeeCord-Parent</name> diff --git a/protocol/pom.xml b/protocol/pom.xml index 702f8e7b..6479001e 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-parent</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-protocol</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <packaging>jar</packaging> <name>BungeeCord-Protocol</name> diff --git a/proxy/pom.xml b/proxy/pom.xml index 587b7bdb..ac760dc0 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-parent</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-proxy</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <packaging>jar</packaging> <name>BungeeCord-Proxy</name> diff --git a/query/pom.xml b/query/pom.xml index 239cd735..01d0d32b 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-parent</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-query</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <packaging>jar</packaging> <name>BungeeCord-Query</name> diff --git a/slf4j/pom.xml b/slf4j/pom.xml index a9617a79..bda92f82 100644 --- a/slf4j/pom.xml +++ b/slf4j/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-parent</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>net.md-5</groupId> <artifactId>bungeecord-slf4j</artifactId> - <version>1.21-R0.2-SNAPSHOT</version> + <version>1.21-R0.2</version> <packaging>jar</packaging> <name>BungeeCord-SLF4J</name>