diff pom.xml @ 188:937413d6fe45

add license
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 27 Sep 2014 19:30:33 +0900
parents 6f104ab4eb81
children 5d0734fd859d
line wrap: on
line diff
--- a/pom.xml	Sat Sep 27 16:23:21 2014 +0900
+++ b/pom.xml	Sat Sep 27 19:30:33 2014 +0900
@@ -11,8 +11,8 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <version>3.0</version>
         <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
+          <source>1.8</source>
+          <target>1.8</target>
         </configuration>
       </plugin>
     </plugins>