Repository: nifi
Updated Branches:
  refs/heads/master 4d4f74cf0 -> 6f8eb9f5e


NIFI-876:
- Updating the version of the nifi-nar-maven-plugin.
- Updating the minimum version of maven.

Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/6f8eb9f5
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/6f8eb9f5
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/6f8eb9f5

Branch: refs/heads/master
Commit: 6f8eb9f5e3c96991bcd521bac3a4a2015e4a8908
Parents: 4d4f74c
Author: Matt Gilman <[email protected]>
Authored: Sun Aug 23 12:32:52 2015 -0400
Committer: Matt Gilman <[email protected]>
Committed: Sun Aug 23 12:32:52 2015 -0400

----------------------------------------------------------------------
 README.md                                        | 2 +-
 nifi-docs/src/main/asciidoc/developer-guide.adoc | 2 +-
 pom.xml                                          | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/6f8eb9f5/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 78f2242..cfc5e64 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
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/6f8eb9f5/nifi-docs/src/main/asciidoc/developer-guide.adoc
----------------------------------------------------------------------
diff --git a/nifi-docs/src/main/asciidoc/developer-guide.adoc 
b/nifi-docs/src/main/asciidoc/developer-guide.adoc
index 2e19cba..1ecbba2 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:
         <plugin>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-nar-maven-plugin</artifactId>
-            <version>1.0.0-incubating</version>
+            <version>1.1.0</version>
             <extensions>true</extensions>
         </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/nifi/blob/6f8eb9f5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 03f3e02..69cbb68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
     <properties>
         <maven.compiler.source>1.7</maven.compiler.source>
         <maven.compiler.target>1.7</maven.compiler.target>
-        <maven.min-version>3.0.5</maven.min-version>
+        <maven.min-version>3.1.0</maven.min-version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <inceptionYear>2014</inceptionYear>
@@ -1120,7 +1120,7 @@
             <plugin>
                 <groupId>org.apache.nifi</groupId>
                 <artifactId>nifi-nar-maven-plugin</artifactId>
-                <version>1.0.1-incubating</version>
+                <version>1.1.0</version>
                 <extensions>true</extensions>
             </plugin>
             <plugin>

Reply via email to