This is an automated email from the ASF dual-hosted git repository.
joewitt 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 c6328cc203 NIFI-10266 This closes #6237. Upgrade NAR Maven Plugin to
1.3.5
c6328cc203 is described below
commit c6328cc203d9dc351ba095408141982308911d4a
Author: Bryan Bende <[email protected]>
AuthorDate: Fri Jul 22 16:54:43 2022 -0400
NIFI-10266 This closes #6237. Upgrade NAR Maven Plugin to 1.3.5
Signed-off-by: Joe Witt <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d2c9fb9c83..1515012f4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +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>
+ <nifi.nar.maven.plugin.version>1.3.5</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>