...
| Code Block |
|---|
svn -m "creating release branch for 5.0.alpha311" copy https://svn.activiti.org/repo/activiti/trunk https://svn.activiti.org/repo/activiti/tags/activiti-5.0.alpha311 |
- Update the version in the release branch: s/5.1-SNAPSHOT/5.1/g
- Update the version in trunk to the next version's snapshot e.g. s/5.1-SNAPSHOT/5.2-SNAPSHOT/g
- Update the version in trunk of module activiti-upgrade to the new snapshot. e.g. s/5.1-ALWAYS-SNAPSHOT/5.2-ALWAYS-SNAPSHOT/g
- Verification: Run the test suite: mvn -Pcheck clean install in the code base root
...
~/.activiti/upgrade/build.db2.properties
~/.activiti/upgrade/build.h2.properties
~/.activiti/upgrade/build.mssql.properties
~/.activiti/upgrade/build.mssql.properties~/.activiti/upgrade/build.mysql.properties~/.activiti/upgrade/build.oracle.properties
~/.activiti/upgrade/build.postgres.properties
...
Then upload the distro/target/activiti-5.011.alpha3.zip to http://ts.alfresco.com/share/page/site/activiti/documentlibrary#path=/Downloads&page=1
Upload the file to Amazon S3 (Through Ash/Panda/yourself)
Upload the activiti-modeler-5.x.war file to Amazon S3 (through Ash/Panda/yourself)
Publish the maven artifacts
...
