You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@unomi.apache.org by sh...@apache.org on 2022/11/30 16:20:45 UTC

svn commit: r1905649 - in /unomi/website: connectors.html contribute/release-guide.html documentation.html download.html index.html

Author: shuber
Date: Wed Nov 30 16:20:44 2022
New Revision: 1905649

URL: http://svn.apache.org/viewvc?rev=1905649&view=rev
Log:
[scm-publish] Updating Unomi website

Modified:
    unomi/website/connectors.html
    unomi/website/contribute/release-guide.html
    unomi/website/documentation.html
    unomi/website/download.html
    unomi/website/index.html

Modified: unomi/website/connectors.html
URL: http://svn.apache.org/viewvc/unomi/website/connectors.html?rev=1905649&r1=1905648&r2=1905649&view=diff
==============================================================================
--- unomi/website/connectors.html (original)
+++ unomi/website/connectors.html Wed Nov 30 16:20:44 2022
@@ -101,7 +101,7 @@
           <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-warning"><i class="fas fa-circle"></i> Unstable</strong>
-              <h3 class="mb-0 text-dark">MailChimp <span class="text-muted">2.0.1-SNAPSHOT</span></h3>
+              <h3 class="mb-0 text-dark">MailChimp <span class="text-muted">2.2.0-SNAPSHOT</span></h3>
               <div class="mb-1 text-muted">In development</div>
               <p class="card-text">
                 <a href="manual/latest/index.html">Download</a><br>

Modified: unomi/website/contribute/release-guide.html
URL: http://svn.apache.org/viewvc/unomi/website/contribute/release-guide.html?rev=1905649&r1=1905648&r2=1905649&view=diff
==============================================================================
--- unomi/website/contribute/release-guide.html (original)
+++ unomi/website/contribute/release-guide.html Wed Nov 30 16:20:44 2022
@@ -213,12 +213,12 @@ gpg --verify test.txt.asc test.txt
               <li>
                   Update all JIRAs, close the ones that are still not closed, review tickets that can be closed, postpone to another release tickets that are not managed now.
                   You can use this JIRA page: <a href="https://issues.apache.org/jira/projects/UNOMI?selectedItem=com.atlassian.jira.jira-projects-plugin%3Arelease-page&status=unreleased">Unomi JIRA releases</a>.
-                  Then review the list of tickets that need to be updated, also additionally you can check the list of commits since previous release and insure they are closed using fix version: 2.0.1.
-                  Ideally all tickets listed for version: 2.0.1 should be closed or moved to the next version in case they are not finished/started.
+                  Then review the list of tickets that need to be updated, also additionally you can check the list of commits since previous release and insure they are closed using fix version: 2.2.0.
+                  Ideally all tickets listed for version: 2.2.0 should be closed or moved to the next version in case they are not finished/started.
               </li>
                 <li>
                     Then you can also generate a release notes automatically using: <a href="https://issues.apache.org/jira/secure/ConfigureReleaseNote.jspa?projectId=12319220&version=12350150">JIRA release note</a>,
-                    By choosing the version: 2.0.1. It will be useful for linking the release notes in the voting mail.
+                    By choosing the version: 2.2.0. It will be useful for linking the release notes in the voting mail.
                 </li>
             </ol>
 
@@ -231,12 +231,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-2.0.x
+git checkout unomi-2.1.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-2.0.x
+git checkout -b unomi-2.1.x
                     </code></pre>
                 </li>
             </ol>
@@ -253,7 +253,7 @@ git checkout -b unomi-2.0.x
                 <pre class="alert alert-primary"><code>mvn clean install -DskipITs=true -DskipTests=true -P integration-tests,rat,apache-release,docker,\!run-tests</code></pre>
               </li>
               <li>Check that there are no JARs or ZIP files in the source code, you can do this by looking at the generated RAT report here :
-                <pre class="alert alert-primary"><code>less target/unomi-root-2.0.0-SNAPSHOT.rat</code></pre>
+                <pre class="alert alert-primary"><code>less target/unomi-root-2.2.0-SNAPSHOT.rat</code></pre>
               </li>
               <li>Check that the KEYS file only contains signatures with @apache.org addresses (if there are non @apache.org don???t remove them because they have
                 been used to sign older releases)
@@ -279,11 +279,11 @@ gpg: signing failed: Inappropriate ioctl
               </li>
               <li>Check into the target directory and unzip the source release and compile it using:
                 <pre class="alert alert-primary"><code>pushd target
