You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by jk...@apache.org on 2021/07/27 14:26:16 UTC

[unomi-site] branch master updated: Apache Unomi 1.5.7 Release website update

This is an automated email from the ASF dual-hosted git repository.

jkevan 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 9660e0b  Apache Unomi 1.5.7 Release website update
9660e0b is described below

commit 9660e0b63e9cc5f5ed6090ac4a7d197d02eb4978
Author: Kevan <ke...@jahia.com>
AuthorDate: Tue Jul 27 16:26:03 2021 +0200

    Apache Unomi 1.5.7 Release website update
---
 pom.xml                                       |  6 ++--
 src/main/webapp/contribute-release-guide.html |  7 ++--
 src/main/webapp/documentation.html            |  4 +--
 src/main/webapp/download.html                 | 51 ++++++++++++++++++++-------
 src/main/webapp/index.html                    |  1 +
 5 files changed, 47 insertions(+), 22 deletions(-)

diff --git a/pom.xml b/pom.xml
index 01b4747..b3a1cc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,9 +46,9 @@
     </repositories>
 
     <properties>
-        <latest.stable.version>1.5.6</latest.stable.version>
-        <next.stable.version>1.5.7</next.stable.version>
-        <next.development.version>1.5.7-SNAPSHOT</next.development.version>
+        <latest.stable.version>1.5.7</latest.stable.version>
+        <next.stable.version>1.6.0</next.stable.version>
+        <next.development.version>1.6.0-SNAPSHOT</next.development.version>
         <latest.development.version>2.0.0-SNAPSHOT</latest.development.version>
     </properties>
 
diff --git a/src/main/webapp/contribute-release-guide.html b/src/main/webapp/contribute-release-guide.html
index ae64f79..5448698 100644
--- a/src/main/webapp/contribute-release-guide.html
+++ b/src/main/webapp/contribute-release-guide.html
@@ -155,12 +155,12 @@ gpg --verify test.txt.asc test.txt
                 <li>
                     Simply checkout an existing branch for release
                     <pre class="alert alert-primary"><code>cd unomi
-git checkout unomi-1.5.x
+git checkout unomi-1.6.x
                     </code></pre>
                 </li>
                 <li>OR Create a new branch if needed for the release using:
                     <pre class="alert alert-primary"><code>cd unomi
-git checkout -b unomi-1.5.x
+git checkout -b unomi-1.6.x
                     </code></pre>
                 </li>
             </ol>
@@ -318,9 +318,6 @@ git tag -d unomi-root-${next.stable.version}</code></pre>
                 <pre class="alert alert-primary"><code>svn mv https://dist.apache.org/repos/dist/dev/unomi/${next.stable.version} https://dist.apache.org/repos/dist/release/unomi/${next.stable.version} -m "Apache Unomi ${next.stable.version} Release"</code></pre>
               </li>
               <li>
-                Update Jenkins
-              </li>
-              <li>
                 In JIRA mark the version as released and add a release date
               </li>
               <li>
diff --git a/src/main/webapp/documentation.html b/src/main/webapp/documentation.html
index 80c1c94..7f56b5a 100644
--- a/src/main/webapp/documentation.html
+++ b/src/main/webapp/documentation.html
@@ -13,8 +13,8 @@ layout: default
           <div class="card flex-md-row mb-4 box-shadow h-md-250">
             <div class="card-body d-flex flex-column align-items-start">
               <strong class="d-inline-block mb-2 text-success"><i class="fas fa-circle"></i> Stable</strong>
-              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">1.5.6</span></h3>
-              <div class="mb-1 text-muted">Last update: May 10th, 2021</div>
+              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">1.5.7</span></h3>
+              <div class="mb-1 text-muted">Last update: July 27th, 2021</div>
               <p class="card-text">
                 <a href="manual/1_5_x/index.html">online</a><br>
                 <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/1.5.4/unomi-manual-1_5_x.zip">html (zipped)</a>
diff --git a/src/main/webapp/download.html b/src/main/webapp/download.html
index ecc9959..a8e8ebc 100644
--- a/src/main/webapp/download.html
+++ b/src/main/webapp/download.html
@@ -11,24 +11,24 @@ layout: default
           <div class="card flex-md-row mb-2 box-shadow h-md-250">
             <div class="card-body d-flex flex-column align-items-start">
               <strong class="d-inline-block mb-2 text-success"><i class="fas fa-circle"></i> Latest release</strong>
-              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">1.5.6</span></h3>
-              <div class="mb-1 text-muted">May 10th, 2021</div>
+              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">1.5.7</span></h3>
+              <div class="mb-1 text-muted">July 27th, 2021</div>
               <p class="card-text mb-auto">
                 Binary Distribution :
