Skip to content

Commit 623dc9a

Browse files
authored
Merge pull request ESAPI#401 from xeno6696/develop
Updated pom.xml so the base compile version is 1.7 instead of 1.6. T…
2 parents 5143c7c + 262c342 commit 623dc9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@
219219
<artifactId>maven-compiler-plugin</artifactId>
220220
<version>3.3</version>
221221
<configuration>
222-
<source>1.6</source>
223-
<target>1.6</target>
222+
<source>1.7</source>
223+
<target>1.7</target>
224224
<debug>true</debug>
225225
<showWarnings>true</showWarnings>
226226
<showDeprecation>false</showDeprecation>

0 commit comments

Comments
 (0)