commit | 920d6a71ec6d0c9a22065e981bf7df69f2efce0f | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@onlab.us> | Wed Oct 22 10:01:03 2014 -0700 |
committer | Yuta HIGUCHI <y-higuchi@onlab.us> | Wed Oct 22 20:31:42 2014 -0700 |
tree | 7bbbe7fc703b6afe3b8039cfb7d4b841f948b9dd | |
parent | 0820da0d2adf11c6c933dcbfb164c3cacbda42b2 [diff] |
specify minimum maven version Change-Id: Icd8067507ece5af1f0437f49a12c319a999ce439
diff --git a/pom.xml b/pom.xml index a9c83fd..cef3b79 100644 --- a/pom.xml +++ b/pom.xml
@@ -610,7 +610,8 @@ </plugin> </plugins> - </reporting> - + <prerequisites> + <maven>3.0.0</maven> + </prerequisites> </project>