This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch NIFI-15990-RC1 in repository https://gitbox.apache.org/repos/asf/nifi-api.git
commit af5e64f3ba4d86576704c0e80522aa1f1913745f Author: Pierre Villard <[email protected]> AuthorDate: Tue Jun 2 13:43:54 2026 -0700 NIFI-15990 Updated version to 2.9.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6869056..d141b6d 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.apache.nifi</groupId> <artifactId>nifi-api</artifactId> - <version>2.9.0-SNAPSHOT</version> + <version>2.9.0</version> <packaging>jar</packaging> <name>nifi-api</name>
