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 2021/05/10 14:11:38 UTC

svn commit: r1889724 - in /unomi/website: contribute-release-guide.html download.html index.html

Author: shuber
Date: Mon May 10 14:11:38 2021
New Revision: 1889724

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

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

Modified: unomi/website/contribute-release-guide.html
URL: http://svn.apache.org/viewvc/unomi/website/contribute-release-guide.html?rev=1889724&r1=1889723&r2=1889724&view=diff
==============================================================================
--- unomi/website/contribute-release-guide.html (original)
+++ unomi/website/contribute-release-guide.html Mon May 10 14:11:38 2021
@@ -220,7 +220,7 @@ git checkout -b unomi-1.5.x
                 <pre class="alert alert-primary"><code>mvn clean install -DskipITs=true -DskipTests=true -P integration-tests,performance-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-1.5.6-SNAPSHOT.rat</code></pre>
+                <pre class="alert alert-primary"><code>less target/unomi-root-1.5.7-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)
@@ -247,17 +247,17 @@ gpg: signing failed: Inappropriate ioctl
               <li>Check into the target directory and unzip the source release and compile it using:
                 <pre class="alert alert-primary"><code>pushd
 cd target
-gpg --verify unomi-root-1.5.6-SNAPSHOT-source-release.zip.asc unomi-root-1.5.6-SNAPSHOT-source-release.zip
-shasum -a 512 unomi-root-1.5.6-SNAPSHOT-source-release.zip
-cat unomi-root-1.5.6-SNAPSHOT-source-release.zip.sha512
-unzip unomi-root-1.5.6-SNAPSHOT-source-release.zip
-cd unomi-root-1.5.6-SNAPSHOT
+gpg --verify unomi-root-1.5.7-SNAPSHOT-source-release.zip.asc unomi-root-1.5.7-SNAPSHOT-source-release.zip
+shasum -a 512 unomi-root-1.5.7-SNAPSHOT-source-release.zip
+cat unomi-root-1.5.7-SNAPSHOT-source-release.zip.sha512
+unzip unomi-root-1.5.7-SNAPSHOT-source-release.zip
+cd unomi-root-1.5.7-SNAPSHOT
 mvn clean install
 popd</code></pre>
                 to check that the packaged source build properly
               </li>
               <li>Go back to the root project directory (pushd/popd did that for you normally) and run:
-                <pre class="alert alert-primary"><code>mvn release:prepare -DskipITs=true -DskipTests=true -Darguments="-DskipITs=true -DskipTests=true"  -DdryRun=true -P apache-release,integration-tests,performance-tests,docker,\!run-tests</code></pre>
+                <pre class="alert alert-primary"><code>mvn release:prepare -DskipITs=true -DskipTests=true -Drelease.arguments="-Papache-release,integration-tests -DskipITs=true -DskipTests=true"  -DdryRun=true -P apache-release,integration-tests,performance-tests,docker,\!run-tests</code></pre>
               </li>
               <li>Publish a snapshot to test the deployment passwords:
                 <pre class="alert alert-primary"><code>mvn deploy -DskipITs=true -DskipTests=true -P \!run-tests</code></pre>
@@ -269,12 +269,12 @@ popd</code></pre>
                 <pre class="alert alert-primary"><code>mvn -P apache-release,integration-tests,performance-tests,docker,\!run-tests release:prepare</code></pre>
               </li>
               <li>
-                <pre class="alert alert-primary"><code>mvn -DskipITs=true -DskipTests=true -Darguments="-DskipITs=true -DskipTests=true" -P integration-tests,docker,performance-tests,\!run-tests release:perform</code></pre>
+                <pre class="alert alert-primary"><code>mvn -DskipITs=true -DskipTests=true -Drelease.arguments="-Papache-release,integration-tests -DskipITs=true -DskipTests=true" -P integration-tests,docker,performance-tests,\!run-tests release:perform</code></pre>
               </li>
               <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-1.5.6
