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.
owasp-java-encoder/SOURCES/1_update-compiler-plugin-ve...

16 lines
514 B

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>