You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
514 B
16 lines
514 B
3 years ago
|
diff --git a/pom.xml b/pom.xml
|
||
|
index d81ad2c..fe27928 100755
|
||
|
--- a/pom.xml
|
||
|
+++ b/pom.xml
|
||
|
@@ -261,8 +261,8 @@
|
||
|
<groupId>org.apache.maven.plugins</groupId>
|
||
|
<artifactId>maven-compiler-plugin</artifactId>
|
||
|
<configuration>
|
||
|
- <source>1.5</source>
|
||
|
- <target>1.5</target>
|
||
|
+ <source>1.8</source>
|
||
|
+ <target>1.8</target>
|
||
|
</configuration>
|
||
|
</plugin>
|
||
|
<plugin>
|