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 bbec3bfe NIFI-12646 Updated current version to 2.0.0-M2
bbec3bfe is described below
commit bbec3bfebf0d791856d49a5b26364d1d90ed6242
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Jan 29 09:30:04 2024 -0600
NIFI-12646 Updated current version to 2.0.0-M2
---
config.toml | 4 ++--
content/documentation/v1/_index.md | 4 ++--
content/documentation/v2/_index.md | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/config.toml b/config.toml
index 12683568..55b8d863 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-M1"
-currentProjectVersionReleased = "2023-11-25"
+currentProjectVersion = "2.0.0-M2"
+currentProjectVersionReleased = "2024-01-29"
previousProjectVersion = "1.24.0"
previousProjectVersionReleased = "2023-11-27"
diff --git a/content/documentation/v1/_index.md
b/content/documentation/v1/_index.md
index 82e20504..337ff628 100644
--- a/content/documentation/v1/_index.md
+++ b/content/documentation/v1/_index.md
@@ -1,10 +1,10 @@
---
-title: "Documentation for 1.24.0"
+title: "Documentation for Version 1"
layout: "documentation"
iframe: true
menu:
main:
- name: NiFi Documentation 1.24.0
+ name: NiFi Version 1 Documentation
parent: "Documentation"
weight: 2
---
diff --git a/content/documentation/v2/_index.md
b/content/documentation/v2/_index.md
index b1e90bfe..a639dbc6 100644
--- a/content/documentation/v2/_index.md
+++ b/content/documentation/v2/_index.md
@@ -1,10 +1,10 @@
---
-title: "Documentation for 2.0.0-M1"
+title: "Documentation for Version 2"
layout: "documentation"
iframe: true
menu:
main:
- name: NiFi Documentation 2.0.0-M1
+ name: NiFi Version 2 Documentation
parent: "Documentation"
weight: 1
---