[unomi-site] branch master updated: Update the release guide with the latest corrections

2019-05-24 Thread shuber
This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi-site.git


The following commit(s) were added to refs/heads/master by this push:
 new 1d6a34d  Update the release guide with the latest corrections
1d6a34d is described below

commit 1d6a34db80c7d05454113a478b56c87fcaa3afe4
Author: Serge Huber 
AuthorDate: Fri May 24 14:18:30 2019 +0200

Update the release guide with the latest corrections
---
 pom.xml   |  2 +-
 src/main/webapp/contribute-release-guide.html | 15 +++
 src/main/webapp/tutorial.html |  4 ++--
 3 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index c93ac41..6f4fac6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
 org.apache.unomi
 site
-Incubator Apache Unomi :: Site
+Apache Unomi :: Site
 1.0.0
 war
 
diff --git a/src/main/webapp/contribute-release-guide.html 
b/src/main/webapp/contribute-release-guide.html
index 034c98a..6065173 100644
--- a/src/main/webapp/contribute-release-guide.html
+++ b/src/main/webapp/contribute-release-guide.html
@@ -463,12 +463,12 @@ Release notes are here:
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&;
 version=12338361
 
-Apache Unomi (incubating) is a Java Open Source customer data platform, a Java 
server
+Apache Unomi is a Java Open Source customer data platform, a Java server
 designed to manage customers, leads and visitors’ data and help personalize 
customers’
 experiences.
 
-More details regarding Apache Unomi (incubating) can be found here:
-http://unomi.incubator.apache.org/
+More details regarding Apache Unomi can be found here:
+http://unomi.apache.org/
 
 The release artifacts can be downloaded here:
 https://dist.apache.org/repos/dist/release/incubator/unomi/1.4.0/
@@ -481,15 +481,6 @@ version=12338361
 Thanks!
 The Apache Unomi Team
 
-DISCLAIMER
-Apache Unomi (incubating) is an effort undergoing incubation at the
-Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.
-Incubation is required of all newly accepted projects until a further
-review indicates that the infrastructure, communications, and decision
-making process have stabilized in a manner consistent with other successful
-ASF projects. While incubation status is not necessarily a reflection of
-the completeness or stability of the code, it does indicate that the
-project has yet to be fully endorsed by the ASF.
 
   
 
diff --git a/src/main/webapp/tutorial.html b/src/main/webapp/tutorial.html
index d87e3f8..8340cdb 100644
--- a/src/main/webapp/tutorial.html
+++ b/src/main/webapp/tutorial.html
@@ -255,7 +255,7 @@ r = post('http://localhost:8181/cxs/profiles/sessions/101',
 print(r)
 print(r.content)
 
-This creates a session with ID 101 and profile with ID 10. You 
can view this profile with a https://unomi.incubator.apache.org/rest-api-doc/#1764110248";>[GET 
/profile/{profile_id}/sessions endpoint] in the browser:
+This creates a session with ID 101 and profile with ID 10. You 
can view this profile with a https://unomi.apache.org/rest-api-doc/#1764110248";>[GET 
/profile/{profile_id}/sessions endpoint] in the browser:
 
 http://localhost:8181/cxs/profiles/10/sessions/
 
@@ -335,7 +335,7 @@ json ={
 print("Profile Response Code:", r)
 print("Profile Response Content:", r.content)
 
-This creates a rule with ID eligibilityRule and a profile with 
ID 10. You can view this rule with a https://unomi.incubator.apache.org/rest-api-doc/#-1505954579";>[GET 
/rule/{rule_id} endpoint] in the browser:
+This creates a rule with ID eligibilityRule and a profile with 
ID 10. You can view this rule with a https://unomi.apache.org/rest-api-doc/#-1505954579";>[GET /rule/{rule_id} 
endpoint] in the browser:
 
 http://localhost:8181/cxs/rules/eligibilityRule/
 



[RESULT][VOTE] Apache Unomi 1.4.0 release

2019-05-24 Thread Serge Huber
Hi,

Thank you for your votes.

The voting thread may be found here:
https://lists.apache.org/thread.html/29b85efc3bdebb59ab23faca9d7832f42849961e930819d580fe681e@%3Cdev.unomi.apache.org%3E

