You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/maintainers_guide.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,8 +89,8 @@ Refer to the [README](https://github.com/slackapi/java-slack-sdk/blob/main/docs/
89
89
* Make sure the account you are using has the permission to make releases [under com.slack groupId](https://central.sonatype.com/publishing/com.slack/users)
90
90
91
91
Place `$HOME/.m2/settings.xml` with your Sonatype account information.
92
-
* Generate user token: https://central.sonatype.org/publish/generate-token/
93
-
* Set the user token id/password: https://central.sonatype.org/publish/publish-manual/#signing-components
92
+
* Generate user token: https://central.sonatype.org/publish/generate-portal-token/
93
+
* Set the user token id/password: https://central.sonatype.org/publish/publish-portal-maven/#credentials
94
94
95
95
```xml
96
96
<settings>
@@ -99,12 +99,7 @@ Place `$HOME/.m2/settings.xml` with your Sonatype account information.
0 commit comments