-
-
Notifications
You must be signed in to change notification settings - Fork 985
Release Information
Paul Gregoire edited this page Sep 1, 2016
·
4 revisions
JDK version: JDK 7
Update version
Project poms:
mvn versions:set -DnewVersion=$VERSION
Red5 class:
- Go to red5-server-common repo
- Open Red5.java and update the version data
- Save, commit, push
Build order
- red5-io
- red5-server-common
- red5-client
- red5-service
- red5-server
Maven command
MVN_OPTS="-Dproject.version=$VERSION -Dred5-server.version=$VERSION -Dmaven.test.skip=true -Dmaven.compiler.fork=true -Dmaven.compiler.executable=/usr/lib/jvm/java-7-openjdk-amd64/bin/javac"
export MVN_OPTS
mvn $MVN_OPTS clean deploy -P release >deploy.log 2>&1
Update Javadocs Online docs are located here: https://github.com/Red5/red5.github.io/tree/master/javadoc and are available here