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 a614dae8 NIFI-15318 Set Current Project Version to 2.7.1
a614dae8 is described below
commit a614dae837acf1d2592ca1bc94e5bc892f53fa01
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Dec 12 19:54:58 2025 -0600
NIFI-15318 Set Current Project Version to 2.7.1
---
config.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.toml b/config.toml
index d4d3aebc..15aa52f2 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.7.0"
-currentProjectVersionReleased = "2025-12-09"
+currentProjectVersion = "2.7.1"
+currentProjectVersionReleased = "2025-12-12"
previousProjectVersion = "1.28.1"
previousProjectVersionReleased = "2024-11-19"