This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new b1b20968d6 NIFI-10155 Bump NAR Maven Plugin version to 1.3.4
b1b20968d6 is described below
commit b1b20968d636045257f13773bb70ce798b718976
Author: Kevin Doran <[email protected]>
AuthorDate: Wed Jun 22 13:41:25 2022 -0400
NIFI-10155 Bump NAR Maven Plugin version to 1.3.4
This closes #6147
Signed-off-by: David Handermann <[email protected]>
---
nifi-docs/src/main/asciidoc/developer-guide.adoc | 2 +-
pom.xml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/nifi-docs/src/main/asciidoc/developer-guide.adoc
b/nifi-docs/src/main/asciidoc/developer-guide.adoc
index d654a7a77a..af0d24830a 100644
--- a/nifi-docs/src/main/asciidoc/developer-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/developer-guide.adoc
@@ -2406,7 +2406,7 @@ This is included by adding the following snippet to the
NAR's pom.xml:
<plugin>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-maven-plugin</artifactId>
- <version>1.1.0</version>
+ <version>1.3.4</version>
<extensions>true</extensions>
</plugin>
</plugins>
diff --git a/pom.xml b/pom.xml
index d29c3caaa0..73e8927678 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,6 +99,7 @@
<maven.site.skip>true</maven.site.skip>
<node.version>v16.13.2</node.version>
<frontend.mvn.plugin.version>1.12.1</frontend.mvn.plugin.version>
+ <nifi.nar.maven.plugin.version>1.3.4</nifi.nar.maven.plugin.version>
<project.build.outputTimestamp>1647889104</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -837,7 +838,7 @@
<plugin>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-maven-plugin</artifactId>
- <version>1.3.3</version>
+ <version>${nifi.nar.maven.plugin.version}</version>
<extensions>true</extensions>
<configuration>
<enforceDocGeneration>true</enforceDocGeneration>