From 5412afb3ea99616b4dfadc55af4ec96384497192 Mon Sep 17 00:00:00 2001 From: GabinL21 Date: Tue, 19 Nov 2024 09:50:30 +0100 Subject: [PATCH] SONARPHP-1567 Address comments --- php-custom-rules-plugin/build.gradle.kts | 2 +- php-custom-rules-plugin/maven/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/php-custom-rules-plugin/build.gradle.kts b/php-custom-rules-plugin/build.gradle.kts index 51a25a247..102187665 100644 --- a/php-custom-rules-plugin/build.gradle.kts +++ b/php-custom-rules-plugin/build.gradle.kts @@ -37,7 +37,7 @@ tasks.jar { "Plugin-RequiredForLanguages" to "php", "Plugin-SourcesUrl" to "https://github.com/SonarSource/sonar-php", "Plugin-Version" to project.version, - "Sonar-Version" to "9.9", + "Sonar-Version" to "9.13", "SonarLint-Supported" to "true", "Version" to project.version.toString(), "Jre-Min-Version" to java.sourceCompatibility.majorVersion, diff --git a/php-custom-rules-plugin/maven/pom.xml b/php-custom-rules-plugin/maven/pom.xml index 75b3047da..797d54ddd 100644 --- a/php-custom-rules-plugin/maven/pom.xml +++ b/php-custom-rules-plugin/maven/pom.xml @@ -7,7 +7,7 @@ org.sonar.samples.php php-custom-rules-plugin jar - 3.39-SNAPSHOT + 3.40-SNAPSHOT SonarSource PHP Custom Rules Example PHP Custom Rules Example for SonarQube @@ -76,7 +76,7 @@ PHP Custom Rules org.sonar.samples.php.PHPCustomRulesPlugin true - 9.9 + 9.13 php true ${jre.min.version}