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 @@ ...@@ -20,7 +20,7 @@
20 <modelVersion>4.0.0</modelVersion> 20 <modelVersion>4.0.0</modelVersion>
21 21
22 <prerequisites> 22 <prerequisites>
23 - <maven>3.0.1</maven> 23 + <maven>3.0.3</maven>
24 </prerequisites> 24 </prerequisites>
25 25
26 <parent> 26 <parent>
......