Skip to content

Commit

Permalink
Updated version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mondain committed Feb 7, 2015
1 parent f7ad226 commit e269d04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name>Red5 :: Common server classes</name>
<description>Classes common for multiple red5 projects</description>
<groupId>org.red5</groupId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5-RELEASE</version>
<url>https://github.com/Red5/red5-server-common</url>
<inceptionYear>2005</inceptionYear>
<organization>
Expand Down Expand Up @@ -56,7 +56,7 @@
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<red5-io.version>1.0.5-SNAPSHOT</red5-io.version>
<red5-io.version>1.0.5-RELEASE</red5-io.version>
<spring.version>4.0.8.RELEASE</spring.version>
<mina.version>2.0.8</mina.version>
<quartz.version>2.1.7</quartz.version>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/red5/server/api/Red5.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public final class Red5 {
/**
* Server version with revision
*/
public static final String VERSION = "Red5 Server 1.0.5-SNAPSHOT";
public static final String VERSION = "Red5 Server 1.0.5-RELEASE";

/**
* Server version for fmsVer requests
Expand All @@ -76,7 +76,7 @@ public final class Red5 {
/**
* Server capabilities
*/
public static final Integer CAPABILITIES = Integer.valueOf(33); // was 31
public static final Integer CAPABILITIES = Integer.valueOf(33);

/**
* Data version for NetStatusEvents
Expand Down

0 comments on commit e269d04

Please sign in to comment.