You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2017/04/17 15:46:42 UTC

[7/9] tinkerpop git commit: TINKERPOP-1443 Added minimum maven version to enforcer rules

TINKERPOP-1443 Added minimum maven version to enforcer rules


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/87faa328
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/87faa328
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/87faa328

Branch: refs/heads/master
Commit: 87faa328005ca80458c4e65f117ac046da08341e
Parents: 0247141
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Apr 10 08:19:09 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Apr 10 08:19:09 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/87faa328/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5b470a1..5e058a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,6 +181,9 @@ limitations under the License.
                                 <requireJavaVersion>
                                     <version>[1.8.0-40,)</version>
                                 </requireJavaVersion>
+                                <requireMavenVersion>
+                                    <version>[3.2.5,)</version>
+                                </requireMavenVersion>
                             </rules>
                         </configuration>
                     </execution>