From 8d34122ffd7a62b6de6b50bff8a82a1bb1992727 Mon Sep 17 00:00:00 2001 From: C4tWithShell Date: Mon, 6 May 2024 13:00:06 +0300 Subject: [PATCH 1/2] Support 10.5.1 --- .env | 2 +- build.gradle | 6 +++--- gradle.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env b/.env index 7fe424f..a863cad 100644 --- a/.env +++ b/.env @@ -5,4 +5,4 @@ SONARQUBE_VERSION=latest DOCKERFILE=Dockerfile # The version of the plugin to include in the image -PLUGIN_VERSION=1.17.0 +PLUGIN_VERSION=1.18.0 diff --git a/build.gradle b/build.gradle index 6a047db..2266db1 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ repositories { } } -def sonarqubeVersion = '10.4.0.87286' +def sonarqubeVersion = '10.5.1.90531' def sonarqubeLibDir = "${projectDir}/sonarqube-lib" def sonarLibraries = "${sonarqubeLibDir}/sonarqube-${sonarqubeVersion}/lib" @@ -100,8 +100,8 @@ jar { 'Plugin-License': 'GNU LGPL 3', 'Plugin-Version': "${project.version}", 'Plugin-Organization': 'Michael Clarke', - 'Sonar-Version': "10.4.0.87286", - 'Plugin-IssueTrackerUrl': 'https://github.com/mc1arke/sonarqube-community-branch-plugin/issues', + 'Sonar-Version': "10.5.1.90531", + 'Plugin-IssueTrackerUrl': 'https://github.com/soramitsu/soramitsu-sonarqube-community-branch-plugin/issues', 'Plugin-Key': 'communityBranchPlugin', 'Plugin-Class': 'com.github.mc1arke.sonarqube.plugin.CommunityBranchPluginBootstrap', 'Plugin-Name': 'Community Branch Plugin', diff --git a/gradle.properties b/gradle.properties index 137222a..bcb91a6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.17.3 +version=1.18.0 From 8989a94205dede16dd2e45ef6875563e5f1ff78c Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 6 May 2024 10:02:15 +0000 Subject: [PATCH 2/2] [Gradle Release Plugin] - new version commit: '1.18.1'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index bcb91a6..f581301 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.18.0 +version=1.18.1