You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by bb...@apache.org on 2018/07/18 14:59:45 UTC

[2/3] nifi-maven git commit: NIFI-5277 nifi-nar-maven-plugin is built against buggy maven version

NIFI-5277 nifi-nar-maven-plugin is built against buggy maven version

This closes #4.

Signed-off-by: Paul Millar <pa...@desy.de>
Signed-off-by: Bryan Bende <bb...@apache.org>


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

Branch: refs/heads/master
Commit: d0210b95795d578551c967ace2e94b8e39ba3f31
Parents: f2b7e41
Author: Paul Millar <pa...@desy.de>
Authored: Thu Jun 7 10:00:09 2018 +0200
Committer: Bryan Bende <bb...@apache.org>
Committed: Tue Jul 17 15:02:01 2018 -0400

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-maven/blob/d0210b95/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 02bf53c..9a31087 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,17 +365,17 @@
         <dependency>          
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-plugin-api</artifactId>
-            <version>3.1.0</version>
+            <version>3.1.1</version>
         </dependency>
         <dependency>          
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-artifact</artifactId>
-            <version>3.1.0</version>
+            <version>3.1.1</version>
         </dependency>
         <dependency>          
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-compat</artifactId>
-            <version>3.1.0</version>
+            <version>3.1.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.maven.plugins</groupId>