1 # Current development version (single value)
2 devVersion=${project.version}
6 # Long Term Support release. Must be declared in "publicVersions".
9 5.6.description=Long-Term Support version - Many bug fixes and small improvements
10 5.6.downloadUrl=https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-5.6.zip
11 5.6.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=12869
14 # list of plugins. It is used to load other files from the same directory. No need to sort.
17 # =============== decoy plugin
18 # Releases. Note that no need for "privateVersions" for now.
19 decoy.publicVersions=1.0,1.1
21 decoy.description=decoy
22 decoy.category=Languages
24 decoy.defaults.mavenGroupId=org.codehaus.sonar-plugins
25 decoy.defaults.mavenArtifactId=sonar-decoy-plugin
27 # Metadata of each release
28 # The range of supported SQ versions accepts the alias LATEST and *
29 decoy.1.0.date=2012-03-18
30 decoy.1.0.sqVersions=6.2,${project.version}
31 decoy.1.0.description=Surprise
32 decoy.1.0.downloadUrl=[[decoy.10.jar]]
33 decoy.1.0.changelogUrl=http://jira.sonarsource.com/foo
35 decoy.1.1.date=2012-03-18
36 decoy.1.1.sqVersions=6.2,${project.version}
37 decoy.1.1.description=Surprise
38 decoy.1.1.downloadUrl=[[decoy.11.jar]]
39 decoy.1.1.changelogUrl=http://jira.sonarsource.com/foo
41 # =============== decoy plugin
42 # Releases. Note that no need for "privateVersions" for now.
43 foo.publicVersions=1.0
46 foo.category=Languages
48 foo.defaults.mavenGroupId=org.codehaus.sonar-plugins
49 foo.defaults.mavenArtifactId=sonar-foo-plugin
51 # Metadata of each release
52 # The range of supported SQ versions accepts the alias LATEST and *
53 foo.1.0.date=2012-03-18
54 foo.1.0.sqVersions=6.2,${project.version}
55 foo.1.0.description=Surprise
56 foo.1.0.downloadUrl=[[foo.10.jar]]
57 foo.1.0.changelogUrl=http://jira.sonarsource.com/foo