File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7373 - name : Publish to Apache Maven Central
7474 run : mvn -B clean deploy -DskipTests
7575 env :
76- MAVEN_USERNAME : GerskonW
76+ MAVEN_USERNAME : KBp2Uz
7777 MAVEN_CENTRAL_TOKEN : ${{ secrets.MAVEN_CENTRAL_TOKEN_TK }}
7878 MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE_TK }}
Original file line number Diff line number Diff line change 166166 <plugin >
167167 <groupId >org.sonatype.plugins</groupId >
168168 <artifactId >nexus-staging-maven-plugin</artifactId >
169- <version >1.6.6 </version >
169+ <version >1.6.14 </version >
170170 <extensions >true</extensions >
171171 <executions >
172172 <execution >
179179 </executions >
180180 <configuration >
181181 <serverId >ossrh</serverId >
182- <nexusUrl >https://s01.oss .sonatype.org/ </nexusUrl >
182+ <nexusUrl >https://ossrh-staging-api.central .sonatype.com </nexusUrl >
183183 <autoReleaseAfterClose >true</autoReleaseAfterClose >
184184 <stagingProgressTimeoutMinutes >15</stagingProgressTimeoutMinutes >
185185 <keepStagingRepositoryOnCloseRuleFailure >true</keepStagingRepositoryOnCloseRuleFailure >
You can’t perform that action at this time.
0 commit comments