|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Code changed in jenkins
User: Baptiste Mathus
Path:
pom.xml
http://jenkins-ci.org/commit/jenkins/b02b14764d0be6c0e41e9dc12e1d97d9300154b2
Log:
Using mojo extra-enforcer-rules enforceBytecodeVersion.
This rule enforces a bytecode version in dependencies.
This would prevent cases like
JENKINS-8914where someone hadintroduced a dependency compiled with JDK1.6 at a time where
Jenkins was still on 1.5.
With 1.7 already here and 1.8 coming, this should help no to do that
again.