Commit 9009c1c0 by Yiming Liu

Downgrade maven requirement to 3.2.5 to support Travis build

parent a89620f6
......@@ -50,8 +50,8 @@
<configuration>
<rules>
<requireMavenVersion>
<version>[3.3.9,)</version>
<message>** projects must use Maven 3.3.9 or later version.</message>
<version>[3.2.5,)</version>
<message>** projects must use Maven 3.2.5 or later version.</message>
</requireMavenVersion>
</rules>
</configuration>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment