Skip to content

Commit 617466a

Browse files
committed
prepare for the 7.6.7 release
1 parent 6fe03d3 commit 617466a

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.md

+5-5
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.6
18+
Version: 7.6.7
1919
2020
For SpotBugs
2121

2222
GroupId: com.mebigfatguy.sb-contrib
2323
ArtifactId: sb-contrib
24-
Version: 7.6.6
24+
Version: 7.6.7
2525
2626
Developer
2727
* Dave Brosius
@@ -88,7 +88,7 @@ The group ID for fb-contrib is com.mebigfatguy.fb-contrib, and the artifact ID i
8888
<plugin>
8989
<groupId>com.mebigfatguy.fb-contrib</groupId>
9090
<artifactId>fb-contrib</artifactId>
91-
<version>7.6.6</version>
91+
<version>7.6.7</version>
9292
</plugin>
9393
</plugins>
9494
</configuration>
@@ -115,7 +115,7 @@ The group ID for sb-contrib is com.mebigfatguy.sb-contrib, and the artifact ID i
115115
<plugin>
116116
<groupId>com.mebigfatguy.sb-contrib</groupId>
117117
<artifactId>sb-contrib</artifactId>
118-
<version>7.6.6</version>
118+
<version>7.6.7</version>
119119
</plugin>
120120
</plugins>
121121
</configuration>
@@ -141,7 +141,7 @@ dependencies {
141141
findbugs configurations.findbugsPlugins.dependencies
142142
143143
// To keep everything tidy, we set these apart
144-
findbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.6.6'
144+
findbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.6.7'
145145
}
146146
147147
task findbugs(type: FindBugs) {

build.xml

+2-2
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.7-SNAPSHOT" />
35-
<property name="sb-contrib.version" value="7.6.7-SNAPSHOT" />
34+
<property name="fb-contrib.version" value="7.6.7" />
35+
<property name="sb-contrib.version" value="7.6.7" />
3636

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

etc/findbugs.xml

+2-2
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/repository.html

+1-1
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.6</td></tr>
25+
<tr><td><b>Version:</b></td><td>7.6.7</td></tr>
2626
</table>
2727
</div>
2828

pom.xml

+1-1
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.7-SNAPSHOT</version>
9+
<version>7.6.7</version>
1010

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

0 commit comments

Comments
 (0)