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

Resolves #899: Corrected the invocation of Resolver to retrieve the timestamped snapshot version #901

Merged

Conversation

jarmoniuk
Copy link
Contributor

@jarmoniuk jarmoniuk commented Jan 8, 2023

It would be ideal if the Resolver method https://maven.apache.org/resolver/maven-resolver-api/apidocs/org/eclipse/aether/RepositorySystem.html#resolveVersion(org.eclipse.aether.RepositorySystemSession,org.eclipse.aether.resolution.VersionRequest) be tested too, but it's rather a test of the Resolver itself.

Edit: Ah, perhaps the its's simply not supported by mrm: mojohaus/mrm#22
@slawekjaranowski please review

@jarmoniuk jarmoniuk changed the title Resolves #899: Corrected the invocation of Resolver to retrieve the timestamped snapshot version; added unit tests for LockSnapshotsMojo for the case when no timestamped versions are found Resolves #899: Corrected the invocation of Resolver to retrieve the timestamped snapshot version Jan 8, 2023
…ve the timestamped snapshot version; added unit tests for LockSnapshotsMojo for the case when no timestamped versions are found
@jarmoniuk jarmoniuk force-pushed the issue-899-lock-snapshots-github branch from ff79a17 to a6baf81 Compare January 8, 2023 06:40
@slawekjaranowski slawekjaranowski linked an issue Jan 9, 2023 that may be closed by this pull request
@slawekjaranowski slawekjaranowski added this to the 2.15.0 milestone Jan 9, 2023
@slawekjaranowski slawekjaranowski merged commit bd40038 into mojohaus:master Jan 9, 2023
@jarmoniuk jarmoniuk deleted the issue-899-lock-snapshots-github branch January 9, 2023 17:10
srowen pushed a commit to apache/spark that referenced this pull request Mar 3, 2023
### What changes were proposed in this pull request?
This pr aims upgrade `versions-maven-plugin` to 2.15.0

### Why are the changes needed?
New version bring some improvements like:
- mojohaus/versions#898
- mojohaus/versions#883
- mojohaus/versions#878
- mojohaus/versions#893

and some bug fix:
- mojohaus/versions#901
- mojohaus/versions#897
- mojohaus/versions#891

The full release notes as follows:
- https://github.com/mojohaus/versions/releases/tag/2.15.0

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?

- GA `Dependencies test` should work normally
- Manually check `./dev/test-dependencies.sh --replace-manifest`, run successful

Closes #40248 from LuciferYang/SPARK-42648.

Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: Sean Owen <srowen@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

versions:lock-snapshots after upgrading from 2.13.0 to 2.14.0
2 participants