diff --git a/client/pom.xml b/client/pom.xml
index 780e4c3db..60c3b1ee6 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -3,7 +3,7 @@
org.red5
red5-parent
- 1.3.12
+ 1.3.13
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 db0245ddc..093e2307f 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 1.3.12";
+ public static final String VERSION = "Red5 Client 1.3.13";
/**
* 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 6a6261114..874e44cd9 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -3,7 +3,7 @@
org.red5
red5-parent
- 1.3.12
+ 1.3.13
4.0.0
red5-server-common
@@ -124,7 +124,7 @@
net.engio
mbassador
- 1.3.12
+ 1.3.13
-->
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 b63f8dafb..5550964f3 100644
--- a/common/src/main/java/org/red5/server/api/Red5.java
+++ b/common/src/main/java/org/red5/server/api/Red5.java
@@ -55,12 +55,12 @@ public final class Red5 {
/**
* Server version with revision
*/
- public static final String VERSION = "Red5 Server 1.3.12";
+ public static final String VERSION = "Red5 Server 1.3.13";
/**
* Server version for fmsVer requests
*/
- public static final String FMS_VERSION = "RED5/1,3,12,0";
+ public static final String FMS_VERSION = "RED5/1,3,13,0";
/**
* Server capabilities
diff --git a/io/pom.xml b/io/pom.xml
index 0edd3d247..725e9620f 100644
--- a/io/pom.xml
+++ b/io/pom.xml
@@ -3,7 +3,7 @@
org.red5
red5-parent
- 1.3.12
+ 1.3.13
4.0.0
red5-io
diff --git a/server/pom.xml b/server/pom.xml
index bf73006d9..5534d8798 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -3,7 +3,7 @@
org.red5
red5-parent
- 1.3.12
+ 1.3.13
4.0.0
red5-server
diff --git a/service/pom.xml b/service/pom.xml
index d3ccbbdc6..90c9f7d0a 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -3,7 +3,7 @@
org.red5
red5-parent
- 1.3.12
+ 1.3.13
4.0.0
red5-service