-                  <a target="_blank" href="https://www.apache.org/dyn/closer.lua/unomi/1.5.6/unomi-1.5.6-bin.tar.gz">tar.gz</a>
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/1.5.6/unomi-1.5.6-bin.tar.gz.asc">PGP</a>]
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/1.5.6/unomi-1.5.6-bin.tar.gz.sha512">SHA512</a>] -
-                  <a target="_blank" href="https://www.apache.org/dyn/closer.lua/unomi/1.5.6/unomi-1.5.6-bin.zip">zip</a>
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/1.5.6/unomi-1.5.6-bin.zip.asc">PGP</a>]
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/1.5.6/unomi-1.5.6-bin.zip.sha512">SHA512</a>]
+                  <a target="_blank" href="https://www.apache.org/dyn/closer.lua/unomi/1.5.7/unomi-1.5.7-bin.tar.gz">tar.gz</a>
+                  [<a target="_blank" href="https://www.apache.org/dist/unomi/1.5.7/unomi-1.5.7-bin.tar.gz.asc">PGP</a>]
+                  [<a target="_blank" href="https://www.apache.org/dist/unomi/1.5.7/unomi-1.5.7-bin.tar.gz.sha512">SHA512</a>] -
+                  <a target="_blank" href="https://www.apache.org/dyn/closer.lua/unomi/1.5.7/unomi-1.5.7-bin.zip">zip</a>
+                  [<a target="_blank" href="https://www.apache.org/dist/unomi/1.5.7/unomi-1.5.7-bin.zip.asc">PGP</a>]
+                  [<a target="_blank" href="https://www.apache.org/dist/unomi/1.5.7/unomi-1.5.7-bin.zip.sha512">SHA512</a>]
               </p>
               <p class="card-text mb-auto">
                 Source Distribution :
-                  <a target="_blank" href="https://www.apache.org/dyn/closer.lua/unomi/1.5.6/unomi-1.5.6-src.zip">zip</a>
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/1.5.6/unomi-1.5.6-src.zip.asc">PGP</a>]
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/1.5.6/unomi-1.5.6-src.zip.sha512">SHA512</a>]
+                  <a target="_blank" href="https://www.apache.org/dyn/closer.lua/unomi/1.5.7/unomi-1.5.7-src.zip">zip</a>
+                  [<a target="_blank" href="https://www.apache.org/dist/unomi/1.5.7/unomi-1.5.7-src.zip.asc">PGP</a>]
+                  [<a target="_blank" href="https://www.apache.org/dist/unomi/1.5.7/unomi-1.5.7-src.zip.sha512">SHA512</a>]
               </p>
-              <a class="btn btn-outline-dark mt-3" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&version=12350114" role="button" target="_blank">Release notes &raquo;</a>
+              <a class="btn btn-outline-dark mt-3" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&version=12350150" role="button" target="_blank">Release notes &raquo;</a>
             </div>
           </div>
         </div>
@@ -84,6 +84,33 @@ layout: default
                 </thead>
                   <tbody>
                   <tr>
+                      <td>1.5.6</td>
+                      <td><a target="_blank"
+                             href="https://archive.apache.org/dist/unomi/1.5.6/unomi-1.5.6-bin.tar.gz">tar.gz</a>
+                          [<a target="_blank"
+                              href="https://archive.apache.org/dist/unomi/1.5.6/unomi-1.5.6-bin.tar.gz.asc">PGP</a>]
+                          [<a target="_blank"
+                              href="https://archive.apache.org/dist/unomi/1.5.6/unomi-1.5.6-bin.tar.gz.sha512">SHA512</a>]<br>
+                          <a target="_blank"
+                             href="https://archive.apache.org/dist/unomi/1.5.6/unomi-1.5.6-bin.zip">zip</a>
+                          [<a target="_blank"
+                              href="https://archive.apache.org/dist/unomi/1.5.6/unomi-1.5.6-bin.zip.asc">PGP</a>]
+                          [<a target="_blank"
+                              href="https://archive.apache.org/dist/unomi/1.5.6/unomi-1.5.6-bin.zip.sha512">SHA512</a>]
+                      </td>
+                      <td>
+                          <a target="_blank"
+                             href="https://archive.apache.org/dist/unomi/1.5.6/unomi-1.5.6-src.zip">zip</a>
+                          [<a target="_blank"
+                              href="http://archive.apache.org/dist/unomi/1.5.6/unomi-1.5.6-src.zip.asc">PGP</a>]
+                          [<a target="_blank"
+                              href="https://archive.apache.org/dist/unomi/1.5.6/unomi-1.5.6-src.zip.sha1">SHA512</a>]
+                      </td>
+                      <td><a target="_blank"
+                             href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&version=12350114">Release
+                          Notes</a></td>
+                  </tr>
+                  <tr>
                       <td>1.5.5</td>
                       <td><a target="_blank"
                              href="https://archive.apache.org/dist/unomi/1.5.5/unomi-1.5.5-bin.tar.gz">tar.gz</a>
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index f97ec93..b413882 100644
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@ -182,6 +182,7 @@ layout: default
           <div class="col-md-12">
             <h2 class="featurette-heading">News</h2>
             <ul>
+              <li>2021-07-27 Released version 1.5.7</li>
               <li>2021-05-10 Released version 1.5.6</li>
               <li>2021-04-27 Released version 1.5.5</li>
               <li>2020-11-23 Released version 1.5.4</li>