Author: shuber
Date: Thu Sep 15 11:59:12 2022
New Revision: 1904089
URL: http://svn.apache.org/viewvc?rev=1904089&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=1904089&r1=1904088&r2=1904089&view=diff
==============================================================================
--- unomi/website/contribute/release-guide.html (original)
+++ unomi/website/contribute/release-guide.html Thu Sep 15 11:59:12 2022
@@ -253,7 +253,7 @@ git checkout -b unomi-1.6.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-1.6.2-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-1.6.2-SNAPSHOT-source-release.zip.asc
unomi-root-1.6.2-SNAPSHOT-source-release.zip
+shasum -a 512 unomi-root-1.6.2-SNAPSHOT-source-release.zip
+cat unomi-root-1.6.2-SNAPSHOT-source-release.zip.sha512
+unzip unomi-root-1.6.2-SNAPSHOT-source-release.zip
+cd unomi-root-1.6.2-SNAPSHOT
mvn clean install
popd</code></pre>
to check that the packaged source build properly
@@ -382,9 +382,6 @@ git tag -d unomi-root-2.0.0</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>
@@ -399,7 +396,12 @@ git tag -d unomi-root-2.0.0</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 with links that contain & (ampersand)
characters, they must be replaced with & Finally on the home page update
the news section to add the release.
+ <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 &. 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> <properties>
Modified: unomi/website/download.html
URL:
http://svn.apache.org/viewvc/unomi/website/download.html?rev=1904089&r1=1904088&r2=1904089&view=diff
==============================================================================
--- unomi/website/download.html (original)
+++ unomi/website/download.html Thu Sep 15 11:59:12 2022
@@ -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.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 »</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 »</a>
</div>
</div>
</div>
@@ -136,7 +136,7 @@
</code>
<br>
<code>
- % gpg --verify unomi-1.6.0-bin.tar.gz.asc
unomi-1.6.0-bin.tar.gz
+ % gpg --verify unomi-1.6.1-bin.tar.gz.asc
unomi-1.6.1-bin.tar.gz
</code>
</p>
</div>
@@ -160,6 +160,33 @@
</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"
href="https://archive.apache.org/dist/unomi/1.5.7/unomi-1.5.7-bin.tar.gz">tar.gz</a>
Modified: unomi/website/index.html
URL:
http://svn.apache.org/viewvc/unomi/website/index.html?rev=1904089&r1=1904088&r2=1904089&view=diff
==============================================================================
--- unomi/website/index.html (original)
+++ unomi/website/index.html Thu Sep 15 11:59:12 2022
@@ -105,6 +105,21 @@
<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">
+
+ </div><!-- /.col-lg-4 -->
+ </div><!-- /.row -->
+
+ <div class="row">
+ <div class="col-lg-6 pl-5">
<h3>Version 1.6 released !</h3>
<h4>Groovy actions REST API</h4>
<ul>