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 2aedff0 NIFI-10913 Updated current project version to 1.19.1
2aedff0 is described below
commit 2aedff054c6cc37eb9e950dc9a4e472941bfac54
Author: exceptionfactory <[email protected]>
AuthorDate: Wed Dec 7 10:52:29 2022 -0600
NIFI-10913 Updated current project version to 1.19.1
---
config.toml | 4 ++--
static/.htaccess | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/config.toml b/config.toml
index be7e4e6..2dbf229 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.0"
-currentProjectVersionReleased = "2022-11-28"
+currentProjectVersion = "1.19.1"
+currentProjectVersionReleased = "2022-12-07"
previousProjectVersion = "1.18.0"
previousProjectVersionReleased = "2022-10-06"
diff --git a/static/.htaccess b/static/.htaccess
index 61f1018..840d8fa 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.0/$2 [L]
+RewriteRule
^docs/nifi-docs/components/org\.apache\.nifi/([^\/]+?)/[^\/]+?/(.*)$
docs/nifi-docs/components/org.apache.nifi/$1/1.19.1/$2 [L]