+scm.tag=unomi-root-1.5.7
 and run mvn release:perform</code></pre>
               </li>
               <li>Make sure you uploaded your public PGP key using:
@@ -282,7 +282,7 @@ 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 1.5.6 Release Candidate 1</strong>
+                <strong>Apache Unomi 1.5.7 Release Candidate 1</strong>
               </li>
             </ol>
 
@@ -293,55 +293,55 @@ and run mvn release:perform</code></pre>
               </li>
               <li>
                 <pre class="alert alert-primary"><code>cd unomi-dev
-mkdir 1.5.6</code></pre>
+mkdir 1.5.7</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/1.5.6/" target="_blank">https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi/1.5.6/</a>
+                <a href="https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi/1.5.7/" target="_blank">https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi/1.5.7/</a>
                 and
-                <a href="https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi-root/1.5.6/" target="_blank">https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi-root/1.5.6/</a>
-                  using commands such as : <pre class="alert alert-primary"><code>wget https://repository.apache.org/content/repositories/orgapacheunomi-1030/org/apache/unomi/unomi-root/1.5.6/unomi-root-1.5.6-source-release.zip
-wget https://repository.apache.org/content/repositories/orgapacheunomi-1030/org/apache/unomi/unomi-root/1.5.6/unomi-root-1.5.6-source-release.zip.asc
-wget https://repository.apache.org/content/repositories/orgapacheunomi-1030/org/apache/unomi/unomi/1.5.6/unomi-1.5.6.tar.gz
-wget https://repository.apache.org/content/repositories/orgapacheunomi-1030/org/apache/unomi/unomi/1.5.6/unomi-1.5.6.tar.gz.asc
-wget https://repository.apache.org/content/repositories/orgapacheunomi-1030/org/apache/unomi/unomi/1.5.6/unomi-1.5.6.zip
-wget https://repository.apache.org/content/repositories/orgapacheunomi-1030/org/apache/unomi/unomi/1.5.6/unomi-1.5.6.zip.asc</code></pre>
+                <a href="https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi-root/1.5.7/" target="_blank">https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi-root/1.5.7/</a>
+                  using commands such as : <pre class="alert alert-primary"><code>wget https://repository.apache.org/content/repositories/orgapacheunomi-1030/org/apache/unomi/unomi-root/1.5.7/unomi-root-1.5.7-source-release.zip
+wget https://repository.apache.org/content/repositories/orgapacheunomi-1030/org/apache/unomi/unomi-root/1.5.7/unomi-root-1.5.7-source-release.zip.asc
+wget https://repository.apache.org/content/repositories/orgapacheunomi-1030/org/apache/unomi/unomi/1.5.7/unomi-1.5.7.tar.gz
+wget https://repository.apache.org/content/repositories/orgapacheunomi-1030/org/apache/unomi/unomi/1.5.7/unomi-1.5.7.tar.gz.asc
+wget https://repository.apache.org/content/repositories/orgapacheunomi-1030/org/apache/unomi/unomi/1.5.7/unomi-1.5.7.zip
+wget https://repository.apache.org/content/repositories/orgapacheunomi-1030/org/apache/unomi/unomi/1.5.7/unomi-1.5.7.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-1.5.6-source-release.zip unomi-1.5.6-src.zip
-mv unomi-root-1.5.6-source-release.zip.asc unomi-1.5.6-src.zip.asc
-shasum -a 512 unomi-1.5.6-src.zip > unomi-1.5.6-src.zip.sha512
-
-mv unomi-1.5.6.zip unomi-1.5.6-bin.zip
-mv unomi-1.5.6.zip.asc unomi-1.5.6-bin.zip.asc
-shasum -a 512 unomi-1.5.6-bin.zip > unomi-1.5.6-bin.zip.sha512
-
-mv unomi-1.5.6.tar.gz unomi-1.5.6-bin.tar.gz
-mv unomi-1.5.6.tar.gz.asc unomi-1.5.6-bin.tar.gz.asc
-shasum -a 512 unomi-1.5.6-bin.tar.gz > unomi-1.5.6-bin.tar.gz.sha512
+mv unomi-root-1.5.7-source-release.zip unomi-1.5.7-src.zip
+mv unomi-root-1.5.7-source-release.zip.asc unomi-1.5.7-src.zip.asc
+shasum -a 512 unomi-1.5.7-src.zip > unomi-1.5.7-src.zip.sha512
+
+mv unomi-1.5.7.zip unomi-1.5.7-bin.zip
+mv unomi-1.5.7.zip.asc unomi-1.5.7-bin.zip.asc
+shasum -a 512 unomi-1.5.7-bin.zip > unomi-1.5.7-bin.zip.sha512
+
+mv unomi-1.5.7.tar.gz unomi-1.5.7-bin.tar.gz
+mv unomi-1.5.7.tar.gz.asc unomi-1.5.7-bin.tar.gz.asc
+shasum -a 512 unomi-1.5.7-bin.tar.gz > unomi-1.5.7-bin.tar.gz.sha512
                 </code></pre>
               </li>
               <li>
                 <pre class="alert alert-primary"><code>cd ..
-svn add 1.5.6</code></pre>
+svn add 1.5.7</code></pre>
               </li>
               <li>
                 If needed, update the KEYS file (that is in the svn checkout <code>https://dist.apache.org/repos/dist/release/unomi</code>)
               </li>
               <li>
-                <pre class="alert alert-primary"><code>svn commit -m "Apache 1.5.6 Release (for PMC voting)"</code></pre>
+                <pre class="alert alert-primary"><code>svn commit -m "Apache 1.5.7 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-1.5.6
-git tag -d unomi-root-1.5.6</code></pre>
+                            <pre class="alert alert-primary"><code>git push --delete origin unomi-root-1.5.7
+git tag -d unomi-root-1.5.7</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:
@@ -364,7 +364,7 @@ git tag -d unomi-root-1.5.6</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/1.5.6 https://dist.apache.org/repos/dist/release/unomi/1.5.6 -m "Apache Unomi 1.5.6 Release"</code></pre>
+                <pre class="alert alert-primary"><code>svn mv https://dist.apache.org/repos/dist/dev/unomi/1.5.7 https://dist.apache.org/repos/dist/release/unomi/1.5.7 -m "Apache Unomi 1.5.7 Release"</code></pre>
               </li>
               <li>
                 Update Jenkins
@@ -400,7 +400,7 @@ mvn install scm-publish:publish-scm -Dus
                 </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 1.5.6 Release website update"</code></pre>
+                  <pre class="alert alert-primary"><code>git commit -m "Apache Unomi 1.5.7 Release website update"</code></pre>
               </li>
             </ol>
 
@@ -418,14 +418,14 @@ mvn install scm-publish:publish-scm -Dus
                     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/1.5.6
-mv unomi-manual-1_5_x.pdf 1.5.6
-mv unomi-manual-1_5_x.pdf.asc 1.5.6
-mv unomi-manual-1_5_x.zip 1.5.6
-mv unomi-manual-1_5_x.pdf.sha512 1.5.6
-mv unomi-manual-1_5_x.zip.asc 1.5.6
-mv unomi-manual-1_5_x.zip.sha512 1.5.6
-cd 1.5.6
+svn co https://dist.apache.org/repos/dist/release/unomi/1.5.7
+mv unomi-manual-1_5_x.pdf 1.5.7
+mv unomi-manual-1_5_x.pdf.asc 1.5.7
+mv unomi-manual-1_5_x.zip 1.5.7
+mv unomi-manual-1_5_x.pdf.sha512 1.5.7
+mv unomi-manual-1_5_x.zip.asc 1.5.7
+mv unomi-manual-1_5_x.zip.sha512 1.5.7
+cd 1.5.7
 svn add unomi-manual*
 svn commit -m "Update Unomi manual packages"</code></pre>
                 </li>
@@ -436,7 +436,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-1.5.6</code></pre>
+                    <pre class="alert alert-primary"><code>git checkout tags/unomi-root-1.5.7</code></pre>
                 </li>
                 <li>
                     Change to the Docker directory. Make sure you have docker running locally (start Docker Desktop for
@@ -454,8 +454,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-1.5.6
-git tag --delete unomi-root-1.5.6</code></pre>
+                <pre class="alert alert-primary"><code>git push --delete origin unomi-root-1.5.7
+git tag --delete unomi-root-1.5.7</code></pre>
               </li>
               <li>Reset to the previous commit before the release preparation:
                 <pre class="alert alert-primary"><code>git reset --hard c65f9897ec5f31d9d22ad639738c7db9d109aa77
@@ -505,11 +505,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 1.5.6 release [TAKE2]
+Subject: [VOTE] Apache Unomi 1.5.7 release [TAKE2]
 Body:
 Hi all,
 
-I submit Apache Unomi 1.5.6 release [TAKE2] to your vote.
+I submit Apache Unomi 1.5.7 release [TAKE2] to your vote.
 
 The following corrections were done since TAKE 1:
 NOTICE year (2016) has been updated to 2018
@@ -523,18 +523,18 @@ Staging Repository:
 You can find the sources here :
 
 *https://repository.apache.org/content/repositories/orgapacheunomi-1021/org/apache/
-unomi/unomi-root/1.5.6/unomi-root-1.5.6-source-release.zip
+unomi/unomi-root/1.5.7/unomi-root-1.5.7-source-release.zip
 &lt;https://repository.apache.org/content/repositories/orgapacheunomi-1021/org/apache/
-unomi/unomi-root/1.5.6/unomi-root-1.5.6-source-release.zip&gt;*
+unomi/unomi-root/1.5.7/unomi-root-1.5.7-source-release.zip&gt;*
 
 Convenience binaries are also available here:
 *https://repository.apache.org/content/repositories/orgapacheunomi-1021/org/apache/
-unomi/unomi/1.5.6/
+unomi/unomi/1.5.7/
 &lt;https://repository.apache.org/content/repositories/orgapacheunomi-1021/org/apache/
-unomi/unomi/1.5.6/&gt;*
+unomi/unomi/1.5.7/&gt;*
 
 Git tag:
-unomi-root-1.5.6
+unomi-root-1.5.7
 
 Release Notes:
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&
@@ -556,7 +556,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 1.5.6 release [TAKE2]
+Subject: [RESULT][VOTE] Apache Unomi 1.5.7 release [TAKE2]
 Body:
 Hi,
 
@@ -576,7 +576,7 @@ John Doe 5
 
 No 0 or -1.
 
-The proposal to release Unomi 1.5.6 is approved by the team.
+The proposal to release Unomi 1.5.7 is approved by the team.
 
 Thanks,
 John Doe 1
@@ -584,10 +584,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 1.5.6 Release
+Subject : [ANNOUNCE] Apache Unomi 1.5.7 Release
 Body:
 The Apache Unomi team would like to announce the release of Apache
-Unomi 1.5.6.
+Unomi 1.5.7.
 
 Release notes are here:
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&
@@ -601,10 +601,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/1.5.6/
+https://dist.apache.org/repos/dist/release/incubator/unomi/1.5.7/
 
 All JIRAs completed for this release are tagged with 'FixVersion =
-1.5.6'; the JIRA release notes can be found here:
+1.5.7'; the JIRA release notes can be found here:
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&
 version=12338361
 

Modified: unomi/website/download.html
URL: http://svn.apache.org/viewvc/unomi/website/download.html?rev=1889724&r1=1889723&r2=1889724&view=diff
==============================================================================
--- unomi/website/download.html (original)
+++ unomi/website/download.html Mon May 10 14:11:38 2021
@@ -87,24 +87,24 @@
           <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.5</span></h3>
-              <div class="mb-1 text-muted">April 27th, 2021</div>
+              <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>
               <p class="card-text mb-auto">
                 Binary Distribution :
-                  <a target="_blank" href="https://www.apache.org/dyn/closer.lua/unomi/1.5.5/unomi-1.5.5-bin.tar.gz">tar.gz</a>
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/1.5.5/unomi-1.5.5-bin.tar.gz.asc">PGP</a>]
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/1.5.5/unomi-1.5.5-bin.tar.gz.sha512">SHA512</a>] -
-                  <a target="_blank" href="https://www.apache.org/dyn/closer.lua/unomi/1.5.5/unomi-1.5.5-bin.zip">zip</a>
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/1.5.5/unomi-1.5.5-bin.zip.asc">PGP</a>]
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/1.5.5/unomi-1.5.5-bin.zip.sha512">SHA512</a>]
+                  <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>]
               </p>
               <p class="card-text mb-auto">
                 Source Distribution :
-                  <a target="_blank" href="https://www.apache.org/dyn/closer.lua/unomi/1.5.5/unomi-1.5.5-src.zip">zip</a>
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/1.5.5/unomi-1.5.5-src.zip.asc">PGP</a>]
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/1.5.5/unomi-1.5.5-src.zip.sha512">SHA512</a>]
+                  <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>]
               </p>
