HIGUCHI Yuta
Committed by Gerrit Code Review

Fix pom.xml warning

[ERROR] Project requires an incorrect minimum version of Maven.
[ERROR] Either change plugin versions to those compatible with 3.0.1
[ERROR] or update the pom.xml to contain
[ERROR]     <prerequisites>
[ERROR]       <maven>3.0.3</maven>
[ERROR]     </prerequisites>

Change-Id: I022bc7201d8c2324c5840710f51185c88441fb8d
Showing 1 changed file with 1 additions and 1 deletions
......@@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<prerequisites>
<maven>3.0.1</maven>
<maven>3.0.3</maven>
</prerequisites>
<parent>
......