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 2021/12/14 17:31:56 UTC

[nifi] branch support/nifi-1.15 updated: NIFI-9480 fixing version ref

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

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


The following commit(s) were added to refs/heads/support/nifi-1.15 by this push:
     new 32a6533  NIFI-9480 fixing version ref
32a6533 is described below

commit 32a65332caa321b0b9f40da38a29a800b577a32e
Author: Joe Witt <jo...@apache.org>
AuthorDate: Tue Dec 14 10:31:45 2021 -0700

    NIFI-9480 fixing version ref
---
 nifi-registry/nifi-registry-core/nifi-registry-bootstrap/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-registry/nifi-registry-core/nifi-registry-bootstrap/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-bootstrap/pom.xml
index d1874ed..8b42baa 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-bootstrap/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-bootstrap/pom.xml
@@ -33,7 +33,7 @@
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-bootstrap-utils</artifactId>
-            <version>1.16.0-SNAPSHOT</version>
+            <version>1.15.1-SNAPSHOT</version>
         </dependency>
     </dependencies>