Bamboo Release Failing!

I have used the following variables for release at Bamboo CI preparing.refapp.distro.release=true (initial) maven.release.version 2.7.0 maven.development.version =2.7.0

Build failed as at https://ci.openmrs.org/browse/REFAPP-OMODDISTRO-7052

preparing.refapp.distro.release=true (initial) maven.release.version 2.7.0 maven.development.version =2.8.0-SNAPSHOT

https://ci.openmrs.org/browse/REFAPP-OMODDISTRO-7056

Are these the only variables to consider? as per https://wiki.openmrs.org/display/docs/OpenMRS+Reference+Application+Release+Process

cc.@dkayiwa cc. @wyclif FYI @ssmusoke

@maurya reported a bug at Patient widget summary only working for default concepts so @dkayiwa i think i have to wait for @raff to fix it.

The error is [ERROR] Version 2.7…0 is not semver, e.g. 4.25.0. Check http://semver.org/

You mistyped the version (used two dots)

2 Likes

@raff aah thanks for the observation.

@tendomart, note that right before releasing the distro we need to do the Reference Application module 2.7.0 release.

@raff Thanks for the info

@raff Please clarify this.

Before releasing the reference application distro, you need to release the RA module (currently 2.7.0-SNPASHOT). It is the last SNAPSHOT dependency in https://github.com/openmrs/openmrs-distro-referenceapplication/blob/master/pom.xml#L43.

It can be released from CI, see https://ci.openmrs.org/browse/RA-RA/latest The release version needs to be the same as the RA distro i.e. 2.7.0.

@raff Thanks i had actually earlier tried to edit the pom.xml and then a PR,hope this is automated at CI.