Can't release project due to non released dependencies
The above is from the log and it means that you still have snapshot dependencies in the module.
Can't release project due to non released dependencies
The above is from the log and it means that you still have snapshot dependencies in the module.
hi @dkayiwa so looking at this openmrs-distro-referenceapplication/pom.xml at master ยท openmrs/openmrs-distro-referenceapplication ยท GitHub i see its only referenceapplicationVersion which is snap shot which am actually trying to release
@dkayiwa hmm i also see 2.13.0-SNAPSHOT for the reff app,i was thinking this should be at 2.12.0 snapshot since we have not yet released
@dkayiwa how could we go over this?
Change it back to the expected version.
@dkayiwa we could merge in the above
@herbert24 @dkayiwa @mksd , are you trying to release a new version at the moment? Because I also need a new version of ReferecenApplication for timezones support.
yes we are releasing a new version
@herbert24 with an obvious build failure?
@dkayiwa i see what is breaking is about the ui tests and i only changed the version back to 2.12.0 snapshot
@herbert24 are you looking at the build failure on the pull request?
yes @dkayiwa looking at these logs updating reff app version by HerbertYiga ยท Pull Request #583 ยท openmrs/openmrs-distro-referenceapplication ยท GitHub
Does mvn clean install
succeed locally?
with these updates updating reff app version by HerbertYiga ยท Pull Request #583 ยท openmrs/openmrs-distro-referenceapplication ยท GitHub mvn install breaks with these logs G:\openmrs\modules\openmrs-distro-referenceapplication>mvn clean install[INFO] - Pastebin.com
Does it locally compile successfully.
on using mvn clean install,it breaks
Can you share the log for when you locally run mvn clean install
?
What does this command return? mvn -v