Added information on how to release to the pom

This commit is contained in:
Benjamin Gehrels
2020-04-29 21:02:52 +02:00
committed by GitHub
parent 1265897f4e
commit 89d4681e41

View File

@@ -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.