You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2023/02/09 22:52:03 UTC

[nifi-site] branch main updated: NIFI-11103 Updated current project version to 1.20.0

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 583e8cc  NIFI-11103 Updated current project version to 1.20.0
583e8cc is described below

commit 583e8ccad286733bbc30c0738e6588d91cbe2ffa
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Thu Feb 9 16:51:51 2023 -0600

    NIFI-11103 Updated current project version to 1.20.0
---
 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]