Skip to content

Commit

Permalink
prepare for the 7.0.5.sb release
Browse files Browse the repository at this point in the history
  • Loading branch information
mebigfatguy committed Sep 24, 2017
2 parents 73505c3 + ecbb8cb commit f5de1cd
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -14,13 +14,13 @@ for FindBugs:

GroupId: com.mebigfatguy.fb-contrib
ArtifactId: fb-contrib
Version: 7.0.4
Version: 7.0.5
For SpotBugs

GroupId: com.mebigfatguy.fb-contrib
ArtifactId: fb-contrib
Version: 7.0.4.sb
Version: 7.0.5.sb
Developer
Expand Down Expand Up @@ -80,7 +80,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.0.4</version>
<version>7.0.5</version>
</plugin>
</plugins>
</configuration>
Expand All @@ -104,7 +104,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.0.4</version>
<version>7.0.5</version>
</plugin>
</plugins>
</configuration>
Expand All @@ -130,7 +130,7 @@ dependencies {
findbugs configurations.findbugsPlugins.dependencies
// To keep everything tidy, we set these apart
findbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.0.4'
findbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.0.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="fb-contrib.version" value="7.1.0.sb-SNAPSHOT" />
<property name="fb-contrib.version" value="7.0.5.sb" />

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

Expand Down
8 changes: 4 additions & 4 deletions etc/findbugs.xml
Expand Up @@ -20,7 +20,7 @@

<!-- Detectors -->

<!-- COMMENT OUT FOR RELEASE -->
<!-- COMMENT OUT FOR RELEASE
<Detector class="com.mebigfatguy.fbcontrib.debug.OCSDebugger" speed="fast"/>
Expand All @@ -30,7 +30,7 @@
<Detector class="com.mebigfatguy.fbcontrib.detect.BloatedAssignmentScope" speed="fast" reports="BAS_BLOATED_ASSIGNMENT_SCOPE" hidden="true" />
<!-- COMMENT OUT FOR RELEASE -->
COMMENT OUT FOR RELEASE -->

<Detector class="com.mebigfatguy.fbcontrib.collect.CollectStatistics" speed="fast" reports="" hidden="true" />

Expand Down Expand Up @@ -313,13 +313,13 @@

<Detector class="com.mebigfatguy.fbcontrib.detect.UnnecessaryApiConversion" speed="fast" reports="UAC_UNNECESSARY_API_CONVERSION_DATE_TO_INSTANT,UAC_UNNECESSARY_API_CONVERSION_FILE_TO_PATH"/>

<!-- COMMENT OUT FOR POINT RELEASE -->
<!-- COMMENT OUT FOR POINT RELEASE
<Detector class="com.mebigfatguy.fbcontrib.detect.UseTryWithResources" speed="fast" reports="UTWR_USE_TRY_WITH_RESOURCES"/>
<Detector class="com.mebigfatguy.fbcontrib.detect.ReflectionIssues" speed="fast" reports="RFI_SET_ACCESSIBLE"/>
<!-- COMMENT OUT FOR POINT RELEASE -->
COMMENT OUT FOR POINT RELEASE -->

<!-- BugPattern -->

Expand Down
4 changes: 2 additions & 2 deletions htdocs/index.shtml
Expand Up @@ -68,9 +68,9 @@ function toggleBlock(divId, imgId)
</li>
</ul>
</p>
<p style="font-weight: bold;">The latest version of fb-contrib is 7.0.4 available for download
<p style="font-weight: bold;">The latest version of fb-contrib is 7.0.5.sb 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 FindBugs 3.0.1 or better</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
github. If this site seems behind, please <a href="http://github.com/mebigfatguy/fb-contrib">check there</a>.
I will try to keep this site up to date, but I'd appreciate a poke if you see something missing.</p>
Expand Down
2 changes: 1 addition & 1 deletion htdocs/repository.html
Expand Up @@ -22,7 +22,7 @@ <h1>fb-contrib: Maven Repository</h1>
<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.0.4 or 7.0.4.sb</td></tr>
<tr><td><b>Version:</b></td><td>7.0.5 or 7.0.5.sb</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.fb-contrib</groupId>
<artifactId>fb-contrib</artifactId>
<version>7.1.0.sb-SNAPSHOT</version>
<version>7.0.5.sb</version>

<!-- TODO: Delete this and replace with enforcer plugin. This is for maven plugins only! Latest maven will through warnings. -->
<prerequisites>
Expand Down

0 comments on commit f5de1cd

Please sign in to comment.