So which repository are you cross checking?
its the above, and it has reference application Version 2.12.0-SNAPSHOT as the only snap shot
And which repository is the failing CI plan referencing?
looking through the logs ,its GitHub - openmrs/openmrs-module-referenceapplication: A module that provides the basic web features
So is that the repository that you are cross checking?
just to be clear,i cross heck the distro before going on to release a module, for example i want to release the reff app module,this is 2.12.0 in distro,and whenever i release its what is breaking on bamboo
Is the CI plan that is failing referencing the distro anywhere?
not really
Then why aren’t you checking the correct repository?
ok,so how can i over go over this https://ci.openmrs.org/download/RA-RA-RTM/build_logs/RA-RA-RTM-3897.log
Do you understand this message in the logs? Can't release project due to non released dependencies
ohh i see,sorry i was only cross checking distro pom,i notice i need to cross check https://github.com/openmrs/openmrs-module-referenceapplication/blob/master/pom.xml
let me fix things and will get back here, thanks for your time
@dkayiwa hi here some quick question, does what we have in distro pom have to match with what we have in https://github.com/openmrs/openmrs-module-referenceapplication/blob/master/pom.xml
That is just like any other module in the reference application.
@dkayiwa fix for the snapshot version we had in reff app module Update uiframework from snapshot by HerbertYiga · Pull Request #99 · openmrs/openmrs-module-referenceapplication · GitHub
Already merged.
thanks much
@dkayiwa on trying to release the reff app module again,i still get the same logs https://ci.openmrs.org/download/RA-RA-RTM/build_logs/RA-RA-RTM-3899.log even after merging in the pr
Are you rerunning the previous failed job? Or running a new one?