Skip to content

Commit 3452929

Browse files
authored
Renamed module and folder name of auth-sts-testing to auth-tests (#3032)
1 parent 9ac5e2c commit 3452929

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.brazil.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"archetype-lambda": { "skipImport": true },
4848
"archetype-tools": { "skipImport": true },
4949
"archetypes": { "skipImport": true },
50-
"auth-sts-testing": { "skipImport": true },
50+
"auth-tests": { "skipImport": true },
5151
"aws-sdk-java": { "skipImport": true },
5252
"aws-sdk-java-pom": { "skipImport": true },
5353
"bom": { "skipImport": true },

buildspecs/release-to-maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ phases:
4040
awk 'BEGIN { var=ENVIRON["SDK_SIGNING_GPG_KEYNAME"] } { gsub("\\$SDK_SIGNING_GPG_KEYNAME", var, $0); print }' > \
4141
$SETTINGS_XML
4242
43-
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-sts-testing,!:s3-benchmarks,!:region-testing -DautoReleaseAfterClose=true -DstagingProgressTimeoutMinutes=30
43+
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 -DautoReleaseAfterClose=true -DstagingProgressTimeoutMinutes=30
4444
else
4545
echo "This version was already released."
4646
fi

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<module>test/stability-tests</module>
8282
<module>test/sdk-native-image-test</module>
8383
<module>test/s3-benchmarks</module>
84-
<module>test/auth-sts-testing</module>
84+
<module>test/auth-tests</module>
8585
<module>test/region-testing</module>
8686
</modules>
8787
<scm>

test/auth-sts-testing/pom.xml renamed to test/auth-tests/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

28-
<artifactId>auth-sts-testing</artifactId>
29-
<name>AWS Java SDK :: Test :: Auth Sts Testing</name>
30-
<description>Test package for testing sts and the auth package together.</description>
28+
<artifactId>auth-tests</artifactId>
29+
<name>AWS Java SDK :: Test :: Auth Testing</name>
30+
<description>Test package for testing authorization related packages.</description>
3131
<dependencyManagement>
3232
<dependencies>
3333
<dependency>
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* permissions and limitations under the License.
1414
*/
1515

16-
package software.amazon.awssdk.authststesting;
16+
package software.amazon.awssdk.auth.sts;
1717

1818
import static com.github.tomakehurst.wiremock.client.WireMock.aResponse;
1919
import static com.github.tomakehurst.wiremock.client.WireMock.equalTo;

0 commit comments

Comments
 (0)