1
0
mirror of https://github.com/apache/nifi.git synced 2025-02-14 14:05:26 +00:00

NIFI-8778: update maven requirements

Signed-off-by: Matthew Burgess <mattyb149@apache.org>

This closes 
This commit is contained in:
Otto Fowler 2021-07-13 13:32:50 -04:00 committed by Matthew Burgess
parent 05d7867a16
commit 2c4c4cc22d
No known key found for this signature in database
GPG Key ID: 05D3DEB8126DAD24
2 changed files with 2 additions and 2 deletions

@ -61,7 +61,7 @@ Apache NiFi was made for dataflow. It supports highly configurable directed grap
## Requirements
* JDK 1.8 (*ongoing work to enable NiFi to run on Java 9/10/11; see [NIFI-5174](https://issues.apache.org/jira/browse/NIFI-5174)*)
* Apache Maven 3.1.1 or newer
* Apache Maven 3.6.0 or newer
* Git Client (used during build process by 'bower' plugin)
## Getting Started

@ -614,7 +614,7 @@
</requireSameVersions>
<requireMavenVersion>
<!-- We do not test this value so we should probably make it something fairly recent -->
<version>3.1.1</version>
<version>3.6.0</version>
</requireMavenVersion>
</rules>
</configuration>