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 <[email protected]>
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 @@
<groupId>org.apache.unomi</groupId>
<artifactId>site</artifactId>
- <name>Incubator Apache Unomi :: Site</name>
+ <name>Apache Unomi :: Site</name>
<version>1.0.0</version>
<packaging>war</packaging>
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.
</code></pre>
</div>
</div>
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)
</code></pre>
- <p>This creates a session with ID 101 and profile with ID 10. You
can view this profile with a <a
href="https://unomi.incubator.apache.org/rest-api-doc/#1764110248">[GET
/profile/{profile_id}/sessions endpoint]</a> in the browser:</p>
+ <p>This creates a session with ID 101 and profile with ID 10. You
can view this profile with a <a
href="https://unomi.apache.org/rest-api-doc/#1764110248">[GET
/profile/{profile_id}/sessions endpoint]</a> in the browser:</p>
<pre><code>
http://localhost:8181/cxs/profiles/10/sessions/
</code></pre>
@@ -335,7 +335,7 @@ json ={
print("Profile Response Code:", r)
print("Profile Response Content:", r.content)
</code></pre>
- <p>This creates a rule with ID eligibilityRule and a profile with
ID 10. You can view this rule with a <a
href="https://unomi.incubator.apache.org/rest-api-doc/#-1505954579">[GET
/rule/{rule_id} endpoint]</a> in the browser:</p>
+ <p>This creates a rule with ID eligibilityRule and a profile with
ID 10. You can view this rule with a <a
href="https://unomi.apache.org/rest-api-doc/#-1505954579">[GET /rule/{rule_id}
endpoint]</a> in the browser:</p>
<pre><code>
http://localhost:8181/cxs/rules/eligibilityRule/
</code></pre>