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 1f69978 NIFI-11950 Updated current version to 1.23.1
1f69978 is described below
commit 1f699785cd1cddb45f54f92cd12be38cbda9a045
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Aug 18 15:03:11 2023 -0500
NIFI-11950 Updated current version to 1.23.1
---
config.toml | 4 ++--
static/.htaccess | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/config.toml b/config.toml
index ec695ca..2ca2f2a 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.23.0"
-currentProjectVersionReleased = "2023-07-28"
+currentProjectVersion = "1.23.1"
+currentProjectVersionReleased = "2023-08-18"
previousProjectVersion = "1.22.0"
previousProjectVersionReleased = "2023-06-11"
diff --git a/static/.htaccess b/static/.htaccess
index 3bbee4d..df1a5aa 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.0/$2 [L]
+RewriteRule
^docs/nifi-docs/components/org\.apache\.nifi/([^\/]+?)/[^\/]+?/(.*)$
docs/nifi-docs/components/org.apache.nifi/$1/1.23.1/$2 [L]