1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.