Skip to content

Commit f936bd8

Browse files
committed
Fix module name
1 parent 049e845 commit f936bd8

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

buildspecs/release-javadoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ phases:
1818
commands:
1919
- python ./scripts/doc_crosslinks/generate_cross_link_data.py --apiDefinitionsBasePath ./services/ --apiDefinitionsRelativeFilePath src/main/resources/codegen-resources/service-2.json --templateFilePath ./scripts/doc_crosslinks/crosslink_redirect.html --outputFilePath ./scripts/crosslink_redirect.html
2020
- mvn install -P quick -T1C
21-
- mvn clean install javadoc:aggregate -B -Ppublic-javadoc -Dcheckstyle.skip -Dspotbugs.skip -DskipTests -Ddoclint=none -pl '!:protocol-tests,!:protocol-tests-core,!:codegen-generated-classes-test,!:sdk-benchmarks,!:s3-benchmarks,!:module-path-tests,!:test-utils,!:http-client-tests,!:tests-coverage-reporting,!:sdk-native-image-test,!:ruleset-testing-core,!:old-client-version-compatibility-test,!:crt-unavailable-tests,!:bundle-shading-tests,!:v2-migration,!:v2-migration-tool'
21+
- mvn clean install javadoc:aggregate -B -Ppublic-javadoc -Dcheckstyle.skip -Dspotbugs.skip -DskipTests -Ddoclint=none -pl '!:protocol-tests,!:protocol-tests-core,!:codegen-generated-classes-test,!:sdk-benchmarks,!:s3-benchmarks,!:module-path-tests,!:test-utils,!:http-client-tests,!:tests-coverage-reporting,!:sdk-native-image-test,!:ruleset-testing-core,!:old-client-version-compatibility-test,!:crt-unavailable-tests,!:bundle-shading-tests,!:v2-migration,!:v2-migration-tests'
2222
- RELEASE_VERSION=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec`
2323
-
2424
- aws s3 sync target/site/apidocs/ $DOC_PATH/$RELEASE_VERSION/ --acl="public-read"

v2-migration/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# AWS SDK for Java v2 Migration Tool
1+
# AWS SDK for Java v2 Migration Tooling
22

33
## Description
4-
This is a migration tool to automate migration from AWS SDK for Java v1 to AWS SDK for Java v2.
5-
It uses [OpenRewrite][open-rewrite].
4+
This modules contains [OpenRewrite][open-rewrite] recipes to automate migration from the AWS SDK for Java v1 to the AWS SDK for Java v2.
65

76
## Usage
87

@@ -49,7 +48,7 @@ Unit tests reside in the test folder in this module. They use [RewriteTest][rewr
4948

5049
- End-to-end functional tests
5150

52-
End-to-end functional tests are in [migration-tool-tests module][migration-tool-tests]. It contains
51+
End-to-end functional tests are in [v2-migration-tests module][v2-migration-tests]. It contains
5352
sample applications using the AWS SDK for Java v1 and compares the transformed code with the expected v2
5453
code and ensures it compiles.
5554

@@ -58,4 +57,4 @@ code and ensures it compiles.
5857
[open-rewrite-plugin]: https://docs.openrewrite.org/reference/rewrite-maven-plugin
5958
[maven-central]: https://central.sonatype.com/artifact/software.amazon.awssdk/v2-migration
6059
[rewrite-test]:https://docs.openrewrite.org/authoring-recipes/recipe-testing#rewritetest-interface
61-
[migration-tool-tests]:../test/migration-tool-tests
60+
[v2-migration-tests]:../test/v2-migration-tests

0 commit comments

Comments
 (0)