From d280d1abe8015ef138dd2cd5ba40684cf7643f4e Mon Sep 17 00:00:00 2001 From: Les Hazlewood Date: Tue, 12 May 2015 19:27:39 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Home.md b/Home.md index c410ee2..82eecd8 100644 --- a/Home.md +++ b/Home.md @@ -2,7 +2,7 @@ Welcome to the jjwt wiki! ## Release Instructions: -1. Run the release build: +#. Run the release build: ```bash mvn clean mvn release:clean @@ -12,10 +12,10 @@ mvn release:prepare # Choose the new development version. If releasing 0.5, this would be 0.6-SNAPSHOT mvn release:perform ``` -2. Log in to the [Sonatype OSS admin console](https://oss.sonatype.org) -3. On the menu on the left, choose 'Staging Repositories' and find `iojsonwebtoken-`### (usually at the bottom of the list). Check the checkbox for that item. -4. Click the 'Close' button at the top of the list. Add in a quick note (e.g. 'Closing for the 0.5 release') and click 'Confirm. -5. Wait a minute or so and click the 'Refresh' button at the top of the list. The 'Release' button should now be enabled. Click 'Release' and enter in a quick note (e.g. 'Releasing 0.5'). Ensure the `Automatically Drop` option *IS* checked (you want this). Click 'Confirm'. -6. Logout. +#. Log in to the [Sonatype OSS admin console](https://oss.sonatype.org) +#. On the menu on the left, choose 'Staging Repositories' and find `iojsonwebtoken-`### (usually at the bottom of the list). Check the checkbox for that item. +#. Click the 'Close' button at the top of the list. Add in a quick note (e.g. 'Closing for the 0.5 release') and click 'Confirm. +#. Wait a minute or so and click the 'Refresh' button at the top of the list. The 'Release' button should now be enabled. Click 'Release' and enter in a quick note (e.g. 'Releasing 0.5'). Ensure the `Automatically Drop` option *IS* checked (you want this). Click 'Confirm'. +#. Logout. That's it! The release should show up in Maven Central in 15 to 30 minutes. \ No newline at end of file