Revert "Fixed typo in Required Java Version error message while building HBase" - missing jira number

This reverts commit 6817a7b131.
This commit is contained in:
Peter Somogyi 2018-03-14 11:50:20 +01:00
parent 6817a7b131
commit b65231d04d
1 changed files with 1 additions and 1 deletions

View File

@ -871,7 +871,7 @@
<requireJavaVersion>
<version>[${java.min.version},)</version>
<message>Java is out of date.
HBase requires at least version ${java.min.version} of the JDK to properly build from source.
HBase requirs at least version ${java.min.version} of the JDK to properly build from source.
You appear to be using an older version. You can use either "mvn -version" or
"mvn enforcer:display-info" to verify what version is active.
See the reference guide on building for more information: http://hbase.apache.org/book.html#build