NIFI-8240: Unify Kudu versions

The Kudu versions for the controller service and processors
currently doesn’t match. This patch unifies the version in
the parent bundle pom to ensure they match going forward.

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #4832.
This commit is contained in:
Grant Henke 2021-02-19 09:43:49 -06:00 committed by Pierre Villard
parent cd6418cdaf
commit 662a35b7de
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
3 changed files with 5 additions and 9 deletions

View File

@ -24,11 +24,6 @@
<artifactId>nifi-kudu-controller-service</artifactId> <artifactId>nifi-kudu-controller-service</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties>
<exclude.tests>None</exclude.tests>
<kudu.version>1.13.0</kudu.version>
</properties>
<build> <build>
<extensions> <extensions>
<!-- Used to find the right kudu-binary artifact with the Maven <!-- Used to find the right kudu-binary artifact with the Maven

View File

@ -24,10 +24,6 @@
<artifactId>nifi-kudu-processors</artifactId> <artifactId>nifi-kudu-processors</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties>
<exclude.tests>None</exclude.tests>
<kudu.version>1.14.0</kudu.version>
</properties>
<build> <build>
<extensions> <extensions>
<!-- Used to find the right kudu-binary artifact with the Maven <!-- Used to find the right kudu-binary artifact with the Maven

View File

@ -27,6 +27,11 @@
<version>1.14.0-SNAPSHOT</version> <version>1.14.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties>
<exclude.tests>None</exclude.tests>
<kudu.version>1.14.0</kudu.version>
</properties>
<modules> <modules>
<module>nifi-kudu-processors</module> <module>nifi-kudu-processors</module>
<module>nifi-kudu-nar</module> <module>nifi-kudu-nar</module>