From 41e84a6f05b7d5c278a12f5ff5a43b022479e561 Mon Sep 17 00:00:00 2001 From: Emmanuel Hugonnet Date: Thu, 26 Sep 2024 14:48:28 +0200 Subject: [PATCH] Adding release instructions to the README Signed-off-by: Emmanuel Hugonnet --- README => README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) rename README => README.md (70%) diff --git a/README b/README.md similarity index 70% rename from README rename to README.md index ebaab2b91..88739fc8c 100644 --- a/README +++ b/README.md @@ -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) \ No newline at end of file +* [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) \ No newline at end of file