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 2020/09/22 15:04:59 UTC

[nifi] branch support/nifi-1.12.x updated: NIFI-7787 updating to latest nifi nar maven plugin

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

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


The following commit(s) were added to refs/heads/support/nifi-1.12.x by this push:
     new b1b5ccd  NIFI-7787 updating to latest nifi nar maven plugin
b1b5ccd is described below

commit b1b5ccdb833d14c52aaf074ce98497e1fc42e685
Author: Joe Witt <jo...@apache.org>
AuthorDate: Tue Sep 22 06:59:39 2020 -0700

    NIFI-7787 updating to latest nifi nar maven plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8c6652d..b73887a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -553,7 +553,7 @@
             <plugin>
                 <groupId>org.apache.nifi</groupId>
                 <artifactId>nifi-nar-maven-plugin</artifactId>
-                <version>1.3.1</version>
+                <version>1.3.2</version>
                 <extensions>true</extensions>
                 <configuration>
                     <enforceDocGeneration>true</enforceDocGeneration>