mirror of https://github.com/apache/nifi.git
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:
parent
cd6418cdaf
commit
662a35b7de
|
@ -24,11 +24,6 @@
|
|||
<artifactId>nifi-kudu-controller-service</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
|
||||
<properties>
|
||||
<exclude.tests>None</exclude.tests>
|
||||
<kudu.version>1.13.0</kudu.version>
|
||||
</properties>
|
||||
<build>
|
||||
<extensions>
|
||||
<!-- Used to find the right kudu-binary artifact with the Maven
|
||||
|
|
|
@ -24,10 +24,6 @@
|
|||
<artifactId>nifi-kudu-processors</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
<exclude.tests>None</exclude.tests>
|
||||
<kudu.version>1.14.0</kudu.version>
|
||||
</properties>
|
||||
<build>
|
||||
<extensions>
|
||||
<!-- Used to find the right kudu-binary artifact with the Maven
|
||||
|
|
|
@ -27,6 +27,11 @@
|
|||
<version>1.14.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
<exclude.tests>None</exclude.tests>
|
||||
<kudu.version>1.14.0</kudu.version>
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
<module>nifi-kudu-processors</module>
|
||||
<module>nifi-kudu-nar</module>
|
||||
|
|
Loading…
Reference in New Issue