Skip to content

Commit

Permalink
Update JVM enforcer rule to be consistent with other Jakarta projects
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime authored and markt-asf committed Nov 27, 2019
1 parent 3a930a8 commit 00f2151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<configuration>
<rules>
<requireJavaVersion>
<version>[1.8.0,1.9.0)</version>
<message>You need JDK8 or lower</message>
<version>[1.8.0,)</version>
<message>You need JDK8 or higher</message>
</requireJavaVersion>
</rules>
</configuration>
Expand Down

0 comments on commit 00f2151

Please sign in to comment.