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
diff --git a/pom.xml b/pom.xml
index c722008..7fa38f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<prerequisites>
- <maven>3.0.0</maven>
+ <maven>3.0.1</maven>
</prerequisites>
<parent>