Use ReleaseVersion instead of no-longer-populated vcsTag#7542
Use ReleaseVersion instead of no-longer-populated vcsTag#7542labkey-susanh merged 5 commits intorelease26.3-SNAPSHOTfrom
Conversation
labkey-susanh
left a comment
There was a problem hiding this comment.
I guess if you're removing all the getters for the VcsTag property I can go ahead and remove its population from the gradle plugins as well.
I had to restore the setter because Spring was displeased having a |
Removed setter again after creating server branch with new gradle plugins version. |
Is there any value in keeping the setter around for pre-built modules with an old XML that might be deployed as-is? Or maybe we just add a release note and add the exception to our troubleshooting page? |
If we don't remove it now, we'll want to try to remember to remove it later, but it is probably better to not have a breaking change for a maintenance release. |
Great point. Let's restore in this PR and yank it from develop once this is merged forward. I pushed a commit to bring it back temporarily. |
|
I logged an issue https://github.com/LabKey/internal-issues/issues/1039 |

Rationale
vcsTagis no longer populated. UseReleaseVersioninstead for mothership reporting to track maintenance release versions.Related PRs
Changes
vcsTagmodule metadata submitted to mothershipvcsTagfromModuleinterfaceTasks 📍