Skip to content

Commit a1d8c42

Browse files
author
JW Wesson
committed
update release step credentials
1 parent 03b11ac commit a1d8c42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
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 }}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
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>
@@ -179,7 +179,7 @@
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>

0 commit comments

Comments
 (0)