-              <a class="btn btn-outline-dark mt-3" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&version=12349372" 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=12350114" role="button" target="_blank">Release notes &raquo;</a>
             </div>
           </div>
         </div>
@@ -136,7 +136,7 @@
                 </code>
                 <br>
                 <code>
-                    % gpg --verify unomi-1.5.5-bin.tar.gz.asc unomi-1.5.5-bin.tar.gz
+                    % gpg --verify unomi-1.5.6-bin.tar.gz.asc unomi-1.5.6-bin.tar.gz
                 </code>
               </p>
             </div>
@@ -160,6 +160,33 @@
                 </thead>
                   <tbody>
                   <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>
+                          [<a target="_blank"
+                              href="https://archive.apache.org/dist/unomi/1.5.5/unomi-1.5.5-bin.tar.gz.asc">PGP</a>]
+                          [<a target="_blank"
+                              href="https://archive.apache.org/dist/unomi/1.5.5/unomi-1.5.5-bin.tar.gz.sha512">SHA512</a>]<br>
+                          <a target="_blank"
+                             href="https://archive.apache.org/dist/unomi/1.5.5/unomi-1.5.5-bin.zip">zip</a>
+                          [<a target="_blank"
+                              href="https://archive.apache.org/dist/unomi/1.5.5/unomi-1.5.5-bin.zip.asc">PGP</a>]
+                          [<a target="_blank"
+                              href="https://archive.apache.org/dist/unomi/1.5.5/unomi-1.5.5-bin.zip.sha512">SHA512</a>]
+                      </td>
+                      <td>
+                          <a target="_blank"
+                             href="https://archive.apache.org/dist/unomi/1.5.5/unomi-1.5.5-src.zip">zip</a>
+                          [<a target="_blank"
+                              href="http://archive.apache.org/dist/unomi/1.5.5/unomi-1.5.5-src.zip.asc">PGP</a>]
+                          [<a target="_blank"
+                              href="https://archive.apache.org/dist/unomi/1.5.5/unomi-1.5.5-src.zip.sha1">SHA512</a>]
+                      </td>
+                      <td><a target="_blank"
+                             href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&version=12349415">Release
+                          Notes</a></td>
+                  </tr>
+                  <tr>
                       <td>1.5.4</td>
                       <td><a target="_blank"
                              href="https://archive.apache.org/dist/unomi/1.5.4/unomi-1.5.4-bin.tar.gz">tar.gz</a>

Modified: unomi/website/index.html
URL: http://svn.apache.org/viewvc/unomi/website/index.html?rev=1889724&r1=1889723&r2=1889724&view=diff
==============================================================================
--- unomi/website/index.html (original)
+++ unomi/website/index.html Mon May 10 14:11:38 2021
@@ -258,6 +258,7 @@
           <div class="col-md-12">
             <h2 class="featurette-heading">News</h2>
             <ul>
+              <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>
               <li>2020-11-21 Released version 1.5.3</li>