-gpg --verify unomi-root-2.0.0-SNAPSHOT-source-release.zip.asc unomi-root-2.0.0-SNAPSHOT-source-release.zip
-shasum -a 512 unomi-root-2.0.0-SNAPSHOT-source-release.zip
-cat unomi-root-2.0.0-SNAPSHOT-source-release.zip.sha512
-unzip unomi-root-2.0.0-SNAPSHOT-source-release.zip
-cd unomi-root-2.0.0-SNAPSHOT
+gpg --verify unomi-root-2.2.0-SNAPSHOT-source-release.zip.asc unomi-root-2.2.0-SNAPSHOT-source-release.zip
+shasum -a 512 unomi-root-2.2.0-SNAPSHOT-source-release.zip
+cat unomi-root-2.2.0-SNAPSHOT-source-release.zip.sha512
+unzip unomi-root-2.2.0-SNAPSHOT-source-release.zip
+cd unomi-root-2.2.0-SNAPSHOT
 mvn clean install
 popd</code></pre>
                 to check that the packaged source build properly
@@ -306,12 +306,12 @@ popd</code></pre>
               <li>If something fails, make sure you first drop the staging repository created here: <a href="https://repository.apache.org/#stagingRepositories" target="_blank">https://repository.apache.org/#stagingRepositories</a>.<br>
 If you need to relaunch the <code>release:perform</code> and don???t have a release.properties, create a <code>release.properties</code> file with the following contents:
                 <pre class="alert alert-primary"><code>scm.url=scm:git:https://gitbox.apache.org/repos/asf?p=unomi.git
-scm.tag=unomi-root-2.0.1
+scm.tag=unomi-root-2.2.0
 and run mvn release:perform</code></pre>
               </li>
               <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 two (one for everything and the other for KAR/features) for releases &lt;= 1.2 and just one for versions &gt;= 1.3.0 (because of changes in the Karaf plugins). Close the repositories and given a meaningful comment when closing such as:<br>
-                <strong>Apache Unomi 2.0.1 Release Candidate 1</strong>
+                <strong>Apache Unomi 2.2.0 Release Candidate 1</strong>
               </li>
             </ol>
 
@@ -322,53 +322,53 @@ and run mvn release:perform</code></pre>
               </li>
               <li>
                 <pre class="alert alert-primary"><code>cd unomi-dev
-mkdir 2.0.1</code></pre>
+mkdir 2.2.0</code></pre>
               </li>
               <li>
                 Copy all the Zip and Tarbars including ASC (but do not copy the SHA1 or MD5 sum) files from:
-                <a href="https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi/2.0.1/" target="_blank">https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi/2.0.1/</a>
+                <a href="https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi/2.2.0/" target="_blank">https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi/2.2.0/</a>
                 and
-                <a href="https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi-root/2.0.1/" target="_blank">https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi-root/2.0.1/</a>
+                <a href="https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi-root/2.2.0/" target="_blank">https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi-root/2.2.0/</a>
                   using commands such as : <pre class="alert alert-primary"><code>export REPO_ID=orgapacheunomi-1033
-wget https://repository.apache.org/content/repositories/$REPO_ID/org/apache/unomi/unomi-root/2.0.1/unomi-root-2.0.1-source-release.zip
-wget https://repository.apache.org/content/repositories/$REPO_ID/org/apache/unomi/unomi-root/2.0.1/unomi-root-2.0.1-source-release.zip.asc
-wget https://repository.apache.org/content/repositories/$REPO_ID/org/apache/unomi/unomi/2.0.1/unomi-2.0.1.tar.gz
-wget https://repository.apache.org/content/repositories/$REPO_ID/org/apache/unomi/unomi/2.0.1/unomi-2.0.1.tar.gz.asc
-wget https://repository.apache.org/content/repositories/$REPO_ID/org/apache/unomi/unomi/2.0.1/unomi-2.0.1.zip
-wget https://repository.apache.org/content/repositories/$REPO_ID/org/apache/unomi/unomi/2.0.1/unomi-2.0.1.zip.asc</code></pre>
+wget https://repository.apache.org/content/repositories/$REPO_ID/org/apache/unomi/unomi-root/2.2.0/unomi-root-2.2.0-source-release.zip
+wget https://repository.apache.org/content/repositories/$REPO_ID/org/apache/unomi/unomi-root/2.2.0/unomi-root-2.2.0-source-release.zip.asc
+wget https://repository.apache.org/content/repositories/$REPO_ID/org/apache/unomi/unomi/2.2.0/unomi-2.2.0.tar.gz
+wget https://repository.apache.org/content/repositories/$REPO_ID/org/apache/unomi/unomi/2.2.0/unomi-2.2.0.tar.gz.asc
+wget https://repository.apache.org/content/repositories/$REPO_ID/org/apache/unomi/unomi/2.2.0/unomi-2.2.0.zip
+wget https://repository.apache.org/content/repositories/$REPO_ID/org/apache/unomi/unomi/2.2.0/unomi-2.2.0.zip.asc</code></pre>
 
               </li>
               <li>
                 Rename the source and binary files to something shorter and consistent with previous releases and generate
                   the SHA 512 checksum manually:
                 <pre class="alert alert-primary"><code>
