Skip to content

Commit

Permalink
[JENKINS-15426] Animal Sniffer upgraded to 1.8, and noting what is ne…
Browse files Browse the repository at this point in the history
…eded from 1.9.
  • Loading branch information
jglick committed Oct 5, 2012
1 parent 6805546 commit e582616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/main/java/jenkins/PluginSubtypeMarker.java
Expand Up @@ -58,7 +58,7 @@
@SupportedSourceVersion(SourceVersion.RELEASE_6)
@SupportedAnnotationTypes("*")
@MetaInfServices(Processor.class)
// TODO: needs to pick up animal-sniffer 1.9 for this to take effect at a class
// TODO: needs to pick up animal-sniffer 1.9 for this to take effect at a class (JENKINS-15426)
@IgnoreJRERequirement
@SuppressWarnings({"Since15"})
public class PluginSubtypeMarker extends AbstractProcessor {
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -241,7 +241,7 @@ THE SOFTWARE.
<!-- for JRE requirement check annotation -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
<version>1.7</version>
<version>1.8</version>
<scope>provided</scope>
<optional>true</optional><!-- no need to have this at runtime -->
</dependency>
Expand Down Expand Up @@ -549,7 +549,7 @@ THE SOFTWARE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.7</version>
<version>1.8</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit e582616

Please sign in to comment.