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

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


The following commit(s) were added to refs/heads/main by this push:
     new ddfedc3  NIFI-12362 Updated previous version to 1.24.0
ddfedc3 is described below

commit ddfedc3b91452088e2eac598557ff89176393a61
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Nov 27 09:30:03 2023 -0600

    NIFI-12362 Updated previous version to 1.24.0
---
 config.toml      | 4 ++--
 static/.htaccess | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.toml b/config.toml
index 67092fc..1adcf53 100644
--- a/config.toml
+++ b/config.toml
@@ -49,5 +49,5 @@ mavenCentralDownloadPathUrl = 
"https://repo1.maven.org/maven2/org/apache/nifi";
 
 currentProjectVersion = "2.0.0-M1"
 currentProjectVersionReleased = "2023-11-25"
-previousProjectVersion = "1.23.2"
-previousProjectVersionReleased = "2023-08-22"
+previousProjectVersion = "1.24.0"
+previousProjectVersionReleased = "2023-11-27"
diff --git a/static/.htaccess b/static/.htaccess
index dcc99ab..7f68b1a 100644
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -5,4 +5,4 @@ RewriteCond     %{HTTPS} !=on
 RewriteRule     ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
 
 # Redirect component documentation to specified version
-RewriteRule 
^docs/nifi-docs/components/org\.apache\.nifi/([^\/]+?)/[^\/]+?/(.*)$ 
docs/nifi-docs/components/org.apache.nifi/$1/1.23.2/$2 [L]
+RewriteRule 
^docs/nifi-docs/components/org\.apache\.nifi/([^\/]+?)/[^\/]+?/(.*)$ 
docs/nifi-docs/components/org.apache.nifi/$1/1.24.0/$2 [L]

Reply via email to