diff options
author | Matteo Mara <matteo.mara@sonarsource.com> | 2023-01-23 17:33:38 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-01-24 20:03:00 +0000 |
commit | ebc63efe86d47987d6353b367c7580dae6f97d89 (patch) | |
tree | 5218608d1b50dc7f327fee97bdd849ce91ee2ea6 /plugins/sonar-xoo-plugin | |
parent | 588212d445431b05fa75d28e51049efa840b8c05 (diff) | |
download | sonarqube-ebc63efe86d47987d6353b367c7580dae6f97d89.tar.gz sonarqube-ebc63efe86d47987d6353b367c7580dae6f97d89.zip |
[NO-JIRA] Prepare for next release cycle
Diffstat (limited to 'plugins/sonar-xoo-plugin')
-rw-r--r-- | plugins/sonar-xoo-plugin/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sonar-xoo-plugin/build.gradle b/plugins/sonar-xoo-plugin/build.gradle index 62af71aa40c..07d6ff5f45f 100644 --- a/plugins/sonar-xoo-plugin/build.gradle +++ b/plugins/sonar-xoo-plugin/build.gradle @@ -21,7 +21,7 @@ jar { 'Plugin-Version': project.version, 'Plugin-Class': 'org.sonar.xoo.XooPlugin', 'Plugin-ChildFirstClassLoader': 'false', - 'Sonar-Version': project.version, + 'Sonar-Version': project.pluginApiVersion, 'SonarLint-Supported': 'true', 'Plugin-Name': 'Xoo' ) |