Skip to content

Commit 3d6b54e

Browse files
committed
Update release instructions to reflect new Maven Central release process.
1 parent 007ec94 commit 3d6b54e

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,18 @@ Perform the following steps to create a release.
149149
- Commit the changes
150150
- Wait until CI builds the release candidate
151151
- Run the command `mkrelease jsonwriter <version>`
152-
- In a browser go to the [Maven Central Repository Manager](https://s01.oss.sonatype.org/)
152+
- In a browser go to the [Maven Central Repository](https://central.sonatype.com/)
153153
- Log in
154-
- Use the `Staging Upload` to upload the generated artifact bundle `jsonwriter-bundle-<version>.jar`
155-
- Click on `Staging Repositories`
156-
- Once it is enabled, press `Release` to release the artifacts to Maven Central
154+
- Select `Publish` from the menubar
155+
- Press `Publish Component`
156+
- Enter a name for the deployment
157+
- Choose the file `jsonwriter-bundle-<version>.zip`
158+
- Press `Publish Component`
159+
- Refresh the page until the deployment has been validated
160+
- Press `Publish`
161+
- Refresh the page until the status is `Published`
157162
- Log out
158-
- Wait for the new release to be available on Maven Central
163+
- Delete the file `jsonwriter-bundle-<version>.zip`
159164
- In a browser, go to the project on GitHub
160165
- Generate a release with the tag `<version>`
161166
- In the build.gradle.kts file, edit the `ProjectVersion` object

0 commit comments

Comments
 (0)