OPENDJ-2583 Upgrade from 2.5.0 express to 3.0.0 does not work
This problem is a side effect of the git migration.
After the git migration, all revision numbers were removed from the upgrade tasks (commit 412ad6b800c1fbd15661110e21d836b888231cce).
However, in the case of upgrade from 2.5.0 Xpress1 to 3.0, the tasks labelled with 2.5.0,
and which had a SVN revision number less than the 2.5.0 Xpress1 SVN revision number (r8087),
are now not selected because 2.5.0 < 2.5.0.8087 .
The fix is to stop using the revision number during the comparison
and introduce a fake 2.5.1 version for all changes post 2.5.0 Xpress1 but before 2.6.0.
I am wondering if we should get rid of never released version numbers (2.5.1, 2.7.0) and replace them with actual released version numbers.
BuildVersion.java:
Now ignore the revision number, so
Upgrade.java:
Changed all post 2.5.0 Xpress1 changes to version 2.5.1.