From 41e3b278663253c5abdf52030a150e8b573a22bb Mon Sep 17 00:00:00 2001 From: Les Hazlewood <121180+lhazlewood@users.noreply.github.com> Date: Thu, 6 Feb 2020 12:15:14 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Home.md b/Home.md index fbedd59..7350ce3 100644 --- a/Home.md +++ b/Home.md @@ -19,6 +19,9 @@ Welcome to the jjwt wiki! # Choose the new development version. If releasing 0.5, this would be 0.6-SNAPSHOT mvn release:perform ``` + +1. In the branch with the new -SNAPSHOT version, change the root pom.xml `jjwt.previousVersion` property value to equal the version just released. Commit and push this change. + 1. Log in to the [Sonatype OSS admin console](https://oss.sonatype.org) 1. On the menu on the left, click the `Staging Repositories` link. On the resulting list, find `iojsonwebtoken-`### (usually at the bottom of the list). Check the checkbox for that item.