Skip to content

Commit c96c306

Browse files
committed
HBX-3199: Replace use of 'maven.compiler.target' and 'maven.compiler.source' with 'maven.compiler.release'
Signed-off-by: Koen Aers <koen.aers@gmail.com>
1 parent f42636f commit c96c306

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)