Blame 1_update-compiler-plugin-version.patch

a318f63
diff --git a/pom.xml b/pom.xml
a318f63
index d81ad2c..fe27928 100755
a318f63
--- a/pom.xml
a318f63
+++ b/pom.xml
a318f63
@@ -261,8 +261,8 @@
a318f63
                 <groupId>org.apache.maven.plugins</groupId>
a318f63
                 <artifactId>maven-compiler-plugin</artifactId>
a318f63
                 <configuration>
a318f63
-                    <source>1.5</source>
a318f63
-                    <target>1.5</target>
a318f63
+                    <source>1.8</source>
a318f63
+                    <target>1.8</target>
a318f63
                 </configuration>
a318f63
             </plugin>
a318f63
             <plugin>