Skip to content

Commit

Permalink
Adding release instructions to the README
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Hugonnet <[email protected]>
  • Loading branch information
ehsavoie committed Sep 26, 2024
1 parent 1ec952b commit 41e84a6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ To build with your own Maven installation:

mvn install

Releasing
-------------------

To release
```
mvn release:prepare -Prelease
mvn release:perform -Prelease
```

Don't forget to put Final in the release tag name.

License
-------
* [GNU Lesser General Public License Version 2.1](http://www.gnu.org/licenses/lgpl-2.1-standalone.html)
* [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)

0 comments on commit 41e84a6

Please sign in to comment.