You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2016/12/01 07:15:22 UTC

karaf git commit: [KARAF-4872] Require maven >= 3.3

Repository: karaf
Updated Branches:
  refs/heads/master 412afa4ba -> 88d9480d1


[KARAF-4872] Require maven >= 3.3

Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/88d9480d
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/88d9480d
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/88d9480d

Branch: refs/heads/master
Commit: 88d9480d13f7a0983368bbad4413d5448d79acd8
Parents: 412afa4
Author: Guillaume Nodet <gn...@apache.org>
Authored: Thu Dec 1 08:15:14 2016 +0100
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Thu Dec 1 08:15:14 2016 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/88d9480d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 685fffb..6d4dd88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2059,7 +2059,7 @@
                         <configuration>
                             <rules>
                                 <requireMavenVersion>
-                                    <version>[3,4)</version>
+                                    <version>[3.3,4)</version>
                                 </requireMavenVersion>
                                 <requireJavaVersion>
                                     <version>[1.8,9]</version>