-
Notifications
You must be signed in to change notification settings - Fork 861
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
Set SDK version to the previous released version automatically for mi… #5561
Conversation
4c80384
to
0890bfd
Compare
@@ -1,144 +0,0 @@ | |||
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | |||
# |
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.
This file is no longer needed because v1 stopped receiving service updates.
0890bfd
to
858935e
Compare
test/v2-migration-tests/src/test/java/software/amazon/awssdk/v2migrationtests/TestUtils.java
Show resolved
Hide resolved
c8463d0
to
ab82664
Compare
ab82664
to
18eac32
Compare
58e4b49
to
37d3333
Compare
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
…gration tool
Motivation and Context
Currently, the v2 version used in migration tool is hard coded to 2.27.0. This change sets SDK version to the previous released version automatically for migration tool.
upgrade-sdk-dependencies.yml
is updated as part of the release process.Testing
Updated existing tests to bypass tests if the previous released version is not available in maven because it'll cause tests to fail.
Screenshots (if appropriate)
Types of changes
Checklist
mvn install
succeedsscripts/new-change
script and following the instructions. Commit the new file created by the script in.changes/next-release
with your changes.License