Skip to content

Commit 96bb1da

Browse files
committed
prepare the 7.6.8 release
1 parent 4d27986 commit 96bb1da

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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.7
18+
Version: 7.6.8
1919
2020
For SpotBugs
2121

2222
GroupId: com.mebigfatguy.sb-contrib
2323
ArtifactId: sb-contrib
24-
Version: 7.6.7
24+
Version: 7.6.8
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.7</version>
91+
<version>7.6.8</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.7</version>
118+
<version>7.6.8</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.7'
144+
findbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.6.8'
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" />
35-
<property name="sb-contrib.version" value="7.6.7" />
34+
<property name="fb-contrib.version" value="7.6.8" />
35+
<property name="sb-contrib.version" value="7.6.8" />
3636

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

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.7</td></tr>
25+
<tr><td><b>Version:</b></td><td>7.6.8</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</version>
9+
<version>7.6.8</version>
1010

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

0 commit comments

Comments
 (0)