Skip to content

Commit e883629

Browse files
committed
Merge branch 'spotbugs' into findbugs
Conflicts: build.xml pom.xml
2 parents c8f5dcd + a86d74e commit e883629

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

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

2222
GroupId: com.mebigfatguy.sb-contrib
2323
ArtifactId: sb-contrib
24-
Version: 7.6.5
24+
Version: 7.6.6
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.5</version>
90+
<version>7.6.6</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.5</version>
117+
<version>7.6.6</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.5'
143+
findbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.6.6'
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.5" />
35-
<property name="sb-contrib.version" value="7.6.5" />
34+
<property name="fb-contrib.version" value="7.6.6" />
35+
<property name="sb-contrib.version" value="7.6.6" />
3636

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

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.5 available for download
71+
<p style="font-weight: bold;">The latest version of fb-contrib is 7.6.6 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.5</td></tr>
25+
<tr><td><b>Version:</b></td><td>7.6.6</td></tr>
2626
</table>
2727
</div>
2828

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.mebigfatguy.fb-contrib</groupId>
99
<artifactId>fb-contrib</artifactId>
10-
<version>7.6.6-SNAPSHOT</version>
10+
<version>7.6.6</version>
1111

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

0 commit comments

Comments
 (0)