Skip to content

Commit

Permalink
Merge branch 'findbugs' into spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
mebigfatguy committed May 4, 2019
2 parents 3b52031 + d07a02a commit bd5c35a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -14,13 +14,13 @@ for FindBugs:

GroupId: com.mebigfatguy.fb-contrib
ArtifactId: fb-contrib
Version: 7.4.3
Version: 7.4.5
For SpotBugs

GroupId: com.mebigfatguy.fb-contrib
ArtifactId: fb-contrib
Version: 7.4.3.sb
ArtifactId: sb-contrib
Version: 7.4.5
Developer
Expand Down Expand Up @@ -85,7 +85,7 @@ com.mebigfatguy.fb-contrib, and the artifact ID is fb-contrib. Eg:
<plugin>
<groupId>com.mebigfatguy.fb-contrib</groupId>
<artifactId>fb-contrib</artifactId>
<version>7.4.3.sb</version>
<version>7.4.5</version>
</plugin>
</plugins>
</configuration>
Expand All @@ -109,7 +109,7 @@ com.mebigfatguy.fb-contrib, and the artifact ID is fb-contrib. Eg:
<plugin>
<groupId>com.mebigfatguy.fb-contrib</groupId>
<artifactId>fb-contrib</artifactId>
<version>7.4.3.sb</version>
<version>7.4.5</version>
</plugin>
</plugins>
</configuration>
Expand All @@ -135,7 +135,7 @@ dependencies {
findbugs configurations.findbugsPlugins.dependencies
// To keep everything tidy, we set these apart
findbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.3.sb'
findbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.5'
}
task findbugs(type: FindBugs) {
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -31,7 +31,7 @@
<property name="javac.debug" value="on" />
<property name="test_reports.dir" value="${target.dir}/reports/test"/>

<property name="sb-contrib.version" value="7.4.5-SNAPSHOT" />
<property name="sb-contrib.version" value="7.4.5" />

<property name="sonatype.dir" value="${user.home}/.sb-contrib-${sb-contrib.version}-sonatype" />

Expand Down
2 changes: 1 addition & 1 deletion htdocs/index.shtml
Expand Up @@ -68,7 +68,7 @@ function toggleBlock(divId, imgId)
</li>
</ul>
</p>
<p style="font-weight: bold;">The latest version of fb-contrib is 7.4.3.sb available for download
<p style="font-weight: bold;">The latest version of fb-contrib is 7.4.5 available for download
<a href="http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22fb-contrib%22">here</a>.</p>
<p style="font-weight: bold;">This version requires SpotBugs 3.1.0 or better</p>
<p style="font-weight: bold;">Please note that active development for this project is now done on
Expand Down
4 changes: 2 additions & 2 deletions htdocs/repository.html
Expand Up @@ -21,8 +21,8 @@ <h1>fb-contrib: Maven Repository</h1>
<div style="width: 400px">
<table style="margin-left: 40px; background-color: #A0A0FF; padding: 20px; border-width: 1px; border-style: outset; border-color: #000000;">
<tr><td><b>GroupId:</b></td><td>com.mebigfatguy.fb-contrib</td></tr>
<tr><td><b>ArtifactId:</b></td><td>fb-contrib</td></tr>
<tr><td><b>Version:</b></td><td>7.4.3 or 7.4.3.sb</td></tr>
<tr><td><b>ArtifactId:</b></td><td>fb-contrib or sb-contrib</td></tr>
<tr><td><b>Version:</b></td><td>7.4.5</td></tr>
</table>
</div>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.mebigfatguy.sb-contrib</groupId>
<artifactId>sb-contrib</artifactId>
<version>7.4.5-SNAPSHOT</version>
<version>7.4.5</version>

<!-- TODO: Oss parent is obsolete, define items directly for releasing -->
<parent>
Expand Down

0 comments on commit bd5c35a

Please sign in to comment.