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