Skip to content

Commit

Permalink
GitHub Issue eclipse-ee4j#59: JakartaEE9 source and target level
Browse files Browse the repository at this point in the history
maven compiler plugin - set source and target properties in parent pom.xml

Signed-off-by: Markus Stauffer <[email protected]>
  • Loading branch information
markus183 committed Jun 2, 2020
1 parent 800ec6e commit 2dd8e5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@
</mailingLists>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<sonatypeOssDistMgmtNexusUrl>https://jakarta.oss.sonatype.org/</sonatypeOssDistMgmtNexusUrl>
<sonatypeOssDistMgmtSnapshotsUrl>${sonatypeOssDistMgmtNexusUrl}content/repositories/snapshots/</sonatypeOssDistMgmtSnapshotsUrl>
<sonatypeOssDistMgmtStagingUrl>${sonatypeOssDistMgmtNexusUrl}content/repositories/staging/</sonatypeOssDistMgmtStagingUrl>
Expand Down

0 comments on commit 2dd8e5d

Please sign in to comment.