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 3f4c373a903ad015d77e534fe798b875a4777916 Author: mr1716 <[email protected]> AuthorDate: Fri Jun 16 10:00:46 2023 -0400 NIFI-11710 Corrected nifi-kafka-2-6-nar Description This closes #7390 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit 7c7b7c026b612ae10d3d2c6a76bf617e5b36fbf0) --- nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-nar/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-nar/pom.xml b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-nar/pom.xml index 6c5c583547..923ef31078 100644 --- a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-nar/pom.xml +++ b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-nar/pom.xml @@ -21,7 +21,7 @@ </parent> <artifactId>nifi-kafka-2-6-nar</artifactId> <packaging>nar</packaging> - <description>NiFi NAR for interacting with Apache Kafka 2.5</description> + <description>NiFi NAR for interacting with Apache Kafka 2.6</description> <properties> <maven.javadoc.skip>true</maven.javadoc.skip> <source.skip>true</source.skip>