-mv unomi-root-2.0.1-source-release.zip unomi-2.0.1-src.zip
-mv unomi-root-2.0.1-source-release.zip.asc unomi-2.0.1-src.zip.asc
-shasum -a 512 unomi-2.0.1-src.zip > unomi-2.0.1-src.zip.sha512
-
-mv unomi-2.0.1.zip unomi-2.0.1-bin.zip
-mv unomi-2.0.1.zip.asc unomi-2.0.1-bin.zip.asc
-shasum -a 512 unomi-2.0.1-bin.zip > unomi-2.0.1-bin.zip.sha512
-
-mv unomi-2.0.1.tar.gz unomi-2.0.1-bin.tar.gz
-mv unomi-2.0.1.tar.gz.asc unomi-2.0.1-bin.tar.gz.asc
-shasum -a 512 unomi-2.0.1-bin.tar.gz > unomi-2.0.1-bin.tar.gz.sha512
+mv unomi-root-2.2.0-source-release.zip unomi-2.2.0-src.zip
+mv unomi-root-2.2.0-source-release.zip.asc unomi-2.2.0-src.zip.asc
+shasum -a 512 unomi-2.2.0-src.zip > unomi-2.2.0-src.zip.sha512
+
+mv unomi-2.2.0.zip unomi-2.2.0-bin.zip
+mv unomi-2.2.0.zip.asc unomi-2.2.0-bin.zip.asc
+shasum -a 512 unomi-2.2.0-bin.zip > unomi-2.2.0-bin.zip.sha512
+
+mv unomi-2.2.0.tar.gz unomi-2.2.0-bin.tar.gz
+mv unomi-2.2.0.tar.gz.asc unomi-2.2.0-bin.tar.gz.asc
+shasum -a 512 unomi-2.2.0-bin.tar.gz > unomi-2.2.0-bin.tar.gz.sha512
                 </code></pre>
               </li>
               <li>
                 <pre class="alert alert-primary"><code>cd ..
-svn add 2.0.1</code></pre>
+svn add 2.2.0</code></pre>
               </li>
               <li>
-                <pre class="alert alert-primary"><code>svn commit -m "Apache 2.0.1 Release (for PMC voting)"</code></pre>
+                <pre class="alert alert-primary"><code>svn commit -m "Apache 2.2.0 Release (for PMC voting)"</code></pre>
               </li>
                 <li>Send out to the Unomi mailing list a mail to start the voting process, see <a href="#mail-1">[1]</a></li>
                 <li>If the vote is refused or cancelled, peform the following steps to restart the release process:
                     <ol>
                         <li>Drop the release in <a href="https://repository.apache.org/#stagingRepositories" target="_blank">Nexus</a></li>
                         <li>Remove the tag in Git:
-                            <pre class="alert alert-primary"><code>git push --delete origin unomi-root-2.0.1
-git tag -d unomi-root-2.0.1</code></pre>
+                            <pre class="alert alert-primary"><code>git push --delete origin unomi-root-2.2.0
+git tag -d unomi-root-2.2.0</code></pre>
                         </li>
                         <li>Correct any problems in the source, make sure to do them in master and cherry-pick them to the relevant branches</li>
                         <li>Reset all versions with the following command:
@@ -388,7 +388,7 @@ git tag -d unomi-root-2.0.1</code></pre>
             <ol>
               <li>
                 Move the files uploaded to the unomi-dev repository to the unomi-release repository by doing the following:
