Skip to content

Commit

Permalink
Update version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mekya committed Feb 16, 2018
1 parent afb1426 commit 1b317bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.antmedia</groupId>
<artifactId>ant-media-server</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
<name>Ant Media Server</name>
<description>Ant Media Server supports RTMP, RTSP, MP4, HLS, WebRTC, Adaptive Streaming, etc.</description>
<packaging>jar</packaging>
Expand Down Expand Up @@ -51,7 +51,7 @@
<finalName>${project.artifactId}-${project.version}</finalName>
<red5-io.version>${project.parent.version}</red5-io.version>
<red5-service.version>${project.version}</red5-service.version>
<red5-server-common.version>1.2.2</red5-server-common.version>
<red5-server-common.version>1.2.3</red5-server-common.version>
<cors-filter.version>2.5</cors-filter.version>
<periscope-api.version>1.0.0</periscope-api.version>
<restfb.version>1.43.0</restfb.version>
Expand All @@ -66,7 +66,7 @@
<webrtcapp.version>1.2.2</webrtcapp.version>
<consoleapp.version>1.2.2</consoleapp.version>
<liveapp.version>1.2.2</liveapp.version>
<webrtcappee.version>1.2.2</webrtcappee.version>
<webrtcappee.version>1.2.3</webrtcappee.version>
<ant-media-server-service.version>1.2.0</ant-media-server-service.version>
<ant-media-server-enterprise.version>1.2.2</ant-media-server-enterprise.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion redeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi

ANT_MEDIA_SERVER_DIR=~/softwares/ant-media-server

ANT_MEDIA_SERVER_JAR=./target/ant-media-server-1.2.2.jar
ANT_MEDIA_SERVER_JAR=./target/ant-media-server-1.2.3.jar

SRC_CONF_DIR=./src/main/server/conf/

Expand Down

0 comments on commit 1b317bc

Please sign in to comment.