Branch: refs/heads/master
Home: https://github.com/jenkinsci/maven-hpi-plugin
Commit: 334506ff4cf3fcb3d53389d51886102ec8b6a148
https://github.com/jenkinsci/maven-hpi-plugin/commit/334506ff4cf3fcb3d53389d51886102ec8b6a148
Author: Jesse Glick <[email protected]>
Date: 2012-07-20 (Fri, 20 Jul 2012)
Changed paths:
M pom.xml
R src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractCompilerMojo.java
R
src/main/java/org/jenkinsci/maven/plugins/hpi/AnnotationProcessorFactoryImpl.java
R src/main/java/org/jenkinsci/maven/plugins/hpi/AptCompiler.java
R src/main/java/org/jenkinsci/maven/plugins/hpi/AptMojo.java
R src/main/java/org/jenkinsci/maven/plugins/hpi/CompilerMojo.java
M src/main/resources/META-INF/plexus/components.xml
Log Message:
-----------
Removing deprecated JDK 5 (APT) compatibility code.
For subsequent releases, JDK 6+ must be used to build using the plugin.