File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 2727 java-version : 11
2828
2929 - name : Release Maven package
30- uses : samuelmeuli/action- maven-publish@v1
30+ uses : WasiqB/ maven-publish-action @v1
3131 with :
3232 gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
3333 gpg_passphrase : ${{ secrets.GPG_PASSPHRASE }}
34- nexus_username : ${{ secrets.SONATYPE_USERNAME }}
35- nexus_password : ${{ secrets.SONATYPE_PASSWORD }}
34+ nexus_username : ${{ secrets.NEXUS_USERNAME }}
35+ nexus_password : ${{ secrets.NEXUS_PASSWORD }}
Original file line number Diff line number Diff line change 138138 </configuration >
139139 </plugin >
140140 <plugin >
141- <groupId >org.sonatype.plugins </groupId >
142- <artifactId >nexus-staging -maven-plugin</artifactId >
143- <version >1.6.8 </version >
141+ <groupId >org.sonatype.central </groupId >
142+ <artifactId >central-publishing -maven-plugin</artifactId >
143+ <version >0.7.0 </version >
144144 <extensions >true</extensions >
145145 <configuration >
146- <serverId >ossrh</serverId >
147- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
148- <autoReleaseAfterClose >true</autoReleaseAfterClose >
146+ <publishingServerId >central</publishingServerId >
147+ <autoPublish >true</autoPublish >
149148 </configuration >
150149 </plugin >
151150 </plugins >
You can’t perform that action at this time.
0 commit comments