Currently, there's enforce rule in 21 branch to only allow java 1.5.
Since we only build 22 branch with java 1.5 when doing the release.
I think we should set the same enforce rule for 22 branch.
Does anyone know what's the reason why do we not to do the same in 22 branch ?
----------------------------------------------------------------------------
[INFO] [enforcer:enforce {execution: default}]
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireJavaVersion
failed with message:
Detected JDK Version: 1.6.0-21 is not in the allowed range [1.5,1.6).
---------------------------------------------------------------------------------
--
Shawn