Skip to content

Commit

Permalink
move on to 7.6.9 development
Browse files Browse the repository at this point in the history
  • Loading branch information
mebigfatguy committed Nov 15, 2024
1 parent 96bb1da commit ef15dac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,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.8" />
<property name="sb-contrib.version" value="7.6.8" />
<property name="fb-contrib.version" value="7.6.9-SNAPSHOT" />
<property name="sb-contrib.version" value="7.6.9-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 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.8</version>
<version>7.6.9-SNAPSHOT</version>

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

0 comments on commit ef15dac

Please sign in to comment.