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

tallison pushed a commit to branch rel-stormcrawler-3.2.0
in repository 
https://gitbox.apache.org/repos/asf/incubator-stormcrawler-site.git

commit c718edf3894cf19986849b17ea6dbbada5aa6a05
Author: tallison <[email protected]>
AuthorDate: Fri Nov 15 09:54:26 2024 -0500

    prep for 3.2.0 release
---
 _includes/header.html      |  2 +-
 download/index.html        | 10 +++++-----
 getting-started/index.html |  2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/_includes/header.html b/_includes/header.html
index cdc97c5..38dcb37 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -11,7 +11,7 @@
     <li><a href="{{ site.baseurl }}/download/index.html">Download</a>
     <li><a href="https://github.com/apache/incubator-stormcrawler";>Source 
Code</a></li>
     <li><a href="{{ site.baseurl }}/getting-started/">Getting Started</a></li>
-    <li><a 
href="https://javadoc.io/doc/org.apache.stormcrawler/stormcrawler-core/3.1.0/index.html";>JavaDocs</a>
+    <li><a 
href="https://javadoc.io/doc/org.apache.stormcrawler/stormcrawler-core/3.2.0/index.html";>JavaDocs</a>
     <li><a href="{{ site.baseurl }}/faq/">FAQ</a></li>
     <li><a href="{{ site.baseurl }}/support/">Support</a></li>
   </ul>
diff --git a/download/index.html b/download/index.html
index 45923f2..a377352 100644
--- a/download/index.html
+++ b/download/index.html
@@ -25,19 +25,19 @@ title: Download
         stability of the code, it does indicate that the project has yet to be 
fully endorsed by the ASF.</p>
     <h2>Downloads</h2>
 
-    <h3>Apache StormCrawler (Incubating) 3.1.0</h3>
+    <h3>Apache StormCrawler (Incubating) 3.2.0</h3>
     <br/>
     <ul>
-        <li><a 
href="https://github.com/apache/incubator-stormcrawler/releases/tag/stormcrawler-3.1.0";>Release
 Notes</a></li>
+        <li><a 
href="https://github.com/apache/incubator-stormcrawler/releases/tag/stormcrawler-3.2.0";>Release
 Notes</a></li>
     </ul>
     <h4>Source</h4>
     <ul>
         <li>
-            <a 
href="https://www.apache.org/dyn/closer.lua/incubator/stormcrawler/stormcrawler-3.1.0/apache-stormcrawler-3.1.0-incubating-source-release.tar.gz";>apache-stormcrawler-3.1.0-incubating-source-release.tar.gz</a>
+            <a 
href="https://www.apache.org/dyn/closer.lua/incubator/stormcrawler/stormcrawler-3.2.0/apache-stormcrawler-3.2.0-incubating-source-release.tar.gz";>apache-stormcrawler-3.2.0-incubating-source-release.tar.gz</a>
             | <a
-                
href="https://downloads.apache.org/incubator/stormcrawler/stormcrawler-3.1.0/apache-stormcrawler-3.1.0-incubating-source-release.tar.gz.sha512";>SHA512</a>
+                
href="https://downloads.apache.org/incubator/stormcrawler/stormcrawler-3.2.0/apache-stormcrawler-3.2.0-incubating-source-release.tar.gz.sha512";>SHA512</a>
             | <a
-                
href="https://downloads.apache.org/incubator/stormcrawler/stormcrawler-3.1.0/apache-stormcrawler-3.1.0-incubating-source-release.tar.gz.asc";>ASC</a>
+                
href="https://downloads.apache.org/incubator/stormcrawler/stormcrawler-3.2.0/apache-stormcrawler-3.2.0-incubating-source-release.tar.gz.asc";>ASC</a>
         </li>
     </ul>
     <h4>Maven</h4>
diff --git a/getting-started/index.html b/getting-started/index.html
index ce81658..2e80a53 100644
--- a/getting-started/index.html
+++ b/getting-started/index.html
@@ -12,7 +12,7 @@ title: Getting started with Apache StormCrawler (Incubating)
 
   <p>Once Apache StormĀ® is installed, the easiest way to get started is to 
generate a brand new Apache StormCrawler (Incubating) project using:</p>
 
-  <p><i>mvn archetype:generate -DarchetypeGroupId=org.apache.stormcrawler 
-DarchetypeArtifactId=stormcrawler-archetype -DarchetypeVersion=3.1.0</i></p>
+  <p><i>mvn archetype:generate -DarchetypeGroupId=org.apache.stormcrawler 
-DarchetypeArtifactId=stormcrawler-archetype -DarchetypeVersion=3.2.0</i></p>
   
   <p>You'll be asked to enter a groupId (e.g. <i>com.mycompany.crawler</i>), 
an artefactId (e.g. <i>stormcrawler</i>), a version, a package name and details 
about the user agent to use.</p>
 

Reply via email to