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 a958926  Apache Unomi 1.6.1 Release website update
a958926 is described below

commit a958926f953f6461f89210c7f45411d385a3e037
Author: Serge Huber <[email protected]>
AuthorDate: Thu Sep 15 14:00:57 2022 +0200

    Apache Unomi 1.6.1 Release website update
---
 pom.xml                                       |  4 +--
 src/main/webapp/contribute/release-guide.html | 10 +++---
 src/main/webapp/download.html                 | 51 ++++++++++++++++++++-------
 src/main/webapp/index.html                    | 15 ++++++++
 4 files changed, 62 insertions(+), 18 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1125a35..246409a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,9 +46,9 @@
     </repositories>
 
     <properties>
-        <latest.stable.version>1.6.0</latest.stable.version>
+        <latest.stable.version>1.6.1</latest.stable.version>
         <next.stable.version>2.0.0</next.stable.version>
-        <next.development.version>2.0.0-SNAPSHOT</next.development.version>
+        <next.development.version>1.6.2-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 0438bf7..d73bda6 100644
--- a/src/main/webapp/contribute/release-guide.html
+++ b/src/main/webapp/contribute/release-guide.html
@@ -306,9 +306,6 @@ git tag -d unomi-root-${next.stable.version}</code></pre>
                 <pre class="alert alert-primary"><code>mvn 
versions:set</code></pre>
               </li>
                 <li>Send out a vote summary in the same thread to the Unomi 
mailing list once the voting period has expired, see <a 
href="#mail-2">[2]</a></li>
-              <li>
-                Promote the staging repositories now that the release is 
approved
-              </li>
             </ol>
 
             <h2 id="finalize-release">Finalize the release</h2>
@@ -323,7 +320,12 @@ git tag -d unomi-root-${next.stable.version}</code></pre>
               <li>
                 Connect to <a 
href="https://repository.apache.org/#stagingRepositories"; 
target="_blank">https://repository.apache.org/#stagingRepositories</a> and look 
for the open staging repositories, you should have one. Select the staging 
repositoriy and click on <code>release</code>.
               </li>
-              <li>Update the website (in project `unomi-site`) to point to the 
new release on the download page by first copying the current release to the 
archive page. Make sure you change the links to use the archive.apache.org 
instead of the closer.lua script (see other archived versions for example). 
Then you can update the download page with the proper links to the new release 
(no direct links to <code>www.apache.org/dist</code>, make sure you use the 
closer.lua script). Be careful [...]
+              <li>Update the website (in project `unomi-site`) to point to the 
new release on the download page by
+                  first copying the previous archive release and replacing all 
the version numbers with the current release
+                  version. Also don't forget to copy the release notes. Then 
you can update the download page with the proper
+                  links to the new release (no direct links to 
<code>www.apache.org/dist</code>, make sure you use the closer.lua script).
+                  Be careful with links that contain & (ampersand) characters, 
they must be replaced with &amp;. Normally all
+                  this should be easy to do by simply search & replacing the 
version number. Finally on the home page update the news section to add the 
release.
                   <pre class="alert alert-primary"><code>git clone 
https://gitbox.apache.org/repos/asf/unomi-site.git</code></pre>
                   Perform any modifications, notably change the versions in 
the pom.xml file:
                   <pre class="alert alert-primary"><code>    &lt;properties&gt;
diff --git a/src/main/webapp/download.html b/src/main/webapp/download.html
index 62c7462..146051a 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.6.0</span></h3>
-              <div class="mb-1 text-muted">February 28th, 2022</div>
+              <h3 class="mb-0 text-dark">Unomi <span 
class="text-muted">1.6.1</span></h3>
+              <div class="mb-1 text-muted">September 14th, 2022</div>
               <p class="card-text mb-auto">
                 Binary Distribution :
-                  <a target="_blank" 
href="https://www.apache.org/dyn/closer.lua/unomi/1.6.0/unomi-1.6.0-bin.tar.gz";>tar.gz</a>
-                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/1.6.0/unomi-1.6.0-bin.tar.gz.asc";>PGP</a>]
-                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/1.6.0/unomi-1.6.0-bin.tar.gz.sha512";>SHA512</a>]
 -
