From 89d4681e41b9d06294340d6436f2d70eeeb97bf0 Mon Sep 17 00:00:00 2001 From: Benjamin Gehrels Date: Wed, 29 Apr 2020 21:02:52 +0200 Subject: [PATCH] Added information on how to release to the pom --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0a2ccce..aca54a4 100644 --- a/README.md +++ b/README.md @@ -197,4 +197,12 @@ Execution failed for task ':compileJava'. | TestRunner.java | | Util.java | +## How to release +- Adapt the version number in the pom file +- Run +``` +mvn clean deploy +``` + +You will need permissions for the org.json library given by the sonatype maven central team.