-
Notifications
You must be signed in to change notification settings - Fork 0
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
Use new 11.4 dev-pipeline #30
Conversation
This reverts commit 53242e2.
Test Results3 tests ±0 0 ✅ ±0 5s ⏱️ -2s For more details on these errors, see this check. Results for commit 8cafd1b. ± Comparison against base commit 846d01a. ♻️ This comment has been updated with latest results. |
the build still fails as @ivy-sgi already found out, this is due the invalid URI in use which is reported as #28. |
- though we should introduce a new version for 11.4 with a compatible api-key.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes look good.
Should I merge it?
Update pipelines to v3 which are aware of the capabilities of 11.4: This change should serve as sample how to update other market-artifacts to comply with the ivy-core:11.4
project.build.plugin.version
andtester.version
mvn --batch-mode versions:set-property versions:commit -Dproperty=project.build.plugin.version -DnewVersion=10.0.16 -DallowSnapshots=true
mvn --batch-mode versions:set-property versions:commit -Dproperty=tester.version -DnewVersion=10.0.16 -DallowSnapshots=true
for traceability I'd love to see this taken as receipt, also in terms of its history. each change is an own commit. manual and automated changes come separate.
This reverts commit 53242e2.