This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch support/nifi-1.16
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit ed7c3de115c8e13c87fb55914959e3a3f15cb58c
Author: Joe Witt <[email protected]>
AuthorDate: Thu Apr 21 10:34:22 2022 -0700

    NIFI-9901 fixing version references
---
 nifi-commons/nifi-build/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-commons/nifi-build/pom.xml b/nifi-commons/nifi-build/pom.xml
index 3574a5da4c..09cdb66f57 100644
--- a/nifi-commons/nifi-build/pom.xml
+++ b/nifi-commons/nifi-build/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.nifi</groupId>
         <artifactId>nifi-commons</artifactId>
-        <version>1.17.0-SNAPSHOT</version>
+        <version>1.16.1-SNAPSHOT</version>
     </parent>
     <artifactId>nifi-build</artifactId>
 </project>

Reply via email to