Skip to content

Commit 386c716

Browse files
committed
restore <source> and <target> to 1.5
1 parent 4a1d523 commit 386c716

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
@@ -193,8 +193,8 @@ application while protecting against XSS.
193193
<artifactId>maven-compiler-plugin</artifactId>
194194
<version>3.3</version>
195195
<configuration>
196-
<source>1.6</source>
197-
<target>1.6</target>
196+
<source>1.5</source>
197+
<target>1.5</target>
198198
</configuration>
199199
</plugin>
200200
</plugins>

0 commit comments

Comments
 (0)