-                <pre class="alert alert-primary"><code>svn mv https://dist.apache.org/repos/dist/dev/unomi/2.0.1 https://dist.apache.org/repos/dist/release/unomi/2.0.1 -m "Apache Unomi 2.0.1 Release"</code></pre>
+                <pre class="alert alert-primary"><code>svn mv https://dist.apache.org/repos/dist/dev/unomi/2.2.0 https://dist.apache.org/repos/dist/release/unomi/2.2.0 -m "Apache Unomi 2.2.0 Release"</code></pre>
               </li>
               <li>
                 In JIRA mark the version as released and add a release date
@@ -426,7 +426,7 @@ git tag -d unomi-root-2.0.1</code></pre>
                 </li>
                 <li>
                   Then make sure to commit all the changes to the web site's git project:
-                  <pre class="alert alert-primary"><code>git commit -m "Apache Unomi 2.0.1 Release website update"
+                  <pre class="alert alert-primary"><code>git commit -m "Apache Unomi 2.2.0 Release website update"
 git push</code></pre>
               </li>
             </ol>
@@ -459,14 +459,14 @@ git push</code></pre>
                     You will now need to publish the new version of the manual as downloadable resources
                     <pre class="alert alert-primary"><code>cd manual
 cd target
-svn co https://dist.apache.org/repos/dist/release/unomi/2.0.1
-mv unomi-manual-2_0_x.pdf 2.0.1
-mv unomi-manual-2_0_x.pdf.asc 2.0.1
-mv unomi-manual-2_0_x.zip 2.0.1
-mv unomi-manual-2_0_x.pdf.sha512 2.0.1
-mv unomi-manual-2_0_x.zip.asc 2.0.1
-mv unomi-manual-2_0_x.zip.sha512 2.0.1
-cd 2.0.1
+svn co https://dist.apache.org/repos/dist/release/unomi/2.2.0
+mv unomi-manual-2_1_x.pdf 2.2.0
+mv unomi-manual-2_1_x.pdf.asc 2.2.0
+mv unomi-manual-2_1_x.zip 2.2.0
+mv unomi-manual-2_1_x.pdf.sha512 2.2.0
+mv unomi-manual-2_1_x.zip.asc 2.2.0
+mv unomi-manual-2_1_x.zip.sha512 2.2.0
+cd 2.2.0
 svn add unomi-manual*
 svn commit -m "Update Unomi manual packages"</code></pre>
                 </li>
@@ -481,7 +481,7 @@ svn commit -m "Update Unomi manual packa
             <ol>
                 <li>
                     Checkout the tagged version:
