diff --git a/README.md b/README.md index 78f2242d17..cfc5e64b6b 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Apache NiFi was made for dataflow. It supports highly configurable directed grap ## Requirements * JDK 1.7 or higher -* Apache Maven 3.0.5 or higher +* Apache Maven 3.1.0 or higher ## Getting Started diff --git a/nifi-docs/src/main/asciidoc/developer-guide.adoc b/nifi-docs/src/main/asciidoc/developer-guide.adoc index 2e19cba88a..1ecbba2aaf 100644 --- a/nifi-docs/src/main/asciidoc/developer-guide.adoc +++ b/nifi-docs/src/main/asciidoc/developer-guide.adoc @@ -2011,7 +2011,7 @@ This is included by adding the following snippet to the NAR's pom.xml: org.apache.nifi nifi-nar-maven-plugin - 1.0.0-incubating + 1.1.0 true diff --git a/pom.xml b/pom.xml index 03f3e02c44..69cbb681bd 100644 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,7 @@ 1.7 1.7 - 3.0.5 + 3.1.0 UTF-8 UTF-8 2014 @@ -1120,7 +1120,7 @@ org.apache.nifi nifi-nar-maven-plugin - 1.0.1-incubating + 1.1.0 true