Cleaned up Javadocs

This commit is contained in:
Erik C. Thauvin 2023-11-27 14:25:11 -08:00
parent aea77d6216
commit bcf789dd9a
16 changed files with 167 additions and 28 deletions

View file

@ -24,6 +24,7 @@ public void updateMajor() throws Exception {
.execute();
}
```
Invoking the `updateMajor` command, will create the `version.propertees`file:
```sh