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..f581301 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.17.3 +version=1.18.1