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 59342eda NIFI-12662 Updated previous version to 1.25.0
59342eda is described below

commit 59342edaa5825273a3177184242a3f4330e22ee9
Author: exceptionfactory <[email protected]>
AuthorDate: Tue Jan 30 10:08:15 2024 -0600

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

diff --git a/config.toml b/config.toml
index 55b8d863..0265fc52 100644
--- a/config.toml
+++ b/config.toml
@@ -38,8 +38,8 @@ mavenCentralDownloadPathUrl = 
"https://repo1.maven.org/maven2/org/apache/nifi";
 
 currentProjectVersion = "2.0.0-M2"
 currentProjectVersionReleased = "2024-01-29"
-previousProjectVersion = "1.24.0"
-previousProjectVersionReleased = "2023-11-27"
+previousProjectVersion = "1.25.0"
+previousProjectVersionReleased = "2024-01-30"
 
 minifiCppCurrentProjectVersion = "0.15.0"
 minifiCppCurrentProjectVersionReleased = "2023-09-01"
diff --git a/static/.htaccess b/static/.htaccess
index 66cadac5..ebe3a94e 100644
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -5,7 +5,7 @@ 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.24.0/$2 [L]
+RewriteRule 
^docs/nifi-docs/components/org\.apache\.nifi/([^\/]+?)/[^\/]+?/(.*)$ 
docs/nifi-docs/components/org.apache.nifi/$1/1.25.0/$2 [L]
 
 # Rewrite historical links
 RewriteRule ^minifi/$ /projects/minifi/ [L,R]

Reply via email to