From e80716b4a768f1d585e84c95cbd862d7e2b8ac29 Mon Sep 17 00:00:00 2001 From: Gayal Dassanayake Date: Tue, 5 Nov 2024 10:10:09 +0530 Subject: [PATCH] Bump version to 0.5.0 This release is to publish the maven artifacts to github. These will be used in the library rule implementations. The value is arbitrarily selected to be not too low and not too close to 1.0.0 --- gradle.properties | 2 +- scan-command/tool-scan/BalTool.toml | 2 +- scan-command/tool-scan/Ballerina.toml | 2 +- scan-command/tool-scan/Dependencies.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 19d07b4..11d9947 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.scan -version=0.1.0 +version=0.5.0 # Plugin versions spotbugsPluginVersion=5.0.14 diff --git a/scan-command/tool-scan/BalTool.toml b/scan-command/tool-scan/BalTool.toml index 55c150f..f5e6bc3 100644 --- a/scan-command/tool-scan/BalTool.toml +++ b/scan-command/tool-scan/BalTool.toml @@ -2,4 +2,4 @@ id = "scan" [[dependency]] -path = "../build/libs/scan-command-0.1.0.jar" +path = "../build/libs/scan-command-0.5.0.jar" diff --git a/scan-command/tool-scan/Ballerina.toml b/scan-command/tool-scan/Ballerina.toml index 72c0113..a45389a 100644 --- a/scan-command/tool-scan/Ballerina.toml +++ b/scan-command/tool-scan/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "tool_scan" -version = "0.1.0" +version = "0.5.0" distribution = "2201.10.2" authors = ["Ballerina"] keywords = ["scan", "static code analysis"] diff --git a/scan-command/tool-scan/Dependencies.toml b/scan-command/tool-scan/Dependencies.toml index 0137f0f..d68ea6b 100644 --- a/scan-command/tool-scan/Dependencies.toml +++ b/scan-command/tool-scan/Dependencies.toml @@ -10,7 +10,7 @@ distribution-version = "2201.10.2" [[package]] org = "ballerina" name = "tool_scan" -version = "0.1.0" +version = "0.5.0" modules = [ {org = "ballerina", packageName = "tool_scan", moduleName = "tool_scan"} ]