Skip to content
Snippets Groups Projects
Commit f76bae10 authored by Paul Gregoire's avatar Paul Gregoire
Browse files

Updated solely for Spring workaround; versioned 1.3.12

parent 75158a4f
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.red5</groupId> <groupId>org.red5</groupId>
<artifactId>red5-parent</artifactId> <artifactId>red5-parent</artifactId>
<version>1.3.11</version> <version>1.3.12</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>red5-client</artifactId> <artifactId>red5-client</artifactId>
......
...@@ -18,7 +18,7 @@ public final class Red5Client { ...@@ -18,7 +18,7 @@ public final class Red5Client {
/** /**
* Current server version with revision * Current server version with revision
*/ */
public static final String VERSION = "Red5 Client 1.3.11"; public static final String VERSION = "Red5 Client 1.3.12";
/** /**
* Create a new Red5Client object using the connection local to the current thread A bit of magic that lets you access the red5 scope * Create a new Red5Client object using the connection local to the current thread A bit of magic that lets you access the red5 scope
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.red5</groupId> <groupId>org.red5</groupId>
<artifactId>red5-parent</artifactId> <artifactId>red5-parent</artifactId>
<version>1.3.11</version> <version>1.3.12</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>red5-server-common</artifactId> <artifactId>red5-server-common</artifactId>
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
<dependency> <dependency>
<groupId>net.engio</groupId> <groupId>net.engio</groupId>
<artifactId>mbassador</artifactId> <artifactId>mbassador</artifactId>
<version>1.3.11</version> <version>1.3.12</version>
</dependency> --> </dependency> -->
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
......
...@@ -55,12 +55,12 @@ public final class Red5 { ...@@ -55,12 +55,12 @@ public final class Red5 {
/** /**
* Server version with revision * Server version with revision
*/ */
public static final String VERSION = "Red5 Server 1.3.11"; public static final String VERSION = "Red5 Server 1.3.12";
/** /**
* Server version for fmsVer requests * Server version for fmsVer requests
*/ */
public static final String FMS_VERSION = "RED5/1,3,11,0"; public static final String FMS_VERSION = "RED5/1,3,12,0";
/** /**
* Server capabilities * Server capabilities
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.red5</groupId> <groupId>org.red5</groupId>
<artifactId>red5-parent</artifactId> <artifactId>red5-parent</artifactId>
<version>1.3.11</version> <version>1.3.12</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>red5-io</artifactId> <artifactId>red5-io</artifactId>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<name>Red5</name> <name>Red5</name>
<description>The Red5 server</description> <description>The Red5 server</description>
<groupId>org.red5</groupId> <groupId>org.red5</groupId>
<version>1.3.11</version> <version>1.3.12</version>
<url>https://github.com/Red5/red5-server</url> <url>https://github.com/Red5/red5-server</url>
<inceptionYear>2005</inceptionYear> <inceptionYear>2005</inceptionYear>
<organization> <organization>
...@@ -99,7 +99,8 @@ ...@@ -99,7 +99,8 @@
<logback.version>1.2.11</logback.version> <logback.version>1.2.11</logback.version>
<bc.version>1.62</bc.version> <bc.version>1.62</bc.version>
<mina.version>2.0.23</mina.version> <mina.version>2.0.23</mina.version>
<spring.version>[5.3.5,)</spring.version> <!-- Can no longer open-end spring, 6.0 forces jdk 17 -->
<spring.version>5.3.24</spring.version>
<tomcat.version>8.5.83</tomcat.version> <tomcat.version>8.5.83</tomcat.version>
<junit.version>[4.13.1,)</junit.version> <junit.version>[4.13.1,)</junit.version>
<isoparser.version>1.9.39</isoparser.version> <isoparser.version>1.9.39</isoparser.version>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.red5</groupId> <groupId>org.red5</groupId>
<artifactId>red5-parent</artifactId> <artifactId>red5-parent</artifactId>
<version>1.3.11</version> <version>1.3.12</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>red5-server</artifactId> <artifactId>red5-server</artifactId>
......
...@@ -4,8 +4,6 @@ import java.io.IOException; ...@@ -4,8 +4,6 @@ import java.io.IOException;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
import javax.servlet.ServletInputStream;
import javax.servlet.ServletOutputStream;
import javax.servlet.http.HttpSession; import javax.servlet.http.HttpSession;
import javax.servlet.http.WebConnection; import javax.servlet.http.WebConnection;
import javax.websocket.CloseReason; import javax.websocket.CloseReason;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.red5</groupId> <groupId>org.red5</groupId>
<artifactId>red5-parent</artifactId> <artifactId>red5-parent</artifactId>
<version>1.3.11</version> <version>1.3.12</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>red5-service</artifactId> <artifactId>red5-service</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment