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 3a71111eb3f245da7f859f1e43aaaa3e10cd42ad Author: Pierre Villard <[email protected]> AuthorDate: Tue Jul 22 21:45:35 2025 +0200 NIFI-14755 - Conduct Apache NiFi 2.5.0 Release (cherry picked from commit 3733a0df9d3bb53f9d832182b3d7e26539086f07) --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 922a5a23..b44b1404 100644 --- a/config.toml +++ b/config.toml @@ -39,8 +39,8 @@ downloadPathUrl = "https://downloads.apache.org/nifi" archiveDownloadPathUrl = "https://archive.apache.org/dist/nifi" mavenCentralDownloadPathUrl = "https://repo1.maven.org/maven2/org/apache/nifi" -currentProjectVersion = "2.4.0" -currentProjectVersionReleased = "2025-05-01" +currentProjectVersion = "2.5.0" +currentProjectVersionReleased = "2025-07-22" previousProjectVersion = "1.28.1" previousProjectVersionReleased = "2024-11-19"
