You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by kd...@apache.org on 2019/02/13 20:07:04 UTC

[nifi-maven] 17/20: NIFI-5277 nifi-nar-maven-plugin is built against buggy maven version

This is an automated email from the ASF dual-hosted git repository.

kdoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-maven.git

commit d0210b95795d578551c967ace2e94b8e39ba3f31
Author: Paul Millar <pa...@desy.de>
AuthorDate: Thu Jun 7 10:00:09 2018 +0200

    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>
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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>