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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/nifi-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7708eae3 Published changes from 
3d42510ff3aa0fb32da11bb9570e75d5fac6b532
7708eae3 is described below

commit 7708eae39b803f0b2b8a4f370d3aa1ace29ba0d3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 29 18:00:43 2024 +0000

    Published changes from 3d42510ff3aa0fb32da11bb9570e75d5fac6b532
---
 documentation/guides/releases/index.html | 23 +++++++-----------
 sitemap.xml                              | 40 ++++++++++++++++----------------
 2 files changed, 29 insertions(+), 34 deletions(-)

diff --git a/documentation/guides/releases/index.html 
b/documentation/guides/releases/index.html
index 30f44ea8..b14bcbbe 100644
--- a/documentation/guides/releases/index.html
+++ b/documentation/guides/releases/index.html
@@ -767,18 +767,18 @@ with the <code>Version name</code> set to the next minor 
release version number<
 </ul>
 <div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
 class="language-bash" data-lang="bash">git checkout -b <span 
style="color:#e6db74">${</span>JIRA_TICKET<span 
style="color:#e6db74">}</span>-RC<span style="color:#e6db74">${</span>RC<span 
style="color:#e6db74">}</span> <span style="color:#e6db74">${</span>BRANCH<span 
style="color:#e6db74">}</span>
 </code></pre></div><ul>
-<li>Run Maven build with <code>include-grpc</code> and 
<code>contrib-check</code> profiles</li>
+<li>Run Maven build with standard profiles</li>
 </ul>
-<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
 class="language-bash" data-lang="bash">./mvnw -T 2C 
-Pinclude-grpc,contrib-check clean install
+<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
 class="language-bash" data-lang="bash">./mvnw -T 2C -P contrib-check clean 
install
 </code></pre></div><h2 id="stage-artifacts">Stage Artifacts</h2>
 <ul>
 <li>Set the <code>GPG_TTY</code> environment variable to allow 
<code>gpg</code> password prompts for artifact signing</li>
 </ul>
 <div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
 class="language-bash" data-lang="bash">export GPG_TTY<span 
style="color:#f92672">=</span><span style="color:#66d9ef">$(</span>tty<span 
style="color:#66d9ef">)</span>
 </code></pre></div><ul>
-<li>Run Maven release preparation with <code>signing</code> and 
<code>include-grpc</code> profiles using RC version numbers</li>
+<li>Run Maven release preparation with <code>signing</code> and profile using 
RC version numbers</li>
 </ul>
-<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
 class="language-bash" data-lang="bash">./mvnw release:prepare 
-Psigning,include-grpc <span style="color:#ae81ff">\
+<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
 class="language-bash" data-lang="bash">./mvnw release:prepare -Psigning <span 
style="color:#ae81ff">\
 </span><span style="color:#ae81ff"></span>-DscmCommentPrefix<span 
style="color:#f92672">=</span><span style="color:#e6db74">&#34;</span><span 
style="color:#e6db74">${</span>JIRA_TICKET<span 
style="color:#e6db74">}</span><span style="color:#e6db74">-RC</span><span 
style="color:#e6db74">${</span>RC<span style="color:#e6db74">}</span><span 
style="color:#e6db74"> &#34;</span> <span style="color:#ae81ff">\
 </span><span style="color:#ae81ff"></span>-Dtag<span 
style="color:#f92672">=</span><span 
style="color:#e6db74">&#34;nifi-</span><span 
style="color:#e6db74">${</span>NIFI_VERSION<span 
style="color:#e6db74">}</span><span style="color:#e6db74">-RC</span><span 
style="color:#e6db74">${</span>RC<span style="color:#e6db74">}</span><span 
style="color:#e6db74">&#34;</span> <span style="color:#ae81ff">\
 </span><span style="color:#ae81ff"></span>-DreleaseVersion<span 
style="color:#f92672">=</span><span style="color:#e6db74">&#34;</span><span 
style="color:#e6db74">${</span>NIFI_VERSION<span 
style="color:#e6db74">}</span><span style="color:#e6db74">&#34;</span> <span 
style="color:#ae81ff">\
@@ -791,10 +791,10 @@ and <a 
href="https://maven.apache.org/maven-release/maven-release-plugin/clean-m
 start over when encountering failures</p>
 </li>
 <li>
