Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down