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 f482aa6 commit a417bacCopy full SHA for a417bac
pom.xml
@@ -335,8 +335,8 @@ limitations under the License.
335
336
<properties>
337
<javaVersion>8</javaVersion>
338
- <maven.compiler.source>1.${javaVersion}</maven.compiler.source>
339
- <maven.compiler.target>1.${javaVersion}</maven.compiler.target>
+ <maven.compiler.source>${javaVersion}</maven.compiler.source>
+ <maven.compiler.target>${javaVersion}</maven.compiler.target>
340
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
341
<plexusDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/plexus-snapshots</plexusDistMgmtSnapshotsUrl>
342
<project.build.outputTimestamp>2023-05-22T15:02:18Z</project.build.outputTimestamp>
0 commit comments