From c886b87626400230a9a56600e33e2e4222773154 Mon Sep 17 00:00:00 2001 From: Paul Gregoire Date: Mon, 9 Dec 2024 09:49:16 -0800 Subject: [PATCH] Update version 2.0.8 and deps Spring/Tomcat --- client/pom.xml | 2 +- client/src/main/java/org/red5/client/Red5Client.java | 2 +- common/pom.xml | 4 ++-- common/src/main/java/org/red5/server/api/Red5.java | 4 ++-- io/pom.xml | 2 +- pom.xml | 7 +++---- server/pom.xml | 2 +- service/pom.xml | 2 +- servlet/pom.xml | 2 +- 9 files changed, 13 insertions(+), 14 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index 5ad94846b..d19d5b90f 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -3,7 +3,7 @@ org.red5 red5-parent - 2.0.7 + 2.0.8 4.0.0 red5-client diff --git a/client/src/main/java/org/red5/client/Red5Client.java b/client/src/main/java/org/red5/client/Red5Client.java index 7a58e2d35..86e3ca1ff 100644 --- a/client/src/main/java/org/red5/client/Red5Client.java +++ b/client/src/main/java/org/red5/client/Red5Client.java @@ -18,7 +18,7 @@ public final class Red5Client { /** * Current server version with revision */ - public static final String VERSION = "Red5 Client 2.0.7"; + public static final String VERSION = "Red5 Client 2.0.8"; /** * Create a new Red5Client object using the connection local to the current thread A bit of magic that lets you access the red5 scope diff --git a/common/pom.xml b/common/pom.xml index 36a9dba44..414dddcce 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -3,7 +3,7 @@ org.red5 red5-parent - 2.0.7 + 2.0.8 4.0.0 red5-server-common @@ -105,7 +105,7 @@ net.engio mbassador - 2.0.7 + 2.0.8 --> junit diff --git a/common/src/main/java/org/red5/server/api/Red5.java b/common/src/main/java/org/red5/server/api/Red5.java index c3372c724..c0d6dd814 100644 --- a/common/src/main/java/org/red5/server/api/Red5.java +++ b/common/src/main/java/org/red5/server/api/Red5.java @@ -57,12 +57,12 @@ public final class Red5 { /** * Server version with revision */ - public static final String VERSION = "Red5 Server 2.0.7"; + public static final String VERSION = "Red5 Server 2.0.8"; /** * Server version for fmsVer requests */ - public static final String FMS_VERSION = "RED5/2,0,7,0"; + public static final String FMS_VERSION = "RED5/2,0,8,0"; /** * Server capabilities diff --git a/io/pom.xml b/io/pom.xml index da018d76f..bbebdcdbf 100644 --- a/io/pom.xml +++ b/io/pom.xml @@ -3,7 +3,7 @@ org.red5 red5-parent - 2.0.7 + 2.0.8 4.0.0 red5-io diff --git a/pom.xml b/pom.xml index 4cb823c7e..416812a55 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ Red5 The Red5 server org.red5 - 2.0.7 + 2.0.8 https://github.com/Red5/red5-server 2005 @@ -103,9 +103,8 @@ 1.5.6 1.78.1 2.0.23 - - 6.1.14 - 11.0.0-M26 + 6.2.0 + 11.0.1 [4.13.1,) 1.9.59 2.10.6 diff --git a/server/pom.xml b/server/pom.xml index 8e92245a3..2266a387c 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -3,7 +3,7 @@ org.red5 red5-parent - 2.0.7 + 2.0.8 4.0.0 red5-server diff --git a/service/pom.xml b/service/pom.xml index 1c62d13dc..f5d42cdfc 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -3,7 +3,7 @@ org.red5 red5-parent - 2.0.7 + 2.0.8 4.0.0 red5-service diff --git a/servlet/pom.xml b/servlet/pom.xml index 541eea523..0cbba1d70 100644 --- a/servlet/pom.xml +++ b/servlet/pom.xml @@ -3,7 +3,7 @@ org.red5 red5-parent - 2.0.7 + 2.0.8 4.0.0 red5-servlet