Skip to content

Commit

Permalink
update version to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davutcavdar committed Apr 30, 2018
1 parent 6e69fcd commit c63abe8
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.3.3</version>
<version>1.3.4</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 @@ -52,7 +52,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.3.3</red5-server-common.version>
<red5-server-common.version>1.3.4</red5-server-common.version>
<cors-filter.version>2.5</cors-filter.version>
<periscope-api.version>1.1.0</periscope-api.version>
<restfb.version>1.43.0</restfb.version>
Expand All @@ -70,7 +70,7 @@
<liveapp.version>1.3.6</liveapp.version>
<webrtcappee.version>1.3.3</webrtcappee.version>
<ant-media-server-service.version>1.2.1</ant-media-server-service.version>
<ant-media-server-enterprise.version>1.3.3</ant-media-server-enterprise.version>
<ant-media-server-enterprise.version>1.3.4</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.3.3.jar
ANT_MEDIA_SERVER_JAR=./target/ant-media-server-1.3.4.jar

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

Expand Down

0 comments on commit c63abe8

Please sign in to comment.