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 2945101c NIFI-13460 Updated previous version to 1.27.0 2945101c is described below commit 2945101cde1be072c862b4812a35cdeac3deeb54 Author: exceptionfactory <exceptionfact...@apache.org> AuthorDate: Sun Jul 7 22:16:47 2024 -0500 NIFI-13460 Updated previous version to 1.27.0 --- config.toml | 4 ++-- static/.htaccess | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 23098677..de1b78cf 100644 --- a/config.toml +++ b/config.toml @@ -38,8 +38,8 @@ mavenCentralDownloadPathUrl = "https://repo1.maven.org/maven2/org/apache/nifi" currentProjectVersion = "2.0.0-M4" currentProjectVersionReleased = "2024-07-01" -previousProjectVersion = "1.26.0" -previousProjectVersionReleased = "2024-05-06" +previousProjectVersion = "1.27.0" +previousProjectVersionReleased = "2024-07-08" minifiCppCurrentProjectVersion = "0.99.0" minifiCppCurrentProjectVersionReleased = "2024-05-17" diff --git a/static/.htaccess b/static/.htaccess index f8c13620..0d722809 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.26.0/$2 [L] +RewriteRule ^docs/nifi-docs/components/org\.apache\.nifi/([^\/]+?)/[^\/]+?/(.*)$ docs/nifi-docs/components/org.apache.nifi/$1/1.27.0/$2 [L] # Rewrite historical links RewriteRule ^minifi/$ /projects/minifi/ [L,R]