Here's the summary :

4 binding votes +1:

Serge Huber
Jean-Baptiste Onofré
David Griffon
François Papon

2 non-binding vote +1:
Mohamed-Tayeb Benterki
Romain Gauthier

No 0 or -1.

The proposal to release Unomi 1.4.0 is approved by the team.

Thanks,
  Serge...


Re: [VOTE] Apache Unomi 1.4.0 release

2019-05-24 Thread Serge Huber
Thank you all for voting. The vote is now closed and has passed, I'll
prepare a result vote.

Regards,
  Serge...

On Fri, May 17, 2019 at 5:54 PM Romain Gauthier  wrote:

> +1 !
>
> On Fri, 17 May 2019 at 06:32, Francois Papon  >
> wrote:
>
> > +1 (binding)
> >
> > regards,
> >
> > François Papon
> > fpa...@apache.org
> >
> > Le 17/05/2019 à 02:55, Serge Huber a écrit :
> > > Hi all,
> > >
> > > I submit Apache Unomi 1.4.0 release to your vote.
> > >
> > > This version is the first release after the graduation and includes a
> lot
> > > of interesting new features and improvements such as :
> > > - Improvements to Docker support (support for configuration using env
> > > variables)
> > > - New SSH shell commands to help understand the status of the system
> and
> > > even analyze rule execution
> > > - New endpoint to search in events
> > > - Improvements in documentation (still more to come)
> > > - A new user agent analyzer
> > > - And much more (see release notes)...
> > >
> > > Staging Repository:
> > > *
> https://repository.apache.org/content/repositories/orgapacheunomi-1023/
> > > <
> https://repository.apache.org/content/repositories/orgapacheunomi-1023/
> > >*
> > >
> > > You can find the sources here :
> > >
> > > *
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheunomi-1023/org/apache/unomi/unomi-root/1.4.0/unomi-root-1.4.0-source-release.zip
> > > <
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheunomi-1023/org/apache/unomi/unomi-root/1.4.0/unomi-root-1.4.0-source-release.zip
> > >> *
> > > Convenience binaries are also available here:
> > > *
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheunomi-1023/org/apache/unomi/unomi/1.4.0/
> > > <
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheunomi-1023/org/apache/unomi/unomi/1.4.0/
> > >> *
> > > Git tag:
> > > unomi-root-1.4.0
> > >
> > > Release Notes:
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&version=12343150
> > >
> > > Please vote to approve this release:
> > >
> > > [ ] +1 Approve the release
> > > [ ] -1 Don't approve the release (please provide specific comments)
> > >
> > > This vote will be open for at least 72 hours, or until the necessary
> > number
> > > of binding votes (3 +1) is reached.
> > >
> > > Please let me know if you have any questions.
> > >
> > > Thanks,
> > > Regards
> > >
> >
>
>
> --
> Romain Gauthier
> Product Manager at Jahia
> + 33 6 20 18 35 25
> 8 Rue du sentier | 75002 Paris | France
>


Re: [ANNOUNCE] Apache Roadshow Chicago, Call for Presentations

2019-05-24 Thread Serge Huber
Hello Michael,

Just wondering how did the presentation go? How many did you have in
attendance?

Is there a recording of the session somewhere ?

Thanks again for doing it !

Regards,
  Serge...

On Sat, Apr 6, 2019 at 4:18 PM Michael Ghen  wrote:

> Just wanted to update this thread. I did submit a talk to Apachecon in
> Chicago titled "Customer Segmentation and Marketing Automation with Apache
> Unomi" and it was accepted!
>
> This was just posted on the Apachecon Chicago schedule:
>
> https://apachecon.com/chiroadshow19/talks/customer-segmentation-and-marketing-automation-with-apache-unomi.html
>
> Anyone in Chicago on May 13th or 14th? Feel free to get in touch! I'll try
> to post a draft of the presentation here once it's ready.
>
>
>
> On Sun, Jan 20, 2019 at 2:35 PM Serge Huber  wrote:
>
> > Hello Michael,
> >
> > Yes that would be fantastic. For the moment I have no plans for those
> > dates but you never know.
> >
> > Anyway please don't hesitate to ask for anything, let's help you make
> > Unomi shine!
> >
> > Regards,
> >   Serge...
> >
> >
> > Serge Huber
> > CTO & Co-Founder
> >
> > T +41 22 361 3424
> > 9 route des Jeunes | 1227 Acacias | Switzerland
> > jahia.com
> > SKYPE | LINKEDIN | TWITTER | VCARD
> >
> >
> > > JOIN OUR COMMUNITY to evaluate, get trained and to discover why Jahia
> is
> > a leading User Experience Platform (UXP) for Digital Transformation.
> >
> >
> > On Sun, Jan 20, 2019 at 5:28 PM Francois Papon
> >  wrote:
> > >
> > > Thanks Michael for talking about Unomi!
> > >
> > > Don't hesitate to tell us if you need help to prepare your demo ;)
> > >
> > > Regards,
> > >
> > > François Papon
> > > fpa...@apache.org
> > >
> > > Le 20/01/2019 à 20:07, Michael Ghen a écrit :
> > > > Cool, thanks for the heads up! I had the opportunity to attend that
> > session.
> > > >
> > > > Looks like CFP is open until the 15th of February so I will write up
> an
> > > > abstract and share it here.
> > > >
> > > > On Sun, Jan 20, 2019 at 1:50 AM Jean-Baptiste Onofré <
> j...@nanthrax.net>
> > > > wrote:
> > > >
> > > >> Hi Michael,
> > > >>
> > > >> FYI, Serge and I did a demo at last ApacheCon. If you need some
> > > >> material, please let us know.
> > > >>
> > > >> Unfortunately, I won't be in the US in May.
> > > >>
> > > >> Regards
> > > >> JB
> > > >>
> > > >> On 20/01/2019 07:38, Michael Ghen wrote:
> > > >>> Thanks for sharing Trevor! I used to live in Chicago, May is a
> great
> > time
> > > >>> of year to be there.
> > > >>>
> > > >>> I was considering submitting something about getting started with
> > Unomi,
> > > >>> has anyone else looked at this? Is this something I could do?
> > > >>>
> > > >>> I could give a demo running Unomi locally and show how to use the
> > > >>> endpoints. I noticed that at my company we already put most of the
> > > >> customer
> > > >>> profile data into ES and we make just a small tweak to that to get
> > Unomi
> > > >>> running. The rules feature is really liked at my company. I could
> > > >> probably
> > > >>> share about that too. I'm not sure I got the whole plugin thing
> > figured
> > > >> out
> > > >>> yet but I might by May.
> > > >>>
> > > >>> On Tue, Jan 15, 2019 at 9:44 AM Trevor Grant <
> rawkintr...@apache.org
> > >
> > > >> wrote:
> > >  Hello Devs!
> > > 
> > > 
> > >  You're receiving this email because you are subscribed to one or
> > more
> > >  Apache developer email lists.
> > > 
> > >  I’m writing to let you know about an exciting event coming to the
> > > >> Chicago
> > >  area: The Apache Roadshow Chicago.  It will be held May 13th and
> > 14th at
> > >  three bars in the Logan Square neighborhood (Revolution Brewing,
> The
> > >  Native, and the Radler).
> > > 
> > >  There will be six tracks:
> > > 
> > > -
> > > 
> > > Apache in Adtech:  Tell us how Apache works in your advertising
> > stack
> > > -
> > > 
> > > Apache in Fintech: Tell us how Apache works in your
> > finance/insurance
> > > business
> > > -
> > > 
> > > Apache in Startups: Tell us how you’re using Apache in your
> > startup
> > > -
> > > 
> > > Diversity in Apache: How do we increase and encourage diversity
> > in
> > > Apache and tech fields overall?
> > > -
> > > 
> > > Made in Chicago: Apache related things made by people in
> Chicago
> > that
> > > don’t fall into other buckets
> > > -
> > > 
> > > Project Shark Tank: Do you want more developers or users for
> your
> > > >> Apache
> > > project? Come here and pitch it!
> > > 
> > > 
> > >  This is an exciting chance to learn about how Apache Projects are
> in
> > > >> use in
> > >  production around Chicago, how business users make the decision to
> > use
> > >  Apache projects, to learn about exciting new projects that want
> help
> > > >> from
> > >  developers like you, and ho