File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ Resources:
189
189
"arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Maven-GPG-Keys-CI-Credentials-eBrSNB",
190
190
"arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Github/aws-crypto-tools-ci-bot-AGUB3U",
191
191
"arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Sonatype-User-Token-zK61bM",
192
+ "arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Sonatype-Central-Portal-XrYUs2",
192
193
"arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Maven-GPG-Keys-Release-haLIjZ",
193
194
"arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Maven-GPG-Keys-Release-Credentials-WgJanS"
194
195
],
Original file line number Diff line number Diff line change 10
10
secrets-manager :
11
11
GPG_KEY : Maven-GPG-Keys-Release-Credentials:Keyname
12
12
GPG_PASS : Maven-GPG-Keys-Release-Credentials:Passphrase
13
- SONA_USERNAME : Sonatype-User-Token:username
14
- SONA_PASSWORD : Sonatype-User-Token:password
13
+ SONA_USERNAME : Sonatype-Central-Portal:Username
14
+ SONA_PASSWORD : Sonatype-Central-Portal:Password
15
15
16
16
phases :
17
17
install :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ SPDX-License-Identifier: Apache-2.0
13
13
<password >${codeartifact.token}</password >
14
14
</server >
15
15
<server >
16
- <id >sonatype-nexus-staging </id >
16
+ <id >central </id >
17
17
<username >${sonatype.username}</username >
18
18
<password >${sonatype.password}</password >
19
19
</server >
Original file line number Diff line number Diff line change 308
308
309
309
<distributionManagement >
310
310
<snapshotRepository >
311
- <id >sonatype-nexus-staging </id >
312
- <url >https://oss. sonatype.org /content/repositories/snapshots</url >
311
+ <id >central </id >
312
+ <url >https://ossrh-staging-api.central. sonatype.com /content/repositories/snapshots</url >
313
313
</snapshotRepository >
314
314
</distributionManagement >
315
315
336
336
</executions >
337
337
</plugin >
338
338
<plugin >
339
- <groupId >org.sonatype.plugins </groupId >
340
- <artifactId >nexus-staging -maven-plugin</artifactId >
341
- <version >1.6.13 </version >
339
+ <groupId >org.sonatype.central </groupId >
340
+ <artifactId >central-publishing -maven-plugin</artifactId >
341
+ <version >0.7.0 </version >
342
342
<extensions >true</extensions >
343
343
<configuration >
344
- <serverId >sonatype-nexus-staging</ serverId >
345
- < nexusUrl >https://aws.oss.sonatype.org</ nexusUrl >
344
+ <publishingServerId >central</ publishingServerId >
345
+ < autoPublish >true</ autoPublish >
346
346
</configuration >
347
347
</plugin >
348
348
</plugins >
You can’t perform that action at this time.
0 commit comments