Yuta HIGUCHI
Committed by Ray Milkey

Fix for pom related error

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

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