]> source.dussan.org Git - sonarqube.git/blob
9c778b8945d42222f65b3d7e6c888de48922fab2
[sonarqube.git] /
1 # Current development version (single value)
2 devVersion=${project.version}
3
4 publicVersions=5.6
5
6 # Long Term Support release. Must be declared in "publicVersions".
7 ltsVersion=5.6
8
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
12 5.6.date=2016-06-01
13
14 # list of plugins. It is used to load other files from the same directory. No need to sort.
15 plugins=foo,decoy
16
17 # =============== decoy plugin
18 # Releases. Note that no need for "privateVersions" for now.
19 decoy.publicVersions=1.0,1.1
20
21 decoy.description=decoy
22 decoy.category=Languages
23
24 decoy.defaults.mavenGroupId=org.codehaus.sonar-plugins
25 decoy.defaults.mavenArtifactId=sonar-decoy-plugin
26
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
34
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
40
41 # =============== decoy plugin
42 # Releases. Note that no need for "privateVersions" for now.
43 foo.publicVersions=1.0
44
45 foo.description=Foo
46 foo.category=Languages
47
48 foo.defaults.mavenGroupId=org.codehaus.sonar-plugins
49 foo.defaults.mavenArtifactId=sonar-foo-plugin
50
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