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 5455ca8  NIFI-11972 Updated current version to 1.23.2
5455ca8 is described below

commit 5455ca8b21855ca5f2436af7c050121820c1b75a
Author: exceptionfactory <[email protected]>
AuthorDate: Tue Aug 22 16:01:10 2023 -0500

    NIFI-11972 Updated current version to 1.23.2
---
 config.toml      | 8 ++++----
 static/.htaccess | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/config.toml b/config.toml
index caadf3e..0dee513 100644
--- a/config.toml
+++ b/config.toml
@@ -47,7 +47,7 @@ downloadPathUrl = "https://downloads.apache.org/nifi";
 archiveDownloadPathUrl = "https://archive.apache.org/dist/nifi";
 mavenCentralDownloadPathUrl = "https://repo1.maven.org/maven2/org/apache/nifi";
 
-currentProjectVersion = "1.22.0"
-currentProjectVersionReleased = "2023-06-11"
-previousProjectVersion = "1.21.0"
-previousProjectVersionReleased = "2023-04-07"
+currentProjectVersion = "1.23.2"
+currentProjectVersionReleased = "2023-08-22"
+previousProjectVersion = "1.22.0"
+previousProjectVersionReleased = "2023-06-11"
diff --git a/static/.htaccess b/static/.htaccess
index df1a5aa..dcc99ab 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.1/$2 [L]
+RewriteRule 
^docs/nifi-docs/components/org\.apache\.nifi/([^\/]+?)/[^\/]+?/(.*)$ 
docs/nifi-docs/components/org.apache.nifi/$1/1.23.2/$2 [L]

Reply via email to