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

Release: openmrs-trunk-1976

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> 4a0911d572ee643a159f0279800d0e8186f7d1cb GCI-221: Added serial version ID to GlobalProperty.java (#2730)
I added a serialVersionUID field to GlobalProperty.java since it implements the Serializable class. Now able to deserialize objects that were serialized in a previous instance of the class since the ID will not change across instances (a static/class variable).