-                    <pre class="alert alert-primary"><code>git checkout tags/unomi-root-2.0.1</code></pre>
+                    <pre class="alert alert-primary"><code>git checkout tags/unomi-root-2.2.0</code></pre>
                 </li>
                 <li>
                     Change to the Docker directory. Make sure you have docker running locally (start Docker Desktop for
@@ -499,8 +499,8 @@ mvn docker:push</code></pre>
             <h3 id="rollback">Rollback</h3>
             <ol>
               <li>Delete the tag:
-                <pre class="alert alert-primary"><code>git push --delete origin unomi-root-2.0.1
-git tag --delete unomi-root-2.0.1</code></pre>
+                <pre class="alert alert-primary"><code>git push --delete origin unomi-root-2.2.0
+git tag --delete unomi-root-2.2.0</code></pre>
               </li>
               <li>Reset to the previous commit before the release preparation:
                 <pre class="alert alert-primary"><code>git reset --hard c65f9897ec5f31d9d22ad639738c7db9d109aa77
@@ -550,11 +550,11 @@ git push origin -f</code></pre>
 
             <h6 id="mail-1" class="pt-3">[1] Mail template for the Unomi PMC vote:</h6>
             <pre class="alert alert-primary"><code>
-Subject: [VOTE] Apache Unomi 2.0.1 release [TAKE2]
+Subject: [VOTE] Apache Unomi 2.2.0 release [TAKE2]
 Body:
 Hi all,
 
-I submit Apache Unomi 2.0.1 release [TAKE2] to your vote.
+I submit Apache Unomi 2.2.0 release [TAKE2] to your vote.
 
 The following corrections were done since TAKE 1:
 NOTICE year (2016) has been updated to 2018
@@ -568,18 +568,18 @@ Staging Repository:
 You can find the sources here :
 
 *https://repository.apache.org/content/repositories/orgapacheunomi-1021/org/apache/
-unomi/unomi-root/2.0.1/unomi-root-2.0.1-source-release.zip
+unomi/unomi-root/2.2.0/unomi-root-2.2.0-source-release.zip
 &lt;https://repository.apache.org/content/repositories/orgapacheunomi-1021/org/apache/
-unomi/unomi-root/2.0.1/unomi-root-2.0.1-source-release.zip&gt;*
+unomi/unomi-root/2.2.0/unomi-root-2.2.0-source-release.zip&gt;*
 
 Convenience binaries are also available here:
 *https://repository.apache.org/content/repositories/orgapacheunomi-1021/org/apache/
-unomi/unomi/2.0.1/
+unomi/unomi/2.2.0/
 &lt;https://repository.apache.org/content/repositories/orgapacheunomi-1021/org/apache/
-unomi/unomi/2.0.1/&gt;*
+unomi/unomi/2.2.0/&gt;*
 
 Git tag:
-unomi-root-2.0.1
+unomi-root-2.2.0
 
 Release Notes:
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&
@@ -601,7 +601,7 @@ Regards
 
             <h6 id="mail-2" class="pt-3">[2] Mail template for the results of the Unomi PMC vote:</h6>
             <pre class="alert alert-primary"><code>
-Subject: [RESULT][VOTE] Apache Unomi 2.0.1 release [TAKE2]
+Subject: [RESULT][VOTE] Apache Unomi 2.2.0 release [TAKE2]
 Body:
 Hi,
 
@@ -621,7 +621,7 @@ John Doe 5
 
 No 0 or -1.
 
-The proposal to release Unomi 2.0.1 is approved by the team.
+The proposal to release Unomi 2.2.0 is approved by the team.
 
 Thanks,
 John Doe 1
@@ -629,10 +629,10 @@ John Doe 1
 
             <h6 id="mail-3" class="pt-3">[3] Announce mailing list template:</h6>
             <pre class="alert alert-primary"><code>
-Subject : [ANNOUNCE] Apache Unomi 2.0.1 Release
+Subject : [ANNOUNCE] Apache Unomi 2.2.0 Release
 Body:
 The Apache Unomi team would like to announce the release of Apache
-Unomi 2.0.1.
+Unomi 2.2.0.
 
 Release notes are here:
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&
@@ -646,10 +646,10 @@ More details regarding Apache Unomi can
 http://unomi.apache.org/
 
 The release artifacts can be downloaded here:
-https://dist.apache.org/repos/dist/release/incubator/unomi/2.0.1/
+https://dist.apache.org/repos/dist/release/incubator/unomi/2.2.0/
 
 All JIRAs completed for this release are tagged with 'FixVersion =
-2.0.1'; the JIRA release notes can be found here:
+2.2.0'; the JIRA release notes can be found here:
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&
 version=12338361
 

Modified: unomi/website/documentation.html
URL: http://svn.apache.org/viewvc/unomi/website/documentation.html?rev=1905649&r1=1905648&r2=1905649&view=diff
==============================================================================
--- unomi/website/documentation.html (original)
+++ unomi/website/documentation.html Wed Nov 30 16:20:44 2022
@@ -108,7 +108,7 @@
           <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-warning"><i class="fas fa-circle"></i> Unstable</strong>
-              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">2.0.1-SNAPSHOT</span></h3>
+              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">2.2.0-SNAPSHOT</span></h3>
               <div class="mb-1 text-muted">In development</div>
               <p class="card-text">
                 <a href="manual/latest/index.html">online</a><br>

Modified: unomi/website/download.html
URL: http://svn.apache.org/viewvc/unomi/website/download.html?rev=1905649&r1=1905648&r2=1905649&view=diff
==============================================================================
--- unomi/website/download.html (original)
+++ unomi/website/download.html Wed Nov 30 16:20:44 2022
@@ -87,27 +87,63 @@
           <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">2.0.0</span></h3>
-              <div class="mb-1 text-muted">October 3rd, 2022</div>
+              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">2.1.0</span></h3>
+              <div class="mb-1 text-muted">November 28th, 2022</div>
               <p class="card-text mb-auto">
                 Binary Distribution :
-                  <a target="_blank" href="https://www.apache.org/dyn/closer.lua/unomi/2.0.0/unomi-2.0.0-bin.tar.gz">tar.gz</a>
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.0.0/unomi-2.0.0-bin.tar.gz.asc">PGP</a>]
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.0.0/unomi-2.0.0-bin.tar.gz.sha512">SHA512</a>] -
-                  <a target="_blank" href="https://www.apache.org/dyn/closer.lua/unomi/2.0.0/unomi-2.0.0-bin.zip">zip</a>
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.0.0/unomi-2.0.0-bin.zip.asc">PGP</a>]
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.0.0/unomi-2.0.0-bin.zip.sha512">SHA512</a>]
+                  <a target="_blank" href="https://www.apache.org/dyn/closer.lua/unomi/2.1.0/unomi-2.1.0-bin.tar.gz">tar.gz</a>
+                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.1.0/unomi-2.1.0-bin.tar.gz.asc">PGP</a>]
+                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.1.0/unomi-2.1.0-bin.tar.gz.sha512">SHA512</a>] -
+                  <a target="_blank" href="https://www.apache.org/dyn/closer.lua/unomi/2.1.0/unomi-2.1.0-bin.zip">zip</a>
+                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.1.0/unomi-2.1.0-bin.zip.asc">PGP</a>]
+                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.1.0/unomi-2.1.0-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/2.0.0/unomi-2.0.0-src.zip">zip</a>
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.0.0/unomi-2.0.0-src.zip.asc">PGP</a>]
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.0.0/unomi-2.0.0-src.zip.sha512">SHA512</a>]
+                  <a target="_blank" href="https://www.apache.org/dyn/closer.lua/unomi/2.1.0/unomi-2.1.0-src.zip">zip</a>
+                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.1.0/unomi-2.1.0-src.zip.asc">PGP</a>]
+                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.1.0/unomi-2.1.0-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=12343140" 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=12352332" role="button" target="_blank">Release notes &raquo;</a>
             </div>
           </div>
         </div>
+
+          <div class="col-md-6">
+              <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.7.1</span></h3>
+                      <div class="mb-1 text-muted">November 21st, 2022</div>
+                      <p class="card-text mb-auto">
+                          Binary Distribution :
+                          <a target="_blank"
+                             href="https://www.apache.org/dyn/closer.lua/unomi/1.7.1/unomi-1.7.1-bin.tar.gz">tar.gz</a>
+                          [<a target="_blank" href="https://www.apache.org/dist/unomi/1.7.1/unomi-1.7.1-bin.tar.gz.asc">PGP</a>]
+                          [<a target="_blank"
+                              href="https://www.apache.org/dist/unomi/1.7.1/unomi-1.7.1-bin.tar.gz.sha512">SHA512</a>] -
+                          <a target="_blank"
+                             href="https://www.apache.org/dyn/closer.lua/unomi/1.7.1/unomi-1.7.1-bin.zip">zip</a>
+                          [<a target="_blank"
+                              href="https://www.apache.org/dist/unomi/1.7.1/unomi-1.7.1-bin.zip.asc">PGP</a>]
+                          [<a target="_blank" href="https://www.apache.org/dist/unomi/1.7.1/unomi-1.7.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.7.1/unomi-1.7.1-src.zip">zip</a>
+                          [<a target="_blank"
+                              href="https://www.apache.org/dist/unomi/1.7.1/unomi-1.7.1-src.zip.asc">PGP</a>]
+                          [<a target="_blank" href="https://www.apache.org/dist/unomi/1.7.1/unomi-1.7.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=12352552"
+                         role="button" target="_blank">Release notes &raquo;</a>
+                  </div>
+              </div>
+          </div>
+
       </div>
     </div>
 
@@ -136,7 +172,7 @@
                 </code>
                 <br>
                 <code>
-                    % gpg --verify unomi-2.0.0-bin.tar.gz.asc unomi-2.0.0-bin.tar.gz
+                    % gpg --verify unomi-2.1.0-bin.tar.gz.asc unomi-2.1.0-bin.tar.gz
                 </code>
               </p>
             </div>
@@ -160,6 +196,33 @@
                 </thead>
                   <tbody>
                   <tr>
+                      <td>2.0.0</td>
+                      <td><a target="_blank"
+                             href="https://archive.apache.org/dist/unomi/2.0.0/unomi-2.0.0-bin.tar.gz">tar.gz</a>
+                          [<a target="_blank"
+                              href="https://archive.apache.org/dist/unomi/2.0.0/unomi-2.0.0-bin.tar.gz.asc">PGP</a>]
+                          [<a target="_blank"
+                              href="https://archive.apache.org/dist/unomi/2.0.0/unomi-2.0.0-bin.tar.gz.sha512">SHA512</a>]<br>
+                          <a target="_blank"
+                             href="https://archive.apache.org/dist/unomi/2.0.0/unomi-2.0.0-bin.zip">zip</a>
+                          [<a target="_blank"
+                              href="https://archive.apache.org/dist/unomi/2.0.0/unomi-2.0.0-bin.zip.asc">PGP</a>]
+                          [<a target="_blank"
+                              href="https://archive.apache.org/dist/unomi/2.0.0/unomi-2.0.0-bin.zip.sha512">SHA512</a>]
+                      </td>
+                      <td>
+                          <a target="_blank"
+                             href="https://archive.apache.org/dist/unomi/2.0.0/unomi-2.0.0-src.zip">zip</a>
+                          [<a target="_blank"
+                              href="https://archive.apache.org/dist/unomi/2.0.0/unomi-2.0.0-src.zip.asc">PGP</a>]
+                          [<a target="_blank"
+                              href="https://archive.apache.org/dist/unomi/2.0.0/unomi-2.0.0-src.zip.sha512">SHA512</a>]
+                      </td>
+                      <td><a target="_blank"
+                             href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&version=12343140">Release
+                          Notes</a></td>
+                  </tr>
+                  <tr>
                       <td>1.6.1</td>
                       <td><a target="_blank"
                              href="https://archive.apache.org/dist/unomi/1.6.1/unomi-1.6.1-bin.tar.gz">tar.gz</a>
@@ -176,11 +239,11 @@
                       </td>
                       <td>
                           <a target="_blank"
-                             href="https://archive.apache.org/dist/unomi/1.6.0/unomi-1.6.0-src.zip">zip</a>
+                             href="https://archive.apache.org/dist/unomi/1.6.1/unomi-1.6.1-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>]
+                              href="https://archive.apache.org/dist/unomi/1.6.1/unomi-1.6.1-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>]
+                              href="https://archive.apache.org/dist/unomi/1.6.1/unomi-1.6.1-src.zip.sha512">SHA512</a>]
                       </td>
                       <td><a target="_blank"
                              href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&version=12351508">Release

Modified: unomi/website/index.html
URL: http://svn.apache.org/viewvc/unomi/website/index.html?rev=1905649&r1=1905648&r2=1905649&view=diff
==============================================================================
--- unomi/website/index.html (original)
+++ unomi/website/index.html Wed Nov 30 16:20:44 2022
@@ -99,11 +99,36 @@
       ================================================== -->
       <!-- Wrap the rest of the page in another container to center all the content. -->
 
-      <div class="container marketing pt-5">
+<div class="container marketing pt-5">
 
-        <h1 class="mb-5">News</h1>
+    <h1 class="mb-5">News</h1>
 
-        <div class="row">
+    <div class="row">
+        <div class="col-lg-6 pl-5">
+            <h3>Version 2.1.0 and 1.7.1 released !</h3>
+            <h4>Changes in 2.1.0 (since 2.0.0)</h4>
+            <ul>
+                <li>Upgrade user agent library (Yauaa) to 7.8.0</li>
+                <li>Bug fixes in control groups</li>
+                <li>Bug fixes in profile purge system</li>
+                <li>Other small bug fixes</li>
+            </ul>
+            <h4>Changes in 1.7.1 (since 1.6.1)</h4>
+            <ul>
+                <li>Bug fixes in list personalization</li>
+                <li>Bug fixes in control groups</li>
+                <li>Bug fixes in profile purge system</li>
+                <li>Other small bug fixes</li>
+            </ul>
+        </div><!-- /.col-lg-8 -->
+        <div class="col-lg-6 my-auto mx-auto">
+            <img src="https://json-schema.org/assets/logo.svg" class="img-thumbnail" alt="JSON Schema Logo"/>
+        </div><!-- /.col-lg-4 -->
+    </div><!-- /.row -->
+
+    <hr class="featurette-divider">
+
+    <div class="row">
           <div class="col-lg-6 pl-5">
             <h3>Version 2.0 released !</h3>
             <h4>JSON Schema</h4>