-
Notifications
You must be signed in to change notification settings - Fork 134
[WIP] move to org.apache.maven package #186
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: master
Are you sure you want to change the base?
Conversation
olamy
commented
Jun 23, 2022
- bump version to 2.0.0-SNAPSHOT
- move to package org.apache.maven.resolver, bump version to 2.0.0
Signed-off-by: Olivier Lamy <olamy@apache.org>
Signed-off-by: Olivier Lamy <olamy@apache.org>
why not using the 4.x window for this as well??? It;s just a package change so really not much compared to all other changes included in 4.x you guys shouldn;t be scared of package change? |
@michael-o @cstamas the goal is to fix the biggest aberration we still have in our code base! Still using org.eclipse package in an Apache project distributed under groupId org.apache.maven |
Signed-off-by: Olivier Lamy <olamy@apache.org>
Signed-off-by: Olivier Lamy <olamy@apache.org>
Signed-off-by: Olivier Lamy <olamy@apache.org>
@cstamas this should be tagged 2.0 as well! |
It depends, we can do this only when resolver is completely sealed off from anything else than maven core (so when Maven 4 API is the only thing reachable for plugins). So, it may mean even 3.0... |
The Import-Package specification added in #520, should be adapted in this PR before it lands. |
This PR is scheduled for Resolver 3.0.0, so in far future. |