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

srdo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new 0fcbb4e  STORM-3386: Require Maven version 3.5.0 for Storm's build
     new 1c94048  Merge branch 'STORM-3386' of https://github.com/srdo/storm 
into asfgit-master
0fcbb4e is described below

commit 0fcbb4e747ab25ae5435827a6aff054c1efe6be1
Author: Stig Rohde Døssing <s...@apache.org>
AuthorDate: Wed May 1 22:36:18 2019 +0200

    STORM-3386: Require Maven version 3.5.0 for Storm's build
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4bb35f8..27fcc6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1436,7 +1436,7 @@
                         <configuration>
                             <rules>
                                 <requireMavenVersion>
-                                    <version>3.0</version>
+                                    <version>3.5</version>
                                 </requireMavenVersion>
                                 <bannedDependencies>
                                     <excludes>

Reply via email to