diff --git a/client/pom.xml b/client/pom.xml index 71759b11e..e6b3444be 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -3,7 +3,7 @@ org.red5 red5-parent - 2.0.5 + 2.0.6 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 0d2b42e4a..2b3901077 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.5"; + public static final String VERSION = "Red5 Client 2.0.6"; /** * 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 192aa5dd8..4c1d53716 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -3,7 +3,7 @@ org.red5 red5-parent - 2.0.5 + 2.0.6 4.0.0 red5-server-common @@ -105,7 +105,7 @@ net.engio mbassador - 2.0.5 + 2.0.6 --> 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 e4171e54a..a3e0d29a8 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.5"; + public static final String VERSION = "Red5 Server 2.0.6"; /** * Server version for fmsVer requests */ - public static final String FMS_VERSION = "RED5/2,0,5,0"; + public static final String FMS_VERSION = "RED5/2,0,6,0"; /** * Server capabilities diff --git a/io/pom.xml b/io/pom.xml index 8363f8575..eaae3dbc7 100644 --- a/io/pom.xml +++ b/io/pom.xml @@ -3,7 +3,7 @@ org.red5 red5-parent - 2.0.5 + 2.0.6 4.0.0 red5-io diff --git a/pom.xml b/pom.xml index ebfe5d17e..5afc4e87d 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ Red5 The Red5 server org.red5 - 2.0.5 + 2.0.6 https://github.com/Red5/red5-server 2005 @@ -104,8 +104,8 @@ 1.78.1 2.0.23 - 6.1.8 - 11.0.0-M20 + 6.1.13 + 11.0.0-M26 [4.13.1,) 1.9.59 2.10.6 diff --git a/server/pom.xml b/server/pom.xml index b62dced51..b08c05c4c 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -3,7 +3,7 @@ org.red5 red5-parent - 2.0.5 + 2.0.6 4.0.0 red5-server diff --git a/service/pom.xml b/service/pom.xml index 7f082d2db..a73a1b870 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -3,7 +3,7 @@ org.red5 red5-parent - 2.0.5 + 2.0.6 4.0.0 red5-service diff --git a/servlet/pom.xml b/servlet/pom.xml index 81dc5f31f..aadd1d3b3 100644 --- a/servlet/pom.xml +++ b/servlet/pom.xml @@ -3,7 +3,7 @@ org.red5 red5-parent - 2.0.5 + 2.0.6 4.0.0 red5-servlet