summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2017-05-10 10:05:41 +0900
committerDavid Pursehouse <david.pursehouse@gmail.com>2017-05-11 08:02:05 +0900
commit2244078e87d4b81b7cff78b307ff757dcb6ac285 (patch)
tree7a70559ad6e6462e5df51759cf2c2af52b81095b /pom.xml
parent501af12c19a4f7dfa0b22e46cdf19cc306370565 (diff)
downloadjgit-2244078e87d4b81b7cff78b307ff757dcb6ac285.tar.gz
jgit-2244078e87d4b81b7cff78b307ff757dcb6ac285.zip
Specify minimum Maven version in pom.xml
Maven version 3.3.1 is the minimum required version as reported by running: mvn versions:display-plugin-updates Change-Id: I9514013dcffa6cb945496515c3eb4894c9043d7b Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b26af96848..7a786f2aba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,6 +70,10 @@
<connection>scm:git:https://git.eclipse.org/r/jgit/jgit</connection>
</scm>
+ <prerequisites>
+ <maven>3.3.1</maven>
+ </prerequisites>
+
<ciManagement>
<system>hudson</system>
<url>https://hudson.eclipse.org/jgit/</url>