Issue deploying Lucee 5.2.9+31

Don’t forget to tell us about your stack!

OS: Ubuntu
Java Version: Java 8
Tomcat Version: 8
Lucee Version: 5.2.9+31

Trying to deploy Lucee 5.2.9+31 using commandbox. Getting the following error:

× | Starting Server
Dez 28 16:52:41 server box[2214]: |------------------------------
Dez 28 16:52:41 server box[2214]: | √ | Setting Server Profile to [production]
Dez 28 16:52:41 server box[2214]: | × | Installing package [forgebox:lucee@5.2.9+31]
Dez 28 16:52:41 server box[2214]: | | Verifying package ‘lucee’ in forgebox, please wait…
Dez 28 16:52:41 server box[2214]: ERROR (5.9.1+00767)
Dez 28 16:52:41 server box[2214]: Exact version [5.2.9+31] not found for package [lucee].
Dez 28 16:52:41 server box[2214]: Example versions are [ 5.2.9+031, 5.2.9-SNAPSHOT+40, 5.2.9-SNAPSHOT+39, 5.2.9-SNAPSHOT+37, 5.2.9-SNAPSHOT+36, 5.2.9-SNAPSHOT+35, 5.2.9-SNAPSHOT+34, 5.2.9-SNAPSHOT+33, 5.2.9-SNAPSHOT+32, 5.2.9-SNAPSHOT+31, 5.2.9-SNAPSHOT+30, 5.2.9-SNAPSHOT+29, 5.2.9-SNAPSHOT+28, 5.2.9-SNAPSHOT+27, 5.2.9-SNAPSHOT+26, 5.2.9-SNAPSHOT+25, 5.2.9-SNAPSHOT+24, 5.2.9-SNAPSHOT+23, 5.2.9-SNAPSHOT+22, 5.2.9-SNAPSHOT+20]

This used to work. I’m noticing the “0” in front of 31 in the version number. Did this change recently?

try to write:
5.2.9.031
or
5.2.9+031

From list of versions available:

image

yes, I understand. What I don’t understand is how something like that changes in the code where I have to put a “0” in front of 31 where I didn’t have to do that before.