Skip to content

Commit

Permalink
Version 3.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
h3xstream committed Mar 15, 2018
1 parent 09feb54 commit 62bf96c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.spotbugs</groupId>
<artifactId>sonar-findbugs-plugin</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.0</version>
<packaging>sonar-plugin</packaging>

<name>SonarQube SpotBugs Plugin</name>
Expand Down Expand Up @@ -283,7 +283,7 @@
</manifestEntries>
</archive>
<pluginName>Findbugs</pluginName>
<pluginDescription><![CDATA[Analyze Java code with <a href="https://spotbugs.github.io">SpotBugs</a> ${spotbugs.version}.]]></pluginDescription>
<pluginDescription>Analyze Java, Scala, Closure and JSP code with SpotBugs. ${spotbugs.version}</pluginDescription>
<pluginClass>org.sonar.plugins.findbugs.FindbugsPlugin</pluginClass>
<useChildFirstClassLoader>false</useChildFirstClassLoader>
<requirePlugins>java:${sonar-java.version}</requirePlugins>
Expand Down

1 comment on commit 62bf96c

@KengoTODA
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v3.7.0 is successfully deployed to Maven Central πŸŽ‰
http://central.maven.org/maven2/com/github/spotbugs/sonar-findbugs-plugin/3.7.0/

Please sign in to comment.