Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gh-3244 fix ci versioning #3245

Merged
merged 3 commits into from
Jul 1, 2024
Merged

Gh-3244 fix ci versioning #3245

merged 3 commits into from
Jul 1, 2024

Conversation

tb06904
Copy link
Member

@tb06904 tb06904 commented Jun 24, 2024

Moves to using mavens 'revision' property so don't have to rely on the release plugin anymore (further reading). This requires editing all the poms to abstract out the version hence lots of file changes.

This also includes a fix so that the version is consistently pulled from the milestone closing so the version on develop should be incremented correctly (set to always be the patch version increasing by default)

Set the version to 2.3.0 -SNAPSHOT in line with next milestone

Related issue

@tb06904 tb06904 linked an issue Jun 24, 2024 that may be closed by this pull request
Copy link

sonarcloud bot commented Jun 24, 2024

Copy link

codecov bot commented Jun 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.07%. Comparing base (d948fa5) to head (197e39a).

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #3245      +/-   ##
=============================================
+ Coverage      67.06%   67.07%   +0.01%     
- Complexity      2556     2558       +2     
=============================================
  Files            919      919              
  Lines          29492    29492              
  Branches        3288     3288              
=============================================
+ Hits           19778    19782       +4     
+ Misses          8263     8261       -2     
+ Partials        1451     1449       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wb36499 wb36499 merged commit 4520b25 into develop Jul 1, 2024
29 checks passed
@wb36499 wb36499 deleted the gh-3244-fix-ci-versioning branch July 1, 2024 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix the auto up versioning in CI
4 participants