This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit d0a53e0fba5209d6fe03b1b98d98dc6d0d5273bc Author: mr1716 <[email protected]> AuthorDate: Thu Aug 3 10:32:34 2023 -0400 NIFI-11906 Updated nifi-resources description for consistency This closes #7571 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit 1fda6bca7ac31dac8614ed0477c01b5fbbeeb06b) --- .../nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml index 2690426019..7139d02838 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml @@ -22,7 +22,7 @@ </parent> <artifactId>nifi-resources</artifactId> <packaging>pom</packaging> - <description>holds common resources used to build installers</description> + <description>Holds common resources used to build installers</description> <properties> <!--Wrapper Properties --> <nifi.jvm.heap.init>512m</nifi.jvm.heap.init>
