diff options
author | chibash <chiba@javassist.org> | 2020-03-20 01:11:44 +0900 |
---|---|---|
committer | chibash <chiba@javassist.org> | 2020-03-20 01:11:44 +0900 |
commit | 44e777f0410d6c968b75f331ba4d82e4288b5ddc (patch) | |
tree | 0d51dc9047a445d9369a1ad8426acc6779698d9e /Readme.html | |
parent | a6b7f12c25faafbf13f62742d05e86b6ae903606 (diff) | |
download | javassist-44e777f0410d6c968b75f331ba4d82e4288b5ddc.tar.gz javassist-44e777f0410d6c968b75f331ba4d82e4288b5ddc.zip |
updates Readme.html to mention how to release.
Diffstat (limited to 'Readme.html')
-rw-r--r-- | Readme.html | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Readme.html b/Readme.html index dab128dc..c20d2f64 100644 --- a/Readme.html +++ b/Readme.html @@ -277,7 +277,17 @@ To run, first type the following commands: <p>Javassist provides a class file viewer for debugging. For more details, see javassist.Dump. -<p><br> +<h2>Release</h2> + +<p></p>When you want to upload a new release to Sonatype, do the following steps:</p> +<ul> +<li>1. Switch to jdk11 in bash shell</li> +<li>2. pull latest from git master branch</li> +<li>3. <code>mvn -P centralRelease javadoc:jar deploy</code></li> +<li>4. close and release via <a href="https://oss.sonatype.org/index.html#stagingRepositories">https://oss.sonatype.org/index.html#stagingRepositories</a></li> +</ul> + +<p><br/></p> <h2>Changes</h2> @@ -300,7 +310,7 @@ see javassist.Dump. <p>-version 3.24.1 on December 9, 2018 <ul> <li>GitHub Issue #228, #229</li> -<ul> +</ul> </p> <p>-version 3.24 on November 1, 2018 @@ -889,7 +899,6 @@ and all other contributors for their contributions. <hr> <a href="http://www.javassist.org">Shigeru Chiba</a> -(Email: <tt>chiba@javassist.org</tt>) </body> </html> |