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:
parent
1265897f4e
commit
89d4681e41
1 changed files with 8 additions and 0 deletions
|
@ -197,4 +197,12 @@ Execution failed for task ':compileJava'.
|
||||||
| TestRunner.java |
|
| TestRunner.java |
|
||||||
| Util.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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue