forked from SonarSource/sonar-update-center-properties
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfindbugs.properties
61 lines (61 loc) · 4.21 KB
/
findbugs.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
category = External Analysers
description = Provide Findbugs rules for analysis of Java projects
archivedVersions = 4.0.3,4.0.4,4.0.5,4.0.6,4.1.4,4.1.5,4.2.0,4.2.1,4.2.2,4.2.3
publicVersions = 4.2.4
defaults.mavenGroupId = org.sonarsource.sonar-findbugs-plugin
defaults.mavenArtifactId = sonar-findbugs-plugin
4.0.3.description = Use SpotBugs 4.2.0, sb-contrib 7.4.7, and findsecbugs 1.11.0
4.0.3.sqVersions = [8.9,8.9.*]
4.0.3.date = 2021-01-02
4.0.3.changelogUrl = https://github.com/spotbugs/sonar-findbugs/releases/tag/4.0.3
4.0.3.downloadUrl = https://repo.maven.apache.org/maven2/com/github/spotbugs/sonar-findbugs-plugin/4.0.3/sonar-findbugs-plugin-4.0.3.jar
4.0.4.description = Use SpotBugs 4.4.0, sb-contrib 7.4.7, and findsecbugs 1.11.0
4.0.4.sqVersions = [8.9,9.2.*]
4.0.4.date = 2021-08-25
4.0.4.changelogUrl = https://github.com/spotbugs/sonar-findbugs/releases/tag/4.0.4
4.0.4.downloadUrl = https://repo.maven.apache.org/maven2/com/github/spotbugs/sonar-findbugs-plugin/4.0.4/sonar-findbugs-plugin-4.0.4.jar
4.0.5.description = Use SpotBugs 4.5.0, sb-contrib 7.4.7, and findsecbugs 1.11.0
4.0.5.sqVersions = [8.9,9.3.*]
4.0.5.date = 2021-11-30
4.0.5.changelogUrl = https://github.com/spotbugs/sonar-findbugs/releases/tag/4.0.5
4.0.5.downloadUrl = https://repo.maven.apache.org/maven2/com/github/spotbugs/sonar-findbugs-plugin/4.0.5/sonar-findbugs-plugin-4.0.5.jar
4.0.6.description = Use SpotBugs 4.5.2, sb-contrib 7.4.7, and findsecbugs 1.11.0
4.0.6.sqVersions = [8.9,9.4.*]
4.0.6.date = 2022-02-20
4.0.6.changelogUrl = https://github.com/spotbugs/sonar-findbugs/releases/tag/4.0.6
4.0.6.downloadUrl = https://repo.maven.apache.org/maven2/com/github/spotbugs/sonar-findbugs-plugin/4.0.6/sonar-findbugs-plugin-4.0.6.jar
4.1.4.description = Use SpotBugs 4.6.0, sb-contrib 7.4.7, and findsecbugs 1.12.0
4.1.4.sqVersions = [8.9,9.4.*]
4.1.4.date = 2022-04-28
4.1.4.changelogUrl = https://github.com/spotbugs/sonar-findbugs/releases/tag/4.1.4
4.1.4.downloadUrl = https://repo.maven.apache.org/maven2/com/github/spotbugs/sonar-findbugs-plugin/4.1.4/sonar-findbugs-plugin-4.1.4.jar
4.1.5.description = Use SpotBugs 4.7.0, sb-contrib 7.4.7, and findsecbugs 1.12.0
4.1.5.sqVersions = [8.9,9.5.*]
4.1.5.date = 2022-05-06
4.1.5.changelogUrl = https://github.com/spotbugs/sonar-findbugs/releases/tag/4.1.5
4.1.5.downloadUrl = https://repo.maven.apache.org/maven2/com/github/spotbugs/sonar-findbugs-plugin/4.1.5/sonar-findbugs-plugin-4.1.5.jar
4.2.0.description = Use SpotBugs 4.7.1, sb-contrib 7.4.7, and findsecbugs 1.12.0
4.2.0.sqVersions = [8.9,9.6.*]
4.2.0.date = 2022-07-04
4.2.0.changelogUrl = https://github.com/spotbugs/sonar-findbugs/releases/tag/4.2.0
4.2.0.downloadUrl = https://repo.maven.apache.org/maven2/com/github/spotbugs/sonar-findbugs-plugin/4.2.0/sonar-findbugs-plugin-4.2.0.jar
4.2.1.description = Use SpotBugs 4.7.2, sb-contrib 7.4.7, and findsecbugs 1.12.0
4.2.1.sqVersions = [8.9,9.7.*]
4.2.1.date = 2022-09-09
4.2.1.changelogUrl = https://github.com/spotbugs/sonar-findbugs/releases/tag/4.2.1
4.2.1.downloadUrl = https://repo.maven.apache.org/maven2/com/github/spotbugs/sonar-findbugs-plugin/4.2.1/sonar-findbugs-plugin-4.2.1.jar
4.2.2.description = Use SpotBugs 4.7.3, sb-contrib 7.4.7, and findsecbugs 1.12.0
4.2.2.sqVersions = [8.9,9.9.*]
4.2.2.date = 2022-10-20
4.2.2.changelogUrl = https://github.com/spotbugs/sonar-findbugs/releases/tag/4.2.2
4.2.2.downloadUrl = https://repo.maven.apache.org/maven2/com/github/spotbugs/sonar-findbugs-plugin/4.2.2/sonar-findbugs-plugin-4.2.2.jar
4.2.3.description = Use SpotBugs 4.7.3, sb-contrib 7.4.7, and findsecbugs 1.12.0. When running on SonarQube 9.8+ unit tests are now analysed. Fixed a file leak.
4.2.3.sqVersions = [8.9,10.2.*]
4.2.3.date = 2023-02-12
4.2.3.changelogUrl = https://github.com/spotbugs/sonar-findbugs/releases/tag/4.2.3
4.2.3.downloadUrl = https://repo.maven.apache.org/maven2/com/github/spotbugs/sonar-findbugs-plugin/4.2.3/sonar-findbugs-plugin-4.2.3.jar
4.2.4.description = Use SpotBugs 4.7.3, sb-contrib 7.6.0, and findsecbugs 1.12.0
4.2.4.sqVersions = [8.9,LATEST]
4.2.4.date = 2023-09-29
4.2.4.changelogUrl = https://github.com/spotbugs/sonar-findbugs/releases/tag/4.2.4
4.2.4.downloadUrl = https://repo.maven.apache.org/maven2/com/github/spotbugs/sonar-findbugs-plugin/4.2.4/sonar-findbugs-plugin-4.2.4.jar