You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2022/04/21 15:00:20 UTC

[nifi] 06/06: NIFI-9901 fixing version references

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 e6d67dd104a6f540e7d3ba72a00c9c5a9e2c8cd8
Author: Joe Witt <jo...@apache.org>
AuthorDate: Thu Apr 21 07:59:47 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>