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


The following commit(s) were added to refs/heads/main-staging by this push:
     new 6c822579 NIFI-14097 Updated current version to 2.1.0
6c822579 is described below

commit 6c8225799ed9b7e50da2eae0a6c24ab26805f94f
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Dec 23 19:20:55 2024 -0600

    NIFI-14097 Updated current version to 2.1.0
    
    (cherry picked from commit 724dbfa72775d834c00814342caa76c4e9e1452a)
---
 config.toml | 4 ++--
 prebuild.sh | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.toml b/config.toml
index e937635e..78295965 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.0.0"
-currentProjectVersionReleased = "2024-11-04"
+currentProjectVersion = "2.1.0"
+currentProjectVersionReleased = "2024-12-23"
 previousProjectVersion = "1.28.1"
 previousProjectVersionReleased = "2024-11-19"
 
diff --git a/prebuild.sh b/prebuild.sh
index ee8d56e0..88462611 100644
--- a/prebuild.sh
+++ b/prebuild.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-CURRENT_VERSION=2.0.0
+CURRENT_VERSION=$(grep 'currentProjectVersion = ' config.toml | cut -d \" -f 2)
 
 RESOURCES_DIR=resources
 PREBUILD_DIR=prebuild

Reply via email to