Skip to content

Commit

Permalink
NIFI-10155 Bump NAR Maven Plugin version to 1.3.4
Browse files Browse the repository at this point in the history
This closes apache#6147

Signed-off-by: David Handermann <[email protected]>
  • Loading branch information
kevdoran authored and exceptionfactory committed Jun 22, 2022
1 parent 3dda694 commit b1b2096
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nifi-docs/src/main/asciidoc/developer-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit b1b2096

Please sign in to comment.