File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
<property name =" javac.debug" value =" on" />
32
32
<property name =" test_reports.dir" value =" ${ target.dir } /reports/test" />
33
33
34
- <property name =" fb-contrib.version" value =" 7.6.0 " />
35
- <property name =" sb-contrib.version" value =" 7.6.0 " />
34
+ <property name =" fb-contrib.version" value =" 7.6.1-SNAPSHOT " />
35
+ <property name =" sb-contrib.version" value =" 7.6.1-SNAPSHOT " />
36
36
37
37
<property name =" sonatype.dir" value =" ${ user.home } /.sb-contrib-${ sb-contrib.version } -sonatype" />
38
38
Original file line number Diff line number Diff line change 23
23
24
24
<!-- Detectors -->
25
25
26
- <!-- COMMENT OUT FOR RELEASE
26
+ <!-- COMMENT OUT FOR RELEASE -->
27
27
28
28
<Detector class =" com.mebigfatguy.fbcontrib.debug.OCSDebugger" speed =" fast" />
29
29
30
30
<Detector class =" com.mebigfatguy.fbcontrib.detect.BloatedSynchronizedBlock" speed =" fast" reports =" BSB_BLOATED_SYNCHRONIZED_BLOCK" hidden =" true" />
31
31
32
32
<Detector class =" com.mebigfatguy.fbcontrib.detect.BloatedAssignmentScope" speed =" fast" reports =" BAS_BLOATED_ASSIGNMENT_SCOPE" hidden =" true" />
33
33
34
- COMMENT OUT FOR RELEASE -->
34
+ <!-- COMMENT OUT FOR RELEASE -->
35
35
36
36
<Detector class =" com.mebigfatguy.fbcontrib.collect.CollectStatistics" speed =" fast" reports =" " hidden =" true" />
37
37
Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >com.mebigfatguy.sb-contrib</groupId >
8
8
<artifactId >sb-contrib</artifactId >
9
- <version >7.6.0 </version >
9
+ <version >7.6.1-SNAPSHOT </version >
10
10
11
11
<!-- TODO: Oss parent is obsolete, define items directly for releasing -->
12
12
<parent >
You can’t perform that action at this time.
0 commit comments