Skip to content

Commit 4083805

Browse files
committed
prepare the 7.6.5 release
1 parent c61c428 commit 4083805

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ for FindBugs:
1515

1616
GroupId: com.mebigfatguy.fb-contrib
1717
ArtifactId: fb-contrib
18-
Version: 7.6.4
18+
Version: 7.6.5
1919
2020
For SpotBugs
2121

2222
GroupId: com.mebigfatguy.sb-contrib
2323
ArtifactId: sb-contrib
24-
Version: 7.6.4
24+
Version: 7.6.5
2525
2626
Developer
2727
* Dave Brosius
@@ -87,7 +87,7 @@ The group ID for fb-contrib is com.mebigfatguy.fb-contrib, and the artifact ID i
8787
<plugin>
8888
<groupId>com.mebigfatguy.fb-contrib</groupId>
8989
<artifactId>fb-contrib</artifactId>
90-
<version>7.6.4</version>
90+
<version>7.6.5</version>
9191
</plugin>
9292
</plugins>
9393
</configuration>
@@ -114,7 +114,7 @@ The group ID for sb-contrib is com.mebigfatguy.sb-contrib, and the artifact ID i
114114
<plugin>
115115
<groupId>com.mebigfatguy.sb-contrib</groupId>
116116
<artifactId>sb-contrib</artifactId>
117-
<version>7.6.4</version>
117+
<version>7.6.5</version>
118118
</plugin>
119119
</plugins>
120120
</configuration>
@@ -140,7 +140,7 @@ dependencies {
140140
findbugs configurations.findbugsPlugins.dependencies
141141
142142
// To keep everything tidy, we set these apart
143-
findbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.6.4'
143+
findbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.6.5'
144144
}
145145
146146
task findbugs(type: FindBugs) {

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<property name="javac.debug" value="on" />
3232
<property name="test_reports.dir" value="${target.dir}/reports/test"/>
3333

34-
<property name="fb-contrib.version" value="7.6.4" />
35-
<property name="sb-contrib.version" value="7.6.4" />
34+
<property name="fb-contrib.version" value="7.6.5" />
35+
<property name="sb-contrib.version" value="7.6.5" />
3636

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

etc/findbugs.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323

2424
<!-- Detectors -->
2525

26-
<!-- COMMENT OUT FOR RELEASE
26+
<!-- COMMENT OUT FOR RELEASE -->
2727

2828
<Detector class="com.mebigfatguy.fbcontrib.debug.OCSDebugger" speed="fast"/>
2929

3030
<Detector class="com.mebigfatguy.fbcontrib.detect.BloatedSynchronizedBlock" speed="fast" reports="BSB_BLOATED_SYNCHRONIZED_BLOCK" hidden="true" />
3131

3232
<Detector class="com.mebigfatguy.fbcontrib.detect.BloatedAssignmentScope" speed="fast" reports="BAS_BLOATED_ASSIGNMENT_SCOPE" hidden="true" />
3333

34-
COMMENT OUT FOR RELEASE -->
34+
<!-- COMMENT OUT FOR RELEASE -->
3535

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

htdocs/index.shtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function toggleBlock(divId, imgId)
6868
</li>
6969
</ul>
7070
</p>
71-
<p style="font-weight: bold;">The latest version of fb-contrib is 7.6.4 available for download
71+
<p style="font-weight: bold;">The latest version of fb-contrib is 7.6.5 available for download
7272
<a href="http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22fb-contrib%22">here</a>.</p>
7373
<p style="font-weight: bold;">This version requires SpotBugs 3.1.0 or better</p>
7474
<p style="font-weight: bold;">Please note that active development for this project is now done on

htdocs/repository.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1>fb-contrib: Maven Repository</h1>
2222
<table style="margin-left: 40px; background-color: #A0A0FF; padding: 20px; border-width: 1px; border-style: outset; border-color: #000000;">
2323
<tr><td><b>GroupId:</b></td><td>com.mebigfatguy.fb-contrib</td></tr>
2424
<tr><td><b>ArtifactId:</b></td><td>fb-contrib or sb-contrib</td></tr>
25-
<tr><td><b>Version:</b></td><td>7.6.4</td></tr>
25+
<tr><td><b>Version:</b></td><td>7.6.5</td></tr>
2626
</table>
2727
</div>
2828

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.mebigfatguy.sb-contrib</groupId>
88
<artifactId>sb-contrib</artifactId>
9-
<version>7.6.4</version>
9+
<version>7.6.5</version>
1010

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

0 commit comments

Comments
 (0)