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 4abf0d14956c0d43b8cd812d70110beda0733508 Author: exceptionfactory <[email protected]> AuthorDate: Mon Jul 1 12:55:35 2024 -0500 NIFI-13462 Updated current version to 2.0.0-M4 (cherry picked from commit 7346b2188e4f07be839bcffd00ec1b5e5ac29b7b) --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 6b603f74..23098677 100644 --- a/config.toml +++ b/config.toml @@ -36,8 +36,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.0.0-M3" -currentProjectVersionReleased = "2024-05-16" +currentProjectVersion = "2.0.0-M4" +currentProjectVersionReleased = "2024-07-01" previousProjectVersion = "1.26.0" previousProjectVersionReleased = "2024-05-06"
