Skip to content

Commit 0bc9688

Browse files
committed
HBX-3199: Replace use of 'maven.compiler.target' and 'maven.compiler.source' with 'maven.compiler.release'
Signed-off-by: Koen Aers <[email protected]>
1 parent 7036abf commit 0bc9688

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@
150150
<central.snapshots.repo.name>Maven Central Snapshots Repository</central.snapshots.repo.name>
151151
<central.snapshots.repo.url>https://central.sonatype.com/repository/maven-snapshots/</central.snapshots.repo.url>
152152

153-
<maven.compiler.target>11</maven.compiler.target>
154-
<maven.compiler.source>11</maven.compiler.source>
153+
<maven.compiler.release>11</maven.compiler.release>
155154
<maven.min.version>${maven.version}</maven.min.version>
156155
<maven-core.version>${maven.version}</maven-core.version>
157156

0 commit comments

Comments
 (0)