This is an automated email from the ASF dual-hosted git repository.
shuber pushed a commit to branch unomi-1.5.x
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/unomi-1.5.x by this push:
new d2764bc Add branch information in main README
d2764bc is described below
commit d2764bcb7c103f815ae7662b8944c058522077d4
Author: Serge Huber <[email protected]>
AuthorDate: Tue Nov 24 13:38:09 2020 +0100
Add branch information in main README
---
README.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/README.md b/README.md
index 7d00590..9c2fca5 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@
Apache Unomi
============
+https://unomi.apache.org
Apache Unomi stores user profile information and is mostly used to provide a
backend server for A/B testing and
personalization. To do so it implements the currently under development OASIS
Context Server specification.
@@ -29,6 +30,15 @@ License
-------
The source code is available under the Apache License V2
+Branches
+--------
+
+- main (master) branch: is the current development branch and should be
considered unstable. At this it might even not
+ compile. It is only recommended for Unomi developers or people looking to
contribute on the project.
+- unomi-X.X.X branches : these are the maintenance branches of the stable
releases of Apache Unomi and should always
+compile and be stable. These are recommended for users that prefer to work
from the source code. Otherwise you can find
+packaged binaries on the [Apache Unomi website](https://unomi.apache.org).
+
Documentation
-------------
You can find all the updated documentation, including building and deployment
instructions, on the [Apache Unomi