38c498588e
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/owasp-java-encoder.git#2bac160d78a01d09a1e5b8a2cbb455ae9d08dc24
16 lines
514 B
Diff
16 lines
514 B
Diff
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>
|