Skip to content

Commit 6a36562

Browse files
author
Mark Reeves
committed
Update compiler target as per request from @jonathanaustin
1 parent 02e38ab commit 6a36562

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
@@ -13,8 +13,8 @@
1313
<properties>
1414
<surefireArgLine />
1515
<surefire.version>2.22.0</surefire.version>
16-
<maven.compiler.target>1.7</maven.compiler.target>
17-
<maven.compiler.source>1.7</maven.compiler.source>
16+
<maven.compiler.target>1.8</maven.compiler.target>
17+
<maven.compiler.source>1.8</maven.compiler.source>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
<stagingBaseUrl>https://oss.sonatype.org/</stagingBaseUrl>
2020
<stagingUrl>${stagingBaseUrl}service/local/staging/deploy/maven2/</stagingUrl>

0 commit comments

Comments
 (0)