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 106bc3945b271efa66c24247de7bf8fa8a01f7b1 Author: exceptionfactory <[email protected]> AuthorDate: Thu May 16 23:07:29 2024 -0500 NIFI-13219 Updated current version to 2.0.0-M3 (cherry picked from commit e6eab3a1296194762060ee26c176733691c8ea07) --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index da785927..fca099cd 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-M2" -currentProjectVersionReleased = "2024-01-29" +currentProjectVersion = "2.0.0-M3" +currentProjectVersionReleased = "2024-05-16" previousProjectVersion = "1.26.0" previousProjectVersionReleased = "2024-05-06"
