File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -376,6 +376,7 @@ Resources:
376376                "arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Maven-GPG-Keys-Release-haLIjZ", 
377377                "arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Maven-GPG-Keys-Release-Credentials-WgJanS", 
378378                "arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Sonatype-User-Token-zK61bM", 
379+                 "arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Sonatype-Central-Portal-XrYUs2", 
379380                "arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Github/aws-crypto-tools-ci-bot-AGUB3U" 
380381              ], 
381382              "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 :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ SPDX-License-Identifier: Apache-2.0
1313      <password >${codeartifact.token}</password >
1414    </server >
1515    <server >
16-       <id >sonatype-nexus-staging </id >
16+       <id >central </id >
1717      <username >${sonatype.username}</username >
1818      <password >${sonatype.password}</password >
1919    </server >
Original file line number Diff line number Diff line change 247247                <groupId >com.coveo</groupId >
248248                <artifactId >fmt-maven-plugin</artifactId >
249249                <version >2.13</version >
250+ 
250251                <!--  Configure no goals. --> 
251252                <!-- Until our CI builds no longer depend on Java 8, skip this during build.--> 
252253                <!-- We instead manually check this in Java 11 environments to block builds, --> 
338339                    </plugin >
339340
340341                    <plugin >
341-                         <groupId >org.sonatype.plugins </groupId >
342-                         <artifactId >nexus-staging -maven-plugin</artifactId >
343-                         <version >1.6.13 </version >
342+                         <groupId >org.sonatype.central </groupId >
343+                         <artifactId >central-publishing -maven-plugin</artifactId >
344+                         <version >0.7.0 </version >
344345                        <extensions >true</extensions >
345346                        <configuration >
346-                             <serverId >sonatype-nexus-staging</serverId >
347-                             <nexusUrl >https://aws.oss.sonatype.org</nexusUrl >
347+                             <publishingServerId >central</publishingServerId >
348348                        </configuration >
349349                    </plugin >
350350                </plugins >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments