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

feat(updater): add maven pom.xml file support (#33, #109) #123

Merged
merged 2 commits into from
Jan 15, 2024
Merged

feat(updater): add maven pom.xml file support (#33, #109) #123

merged 2 commits into from
Jan 15, 2024

Conversation

TaylorHo
Copy link

Hi! As I commented here, on the PR #109, these are the changes that add support for Maven projects, using the pom.xml version file.

All the work has been done by @paul-barton, but since the PR #109 hasn't had any updates in a while, I have forked it, fixed the tests, and fixed the updater configuration, and it's now working fine!

This PR is part of the updaters for non-node projects, as explained on Issue #33.

@TaylorHo
Copy link
Author

@TimothyJones Can you review, please?

Copy link
Member

@TimothyJones TimothyJones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks so much!

@TimothyJones TimothyJones enabled auto-merge (squash) January 15, 2024 22:33
@codecov-commenter
Copy link

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (c137339) 94.43% compared to head (be6c08c) 94.11%.

Files Patch % Lines
lib/updaters/index.js 0.00% 2 Missing ⚠️
lib/updaters/types/maven.js 95.83% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #123      +/-   ##
==========================================
- Coverage   94.43%   94.11%   -0.32%     
==========================================
  Files          25       26       +1     
  Lines         467      493      +26     
==========================================
+ Hits          441      464      +23     
- Misses         26       29       +3     

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

@TimothyJones TimothyJones merged commit 6466beb into absolute-version:master Jan 15, 2024
8 checks passed
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.

None yet

3 participants