1. Deployment projects
  2. Deploy Trunk Nightly
  3. Releases

Release: openmrs-trunk-1975

INCOMPLETE
Deploys nightly Demo and publishes nightly to sourceforge

Commits

Comparison is available only for releases created from the same branch as this release.

This release
Author Commit Message Commit date
Akshat Jain <respectthegame23@gmail.com> Akshat Jain <respectthegame23@gmail.com> 66e07194a036bc6ce94fe7bdd0bfaaf68c778e58 TRUNK-5436 Removed Unnecessary commented code. (#2727)
Property code was commented, not serving any purpose. Goes against convention rules.
Shakeel Samsudeen <shakeelsamsudeen15@gmail.com> Shakeel Samsudeen <shakeelsamsudeen15@gmail.com> 2afa831b3e79aba79e0ac4280931195a5f4c63a2 GCI-246 Replace the Long Constructor with valueOf (#2726)
Using Long.valueOf(long) instead of the inefficient new Long(long) constructor