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.