maven version requirement is 3.1.1 80/34580/1
authorIsaku Yamahata <isaku.yamahata@intel.com>
Fri, 12 Feb 2016 21:51:18 +0000 (13:51 -0800)
committerIsaku Yamahata <isaku.yamahata@intel.com>
Fri, 12 Feb 2016 21:51:18 +0000 (13:51 -0800)
As maven version is 3.1.1 or newer, set to it.
Although this doesn't harm much, this patch is for consistency.

Change-Id: Iae7cd197bb6c18e7a308d8acfce9574653dfa6b9
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
parent/pom.xml

index 3785cf3d67efd66bd9605722c5484ada89c80436..c0641ce9984774c5102c59dbcb07785cc3e8032b 100644 (file)
@@ -2,7 +2,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
-    <maven>3.0</maven>
+    <maven>3.1.1</maven>
   </prerequisites>
 
   <parent>