parent/pom.xml: don't user java 1.7, but the one odlparent uses 78/41378/1
authorIsaku Yamahata <isaku.yamahata@intel.com>
Wed, 6 Jul 2016 04:50:40 +0000 (21:50 -0700)
committerIsaku Yamahata <isaku.yamahata@intel.com>
Wed, 6 Jul 2016 06:25:05 +0000 (23:25 -0700)
Now odl migrated to java 1.8. There is no point to fix
compiler version to 1.7.

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

index d586ccab6571b3a607f3641177290786acc29ed4..55f7a1cf2d1b4cee1c791c64a6f74a5ff647c180 100644 (file)
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <inherited>true</inherited>
-        <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
-        </configuration>
       </plugin>
       <plugin>
         <artifactId>maven-source-plugin</artifactId>