Skip to content

Commit 950f368

Browse files
committed
move on to v7.6.1 development
1 parent a664c28 commit 950f368

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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.0" />
34+
<property name="fb-contrib.version" value="7.6.1-SNAPSHOT" />
3535

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

etc/findbugs.xml

Lines changed: 2 additions & 2 deletions
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.mebigfatguy.fb-contrib</groupId>
88
<artifactId>fb-contrib</artifactId>
9-
<version>7.6.0</version>
9+
<version>7.6.1-SNAPSHOT</version>
1010

1111
<!-- TODO: Delete this and replace with enforcer plugin. This is for maven plugins only! Latest maven will through warnings. -->
1212
<prerequisites>

0 commit comments

Comments
 (0)