-<p>Run Maven release with <code>signing</code> and <code>include-grpc</code> 
profiles to deploy artifacts to the Apache Nexus Repository</p>
+<p>Run Maven release with <code>signing</code> and profile to deploy artifacts 
to the Apache Nexus Repository</p>
 </li>
 </ul>
-<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
 class="language-bash" data-lang="bash">./mvnw release:perform 
-Psigning,include-grpc <span style="color:#ae81ff">\
+<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
 class="language-bash" data-lang="bash">./mvnw release:perform -Psigning <span 
style="color:#ae81ff">\
 </span><span style="color:#ae81ff"></span>-DscmCommentPrefix<span 
style="color:#f92672">=</span><span style="color:#e6db74">&#34;</span><span 
style="color:#e6db74">${</span>JIRA_TICKET<span 
style="color:#e6db74">}</span><span style="color:#e6db74">-RC</span><span 
style="color:#e6db74">${</span>RC<span style="color:#e6db74">}</span><span 
style="color:#e6db74"> &#34;</span> <span style="color:#ae81ff">\
 </span><span style="color:#ae81ff"></span>-Darguments<span 
style="color:#f92672">=</span><span 
style="color:#e6db74">&#34;-DskipTests&#34;</span>
 </code></pre></div><ul>
@@ -827,9 +827,8 @@ cd nifi-<span 
style="color:#e6db74">${</span>NIFI_VERSION<span style="color:#e6d
 </code></pre></div><ul>
 <li>Run Maven command to package binaries</li>
 </ul>
-<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
 class="language-bash" data-lang="bash">./mvnw package -P include-grpc -pl 
<span style="color:#ae81ff">\
+<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
 class="language-bash" data-lang="bash">./mvnw package -pl <span 
style="color:#ae81ff">\
 </span><span style="color:#ae81ff"></span>:minifi-assembly,<span 
style="color:#ae81ff">\
-</span><span style="color:#ae81ff"></span>:minifi-c2-assembly,<span 
style="color:#ae81ff">\
 </span><span style="color:#ae81ff"></span>:minifi-tookit-assembly,<span 
style="color:#ae81ff">\
 </span><span style="color:#ae81ff"></span>:nifi-assembly,<span 
style="color:#ae81ff">\
 </span><span style="color:#ae81ff"></span>:nifi-kafka-connector-assembly,<span 
style="color:#ae81ff">\
@@ -843,7 +842,6 @@ cd nifi-<span 
style="color:#e6db74">${</span>NIFI_VERSION<span style="color:#e6d
 <div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
 class="language-bash" data-lang="bash">ARTIFACTS_DIR<span 
style="color:#f92672">=</span>~/staging/artifacts
 mkdir <span style="color:#e6db74">${</span>ARTIFACTS_DIR<span 
style="color:#e6db74">}</span>
 cp minifi/minifi-assembly/target/minifi-<span 
style="color:#e6db74">${</span>NIFI_VERSION<span 
style="color:#e6db74">}</span>-bin.zip <span 
style="color:#e6db74">${</span>ARTIFACTS_DIR<span style="color:#e6db74">}</span>
-cp minifi/minifi-c2/minifi-c2-assembly/target/minifi-c2-<span 
style="color:#e6db74">${</span>NIFI_VERSION<span 
style="color:#e6db74">}</span>-bin.zip <span 
style="color:#e6db74">${</span>ARTIFACTS_DIR<span style="color:#e6db74">}</span>
 cp minifi/minifi-toolkit/minifi-toolkit-assembly/target/minifi-toolkit-<span 
style="color:#e6db74">${</span>NIFI_VERSION<span 
style="color:#e6db74">}</span>-bin.zip <span 
style="color:#e6db74">${</span>ARTIFACTS_DIR<span style="color:#e6db74">}</span>
 cp nifi-assembly/target/nifi-<span 
style="color:#e6db74">${</span>NIFI_VERSION<span 
style="color:#e6db74">}</span>-bin.zip <span 
style="color:#e6db74">${</span>ARTIFACTS_DIR<span style="color:#e6db74">}</span>
 cp 
nifi-external/nifi-kafka-connector-assembly/target/nifi-kafka-connector-assembly-<span
 style="color:#e6db74">${</span>NIFI_VERSION<span 
style="color:#e6db74">}</span>.zip <span 
style="color:#e6db74">${</span>ARTIFACTS_DIR<span style="color:#e6db74">}</span>
@@ -858,7 +856,6 @@ cd <span style="color:#e6db74">${</span>ARTIFACTS_DIR<span 
style="color:#e6db74"
 <li>Create OpenPGP signatures for binary files from the cloned repository 
directory</li>
 </ul>
 <div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
 class="language-bash" data-lang="bash">gpg -a -b --digest-algo<span 
style="color:#f92672">=</span>SHA512 minifi-<span 
style="color:#e6db74">${</span>NIFI_VERSION<span 
style="color:#e6db74">}</span>-bin.zip
-gpg -a -b --digest-algo<span style="color:#f92672">=</span>SHA512 
minifi-c2-<span style="color:#e6db74">${</span>NIFI_VERSION<span 
style="color:#e6db74">}</span>-bin.zip
 gpg -a -b --digest-algo<span style="color:#f92672">=</span>SHA512 
minifi-toolkit-<span style="color:#e6db74">${</span>NIFI_VERSION<span 
style="color:#e6db74">}</span>-bin.zip
 gpg -a -b --digest-algo<span style="color:#f92672">=</span>SHA512 nifi-<span 
style="color:#e6db74">${</span>NIFI_VERSION<span 
style="color:#e6db74">}</span>-bin.zip
 gpg -a -b --digest-algo<span style="color:#f92672">=</span>SHA512 
nifi-kafka-connector-assembly-<span 
style="color:#e6db74">${</span>NIFI_VERSION<span 
style="color:#e6db74">}</span>.zip
@@ -870,7 +867,6 @@ gpg -a -b --digest-algo<span 
style="color:#f92672">=</span>SHA512 nifi-toolkit-<
 <li>Create SHA-256 hashes for binary files from the cloned repository 
directory</li>
 </ul>
 <div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
 class="language-bash" data-lang="bash">sh -c <span 
style="color:#e6db74">&#39;sha256sum $1 | cut -d &#34; &#34; -f 1 &gt; 
$1.sha256&#39;</span> -- minifi-<span 
style="color:#e6db74">${</span>NIFI_VERSION<span 
style="color:#e6db74">}</span>-bin.zip
-sh -c <span style="color:#e6db74">&#39;sha256sum $1 | cut -d &#34; &#34; -f 1 
&gt; $1.sha256&#39;</span> -- minifi-c2-<span 
style="color:#e6db74">${</span>NIFI_VERSION<span 
style="color:#e6db74">}</span>-bin.zip
 sh -c <span style="color:#e6db74">&#39;sha256sum $1 | cut -d &#34; &#34; -f 1 
&gt; $1.sha256&#39;</span> -- minifi-toolkit-<span 
style="color:#e6db74">${</span>NIFI_VERSION<span 
style="color:#e6db74">}</span>-bin.zip
 sh -c <span style="color:#e6db74">&#39;sha256sum $1 | cut -d &#34; &#34; -f 1 
&gt; $1.sha256&#39;</span> -- nifi-<span 
style="color:#e6db74">${</span>NIFI_VERSION<span 
style="color:#e6db74">}</span>-source-release.zip
 sh -c <span style="color:#e6db74">&#39;sha256sum $1 | cut -d &#34; &#34; -f 1 
&gt; $1.sha256&#39;</span> -- nifi-<span 
style="color:#e6db74">${</span>NIFI_VERSION<span 
style="color:#e6db74">}</span>-bin.zip
@@ -883,7 +879,6 @@ sh -c <span style="color:#e6db74">&#39;sha256sum $1 | cut 
-d &#34; &#34; -f 1 &g
 <li>Create SHA-512 hashes for binary files from the cloned repository 
directory</li>
 </ul>
 <div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
 class="language-bash" data-lang="bash">sh -c <span 
style="color:#e6db74">&#39;sha512sum $1 | cut -d &#34; &#34; -f 1 &gt; 
$1.sha256&#39;</span> -- minifi-<span 
style="color:#e6db74">${</span>NIFI_VERSION<span 
style="color:#e6db74">}</span>-bin.zip
-sh -c <span style="color:#e6db74">&#39;sha512sum $1 | cut -d &#34; &#34; -f 1 
&gt; $1.sha256&#39;</span> -- minifi-c2-<span 
style="color:#e6db74">${</span>NIFI_VERSION<span 
style="color:#e6db74">}</span>-bin.zip
 sh -c <span style="color:#e6db74">&#39;sha512sum $1 | cut -d &#34; &#34; -f 1 
&gt; $1.sha256&#39;</span> -- minifi-toolkit-<span 
style="color:#e6db74">${</span>NIFI_VERSION<span 
style="color:#e6db74">}</span>-bin.zip
 sh -c <span style="color:#e6db74">&#39;sha512sum $1 | cut -d &#34; &#34; -f 1 
&gt; $1.sha256&#39;</span> -- nifi-<span 
style="color:#e6db74">${</span>NIFI_VERSION<span 
style="color:#e6db74">}</span>-source-release.zip
 sh -c <span style="color:#e6db74">&#39;sha512sum $1 | cut -d &#34; &#34; -f 1 
&gt; $1.sha256&#39;</span> -- nifi-<span 
style="color:#e6db74">${</span>NIFI_VERSION<span 
style="color:#e6db74">}</span>-bin.zip
@@ -1080,7 +1075,7 @@ using the <code>Actions</code> button to 
<code>Release</code> the selected versi
 <p>The Release Manager sends an email to the Apache Announcements List as well 
as project mailing lists.</p>
 <pre tabindex="0"><code>TO: annou...@apache.org, us...@nifi.apache.org, 
d...@nifi.apache.org
 SUBJECT: [ANNOUNCE] Apache NiFi ${NIFI_VERSION} Released
-</code></pre><pre tabindex="0"><code>The Apache NiFi Team is pelased to 
announce the release of Apache NiFi ${NIFI_VERSION}.
+</code></pre><pre tabindex="0"><code>The Apache NiFi Team is pleased to 
announce the release of Apache NiFi ${NIFI_VERSION}.
 
 Apache NiFi is an easy to use, powerful, and reliable system to process and 
distribute
 data.
@@ -1089,7 +1084,7 @@ https://nifi.apache.org
 
 The release artifacts can be downloaded from the project website.
 
-https://nifi.apache.org/download.html
+https://nifi.apache.org/download/
 
 Maven artifacts have been released and mirrored according to Apache 
distribution processes.
 
diff --git a/sitemap.xml b/sitemap.xml
index ca83e691..44a69b43 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3,66 +3,66 @@
   xmlns:xhtml="http://www.w3.org/1999/xhtml";>
   <url>
     <loc>https://nifi.apache.org/</loc>
-    <lastmod>2024-01-29T09:30:04-06:00</lastmod>
+    <lastmod>2024-01-29T12:00:02-06:00</lastmod>
   </url><url>
     <loc>https://nifi.apache.org/categories/</loc>
   </url><url>
     <loc>https://nifi.apache.org/documentation/guides/signing/</loc>
-    <lastmod>2024-01-29T09:30:04-06:00</lastmod>
+    <lastmod>2024-01-29T12:00:02-06:00</lastmod>
   </url><url>
     <loc>https://nifi.apache.org/community/</loc>
-    <lastmod>2024-01-29T09:30:04-06:00</lastmod>
+    <lastmod>2024-01-29T12:00:02-06:00</lastmod>
   </url><url>
     <loc>https://nifi.apache.org/community/contact/</loc>
-    <lastmod>2024-01-29T09:30:04-06:00</lastmod>
+    <lastmod>2024-01-29T12:00:02-06:00</lastmod>
   </url><url>
     <loc>https://nifi.apache.org/development/</loc>
-    <lastmod>2024-01-29T09:30:04-06:00</lastmod>
+    <lastmod>2024-01-29T12:00:02-06:00</lastmod>
   </url><url>
     <loc>https://nifi.apache.org/documentation/</loc>
-    <lastmod>2024-01-29T09:30:04-06:00</lastmod>
+    <lastmod>2024-01-29T12:00:02-06:00</lastmod>
   </url><url>
     <loc>https://nifi.apache.org/documentation/v1/</loc>
-    <lastmod>2024-01-29T09:30:04-06:00</lastmod>
+    <lastmod>2024-01-29T12:00:02-06:00</lastmod>
   </url><url>
     <loc>https://nifi.apache.org/documentation/v2/</loc>
-    <lastmod>2024-01-29T09:30:04-06:00</lastmod>
+    <lastmod>2024-01-29T12:00:02-06:00</lastmod>
   </url><url>
     <loc>https://nifi.apache.org/download/</loc>
-    <lastmod>2024-01-29T09:30:04-06:00</lastmod>
+    <lastmod>2024-01-29T12:00:02-06:00</lastmod>
   </url><url>
     <loc>https://nifi.apache.org/projects/fds/</loc>
-    <lastmod>2024-01-29T09:30:04-06:00</lastmod>
+    <lastmod>2024-01-29T12:00:02-06:00</lastmod>
   </url><url>
     <loc>https://nifi.apache.org/documentation/guides/fds-releases/</loc>
-    <lastmod>2024-01-29T09:30:04-06:00</lastmod>
+    <lastmod>2024-01-29T12:00:02-06:00</lastmod>
   </url><url>
     <loc>https://nifi.apache.org/documentation/guides/</loc>
-    <lastmod>2024-01-29T09:30:04-06:00</lastmod>
+    <lastmod>2024-01-29T12:00:02-06:00</lastmod>
   </url><url>
     <loc>https://nifi.apache.org/documentation/guides/licensing/</loc>
-    <lastmod>2024-01-29T09:30:04-06:00</lastmod>
+    <lastmod>2024-01-29T12:00:02-06:00</lastmod>
   </url><url>
     <loc>https://nifi.apache.org/projects/minifi/</loc>
-    <lastmod>2024-01-29T09:30:04-06:00</lastmod>
+    <lastmod>2024-01-29T12:00:02-06:00</lastmod>
   </url><url>
     
<loc>https://nifi.apache.org/documentation/guides/maven-plugin-releases/</loc>
-    <lastmod>2024-01-29T09:30:04-06:00</lastmod>
+    <lastmod>2024-01-29T12:00:02-06:00</lastmod>
   </url><url>
     <loc>https://nifi.apache.org/community/powered-by/</loc>
-    <lastmod>2024-01-29T09:30:04-06:00</lastmod>
+    <lastmod>2024-01-29T12:00:02-06:00</lastmod>
   </url><url>
     <loc>https://nifi.apache.org/projects/</loc>
-    <lastmod>2024-01-29T09:30:04-06:00</lastmod>
+    <lastmod>2024-01-29T12:00:02-06:00</lastmod>
   </url><url>
     <loc>https://nifi.apache.org/projects/registry/</loc>
-    <lastmod>2024-01-29T09:30:04-06:00</lastmod>
+    <lastmod>2024-01-29T12:00:02-06:00</lastmod>
   </url><url>
     <loc>https://nifi.apache.org/documentation/guides/releases/</loc>
-    <lastmod>2024-01-29T09:30:04-06:00</lastmod>
+    <lastmod>2024-01-29T12:00:02-06:00</lastmod>
   </url><url>
     <loc>https://nifi.apache.org/documentation/security/</loc>
-    <lastmod>2024-01-29T09:30:04-06:00</lastmod>
+    <lastmod>2024-01-29T12:00:02-06:00</lastmod>
   </url><url>
     <loc>https://nifi.apache.org/tags/</loc>
   </url>

Reply via email to