-                  <a target="_blank" 
href="https://www.apache.org/dyn/closer.lua/unomi/1.6.0/unomi-1.6.0-bin.zip";>zip</a>
-                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/1.6.0/unomi-1.6.0-bin.zip.asc";>PGP</a>]
-                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/1.6.0/unomi-1.6.0-bin.zip.sha512";>SHA512</a>]
+                  <a target="_blank" 
href="https://www.apache.org/dyn/closer.lua/unomi/1.6.1/unomi-1.6.1-bin.tar.gz";>tar.gz</a>
+                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/1.6.1/unomi-1.6.1-bin.tar.gz.asc";>PGP</a>]
+                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/1.6.1/unomi-1.6.1-bin.tar.gz.sha512";>SHA512</a>]
 -
+                  <a target="_blank" 
href="https://www.apache.org/dyn/closer.lua/unomi/1.6.1/unomi-1.6.1-bin.zip";>zip</a>
+                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/1.6.1/unomi-1.6.1-bin.zip.asc";>PGP</a>]
+                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/1.6.1/unomi-1.6.1-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.6.0/unomi-1.6.0-src.zip";>zip</a>
-                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/1.6.0/unomi-1.6.0-src.zip.asc";>PGP</a>]
-                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/1.6.0/unomi-1.6.0-src.zip.sha512";>SHA512</a>]
+                  <a target="_blank" 
href="https://www.apache.org/dyn/closer.lua/unomi/1.6.1/unomi-1.6.1-src.zip";>zip</a>
+                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/1.6.1/unomi-1.6.1-src.zip.asc";>PGP</a>]
+                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/1.6.1/unomi-1.6.1-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=12350121";
 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=12351508";
 role="button" target="_blank">Release notes &raquo;</a>
             </div>
           </div>
         </div>
@@ -83,6 +83,33 @@ layout: default
                     </tr>
                 </thead>
                   <tbody>
+                  <tr>
+                      <td>1.6.0</td>
+                      <td><a target="_blank"
+                             
href="https://archive.apache.org/dist/unomi/1.6.0/unomi-1.6.0-bin.tar.gz";>tar.gz</a>
+                          [<a target="_blank"
+                              
href="https://archive.apache.org/dist/unomi/1.6.0/unomi-1.6.0-bin.tar.gz.asc";>PGP</a>]
+                          [<a target="_blank"
+                              
href="https://archive.apache.org/dist/unomi/1.6.0/unomi-1.6.0-bin.tar.gz.sha512";>SHA512</a>]<br>
+                          <a target="_blank"
+                             
href="https://archive.apache.org/dist/unomi/1.6.0/unomi-1.6.0-bin.zip";>zip</a>
+                          [<a target="_blank"
+                              
href="https://archive.apache.org/dist/unomi/1.6.0/unomi-1.6.0-bin.zip.asc";>PGP</a>]
+                          [<a target="_blank"
+                              
href="https://archive.apache.org/dist/unomi/1.6.0/unomi-1.6.0-bin.zip.sha512";>SHA512</a>]
+                      </td>
+                      <td>
+                          <a target="_blank"
+                             
href="https://archive.apache.org/dist/unomi/1.6.0/unomi-1.6.0-src.zip";>zip</a>
+                          [<a target="_blank"
+                              
href="https://archive.apache.org/dist/unomi/1.6.0/unomi-1.6.0-src.zip.asc";>PGP</a>]
+                          [<a target="_blank"
+                              
href="https://archive.apache.org/dist/unomi/1.6.0/unomi-1.6.0-src.zip.sha512";>SHA512</a>]
+                      </td>
+                      <td><a target="_blank"
+                             
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&version=12350121";>Release
+                          Notes</a></td>
+                  </tr>
                   <tr>
                       <td>1.5.7</td>
                       <td><a target="_blank"
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index d8138ac..0dbf22c 100644
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@ -27,6 +27,21 @@ layout: default
 
         <h1 class="mb-5">News</h1>
 
+        <div class="row">
+          <div class="col-lg-6 pl-5">
+            <h3>Version 1.6.1 released !</h3>
+            <h4>Minor release with the following changes</h4>
+            <ul>
+              <li>Bug fixes</li>
+              <li>Migration fix</li>
+              <li>More details <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&version=12351508";>here</a></li>
+            </ul>
+          </div><!-- /.col-lg-8 -->
+          <div class="col-lg-6 my-auto mx-auto">
+            &nbsp;
+          </div><!-- /.col-lg-4 -->
+        </div><!-- /.row -->
+
         <div class="row">
           <div class="col-lg-6 pl-5">
             <h3>Version 1.6 released !</h3>

Reply via email to