Skip to content

Commit c0a93ec

Browse files
committed
Rename migration-tool to v2-migration tool
1 parent 1ee64ee commit c0a93ec

File tree

78 files changed

+17
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+17
-17
lines changed

.brazil.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
"dynamodb": { "packageName": "AwsJavaSdk-DynamoDb" },
4848
"waf": { "packageName": "AwsJavaSdk-Waf" },
49-
"migration-tool": { "packageName": "AwsJavaSdk-Tooling-MigrationTool"},
49+
"v2-migration-tool": { "packageName": "AwsJavaSdk-Tooling-V2MigrationTool"},
5050

5151
"third-party-jackson-core": {
5252
"packageName": "AwsJavaSdk-ThirdParty-JacksonCore",
@@ -106,7 +106,7 @@
106106
"tests-coverage-reporting": { "skipImport": true },
107107
"third-party": { "skipImport": true },
108108
"third-party-slf4j-api": { "skipImport": true },
109-
"migration-tool-tests": {"skipImport": true},
109+
"v2-migration-tool-tests": {"skipImport": true},
110110
"crt-unavailable-tests": { "skipImport": true },
111111
"bundle-shading-tests": { "skipImport": true }
112112
},

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,!:migration-tool,!:migration-tool-tests'
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-tool,!:v2-migration-tool-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"

buildspecs/release-to-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ phases:
3737
awk 'BEGIN { var=ENVIRON["SDK_SIGNING_GPG_KEYNAME"] } { gsub("\\$SDK_SIGNING_GPG_KEYNAME", var, $0); print }' > \
3838
$SETTINGS_XML
3939
40-
mvn clean deploy -B -s $SETTINGS_XML -Ppublishing -DperformRelease -Dspotbugs.skip -DskipTests -Dcheckstyle.skip -Djapicmp.skip -Ddoclint=none -pl !:protocol-tests,!:protocol-tests-core,!:codegen-generated-classes-test,!:sdk-benchmarks,!:module-path-tests,!:tests-coverage-reporting,!:stability-tests,!:sdk-native-image-test,!:auth-tests,!:s3-benchmarks,!:region-testing,!:old-client-version-compatibility-test,!:crt-unavailable-tests,!:bundle-shading-tests,!:migration-tool-tests -DautoReleaseAfterClose=true -DstagingProgressTimeoutMinutes=30 -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.requestSentEnabled=true
40+
mvn clean deploy -B -s $SETTINGS_XML -Ppublishing -DperformRelease -Dspotbugs.skip -DskipTests -Dcheckstyle.skip -Djapicmp.skip -Ddoclint=none -pl !:protocol-tests,!:protocol-tests-core,!:codegen-generated-classes-test,!:sdk-benchmarks,!:module-path-tests,!:tests-coverage-reporting,!:stability-tests,!:sdk-native-image-test,!:auth-tests,!:s3-benchmarks,!:region-testing,!:old-client-version-compatibility-test,!:crt-unavailable-tests,!:bundle-shading-tests,!:v2-migration-tool-tests -DautoReleaseAfterClose=true -DstagingProgressTimeoutMinutes=30 -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.requestSentEnabled=true
4141
else
4242
echo "This version was already released."
4343
fi

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<module>codegen-lite-maven-plugin</module>
7272
<module>archetypes</module>
7373
<module>third-party</module>
74-
<module>migration-tool</module>
74+
<module>v2-migration-tool</module>
7575
<module>test/http-client-tests</module>
7676
<module>test/protocol-tests</module>
7777
<module>test/protocol-tests-core</module>
@@ -89,7 +89,7 @@
8989
<module>test/ruleset-testing-core</module>
9090
<module>test/old-client-version-compatibility-test</module>
9191
<module>test/bundle-logging-bridge-binding-test</module>
92-
<module>test/migration-tool-tests</module>
92+
<module>test/v2-migration-tool-tests</module>
9393
<module>test/bundle-shading-tests</module>
9494
<module>test/crt-unavailable-tests</module>
9595
</modules>
Lines changed: 1 addition & 1 deletion

test/migration-tool-tests/pom.xml renamed to test/v2-migration-tool-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</parent>
2828

2929
<groupId>software.amazon.awssdk</groupId>
30-
<artifactId>migration-tool-tests</artifactId>
30+
<artifactId>v2-migration-tool-tests</artifactId>
3131

3232
<dependencyManagement>
3333
<dependencies>
@@ -61,7 +61,7 @@
6161
</dependency>
6262
<dependency>
6363
<groupId>software.amazon.awssdk</groupId>
64-
<artifactId>migration-tool</artifactId>
64+
<artifactId>v2-migration-tool</artifactId>
6565
<version>${project.version}</version>
6666
<scope>test</scope>
6767
</dependency>

test/migration-tool-tests/src/test/resources/gradle/before/init.gradle renamed to test/v2-migration-tool-tests/src/test/resources/gradle/before/init.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ initscript {
1010
rootProject {
1111
plugins.apply(org.openrewrite.gradle.RewritePlugin)
1212
dependencies {
13-
rewrite("software.amazon.awssdk:migration-tool:V2_VERSION")
13+
rewrite("software.amazon.awssdk:v2-migration-tool:V2_VERSION")
1414
}
1515

1616
afterEvaluate {

test/migration-tool-tests/src/test/resources/run-test renamed to test/v2-migration-tool-tests/src/test/resources/run-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def run_maven_test(version):
4444
copy_directory(AFTER_DIR_MAVEN, TARGET_AFTER_DIR_MAVEN)
4545

4646
subprocess.run(["mvn", "org.openrewrite.maven:rewrite-maven-plugin:run",
47-
"-Drewrite.recipeArtifactCoordinates=software.amazon.awssdk:migration-tool:"+ version,
47+
"-Drewrite.recipeArtifactCoordinates=software.amazon.awssdk:v2-migration-tool:"+ version,
4848
"-Drewrite.activeRecipes=software.amazon.awssdk.UpgradeJavaSdk2"], cwd=TARGET_DIR_MAVEN, check=True)
4949
shutil.rmtree(os.path.join(TARGET_DIR_MAVEN, "target"))
5050

migration-tool/README.md renamed to v2-migration-tool/README.md

Lines changed: 4 additions & 4 deletions

migration-tool/pom.xml renamed to v2-migration-tool/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<version>2.26.16-SNAPSHOT</version>
2525
</parent>
2626

27-
<artifactId>migration-tool</artifactId>
28-
<name>AWS Java SDK :: Migration Tool</name>
27+
<artifactId>v2-migration-tool</artifactId>
28+
<name>AWS Java SDK :: V2 Migration Tool</name>
2929
<description>
3030
Migration tool to help users migrate from AWS SDK for Java v1 to AWS SDK for Java v2
3131
</description>

0 commit comments

Comments
 (0)