-
Notifications
You must be signed in to change notification settings - Fork 278
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
[Requirements] IM needs JS 1.2.0 SPI in Maven Snapshots to work #663
Comments
As mentioned by Peter, we have already cut 1.1 branches for Job Scheduler and Index Management, and now we have a new feature going into the main branches of each w/ IM depending on the code changes in Job Scheduler. If we want to rely on using the snapshots for the dependencies in CI then we need to be able to bump the Job Scheduler/Index Management/other plugins to 1.2 and have the equivalent 1.2 SNAPSHOT jars/etc. created for the ones that publish something. Otherwise we would have to revert back to checking out and building everything locally. |
|
@dbbaughe You should be able to PR all those changes, too! |
Is your feature request related to a problem? Please describe
Per @dbbaughe,
We need to deploy 1.2 jars to maven as majority of the plugin owners are working on it in
main
branch of their repos.Describe the solution you'd like
Create 1.2.0 manifest and deploy to maven snapshots.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: