Skip to content

Commit

Permalink
move on to 7.6.10 development
Browse files Browse the repository at this point in the history
  • Loading branch information
mebigfatguy committed Dec 16, 2024
1 parent a83adbe commit d2c4245
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ for FindBugs:

GroupId: com.mebigfatguy.fb-contrib
ArtifactId: fb-contrib
Version: 7.6.9
Version: 7.6.10
For SpotBugs

GroupId: com.mebigfatguy.sb-contrib
ArtifactId: sb-contrib
Version: 7.6.9
Version: 7.6.10
Developer
* Dave Brosius
Expand Down Expand Up @@ -88,7 +88,7 @@ The group ID for fb-contrib is com.mebigfatguy.fb-contrib, and the artifact ID i
<plugin>
<groupId>com.mebigfatguy.fb-contrib</groupId>
<artifactId>fb-contrib</artifactId>
<version>7.6.9</version>
<version>7.6.10</version>
</plugin>
</plugins>
</configuration>
Expand All @@ -115,7 +115,7 @@ The group ID for sb-contrib is com.mebigfatguy.sb-contrib, and the artifact ID i
<plugin>
<groupId>com.mebigfatguy.sb-contrib</groupId>
<artifactId>sb-contrib</artifactId>
<version>7.6.9</version>
<version>7.6.10</version>
</plugin>
</plugins>
</configuration>
Expand All @@ -141,7 +141,7 @@ dependencies {
findbugs configurations.findbugsPlugins.dependencies
// To keep everything tidy, we set these apart
findbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.6.9'
findbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.6.10'
}
task findbugs(type: FindBugs) {
Expand Down
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<property name="javac.debug" value="on" />
<property name="test_reports.dir" value="${target.dir}/reports/test"/>

<property name="fb-contrib.version" value="7.6.9" />
<property name="sb-contrib.version" value="7.6.9" />
<property name="fb-contrib.version" value="7.6.10-SNAPSHOT" />
<property name="sb-contrib.version" value="7.6.10-SNAPSHOT" />

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

Expand Down
4 changes: 2 additions & 2 deletions etc/findbugs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@

<!-- Detectors -->

<!-- COMMENT OUT FOR RELEASE
<!-- COMMENT OUT FOR RELEASE -->

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

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

<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
2 changes: 1 addition & 1 deletion htdocs/index.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function toggleBlock(divId, imgId)
</li>
</ul>
</p>
<p style="font-weight: bold;">The latest version of fb-contrib is 7.6.9 available for download
<p style="font-weight: bold;">The latest version of fb-contrib is 7.6.10 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 SpotBugs 3.1.0 or better</p>
<p style="font-weight: bold;">Please note that active development for this project is now done on
Expand Down
2 changes: 1 addition & 1 deletion htdocs/repository.html
Original file line number Diff line number Diff line change
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 or sb-contrib</td></tr>
<tr><td><b>Version:</b></td><td>7.6.9</td></tr>
<tr><td><b>Version:</b></td><td>7.6.10</td></tr>
</table>
</div>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.mebigfatguy.sb-contrib</groupId>
<artifactId>sb-contrib</artifactId>
<version>7.6.9</version>
<version>7.6.10-SNAPSHOT</version>

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

0 comments on commit d2c4245

Please sign in to comment.