Skip to content

Commit

Permalink
NIFI-8240: Unify Kudu versions
Browse files Browse the repository at this point in the history
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 <[email protected]>

This closes apache#4832.
  • Loading branch information
granthenke authored and pvillard31 committed Feb 19, 2021
1 parent cd6418c commit 662a35b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions nifi-nar-bundles/nifi-kudu-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 662a35b

Please sign in to comment.