We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e38ab commit 6a36562Copy full SHA for 6a36562
pom.xml
@@ -13,8 +13,8 @@
13
<properties>
14
<surefireArgLine />
15
<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>
+ <maven.compiler.target>1.8</maven.compiler.target>
+ <maven.compiler.source>1.8</maven.compiler.source>
18
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19
<stagingBaseUrl>https://oss.sonatype.org/</stagingBaseUrl>
20
<stagingUrl>${stagingBaseUrl}service/local/staging/deploy/maven2/</stagingUrl>
0 commit comments