File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
DynamoDbEncryption/runtimes/java Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -250,8 +250,8 @@ nexusPublishing {
250250 // https://github.com/gradle-nexus/publish-plugin/
251251 repositories {
252252 sonatype {
253- nexusUrl.set(uri(" https://aws.oss .sonatype.org /service/local/" ))
254- snapshotRepositoryUrl.set(uri(" https://aws.oss. sonatype.org/content/repositories/ snapshots/" ))
253+ nexusUrl.set(uri(" https://ossrh-staging-api.central .sonatype.com /service/local/" ))
254+ snapshotRepositoryUrl.set(uri(" https://central. sonatype.com/repository/maven- snapshots/" ))
255255 username.set(System .getenv(" SONA_USERNAME" ))
256256 password.set(System .getenv(" SONA_PASSWORD" ))
257257 }
Original file line number Diff line number Diff line change @@ -239,6 +239,7 @@ Resources:
239239 "arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Maven-GPG-Keys-Release-haLIjZ",
240240 "arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Maven-GPG-Keys-Release-Credentials-WgJanS",
241241 "arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Sonatype-User-Token-zK61bM",
242+ "arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Sonatype-Central-Portal-XrYUs2",
242243 "arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Github/aws-crypto-tools-ci-bot-AGUB3U"
243244 ],
244245 "Action": "secretsmanager:GetSecretValue"
Original file line number Diff line number Diff line change 99 secrets-manager :
1010 GPG_KEY : Maven-GPG-Keys-Release-Credentials:Keyname
1111 GPG_PASS : Maven-GPG-Keys-Release-Credentials:Passphrase
12- SONA_USERNAME : Sonatype-User-Token:username
13- SONA_PASSWORD : Sonatype-User-Token:password
12+ SONA_USERNAME : Sonatype-Central-Portal:Username
13+ SONA_PASSWORD : Sonatype-Central-Portal:Password
1414
1515phases :
1616 install :
You can’t perform that action at this time.
0 commit comments