Skip to content

Commit

Permalink
NIFI-14097 Updated current version to 2.1.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 724dbfa)
  • Loading branch information
exceptionfactory committed Dec 24, 2024
1 parent c3161d0 commit 6c82257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion prebuild.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6c82257

Please sign in to comment.