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

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

commit 9407ce10813186ae0e2f8e3ff903c2f4a57cd7a8
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Thu Feb 9 16:51:51 2023 -0600

    NIFI-11103 Updated current project version to 1.20.0
    
    (cherry picked from commit 583e8ccad286733bbc30c0738e6588d91cbe2ffa)
---
 config.toml      | 8 ++++----
 static/.htaccess | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/config.toml b/config.toml
index 2dbf229..79686b2 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.19.1"
-currentProjectVersionReleased = "2022-12-07"
-previousProjectVersion = "1.18.0"
-previousProjectVersionReleased = "2022-10-06"
+currentProjectVersion = "1.20.0"
+currentProjectVersionReleased = "2023-02-09"
+previousProjectVersion = "1.19.1"
+previousProjectVersionReleased = "2022-12-07"
diff --git a/static/.htaccess b/static/.htaccess
index 840d8fa..d4ac9ed 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.19.1/$2 [L]
+RewriteRule 
^docs/nifi-docs/components/org\.apache\.nifi/([^\/]+?)/[^\/]+?/(.*)$ 
docs/nifi-docs/components/org.apache.nifi/$1/1.20.0/$2 [L]

Reply via email to