Skip to content

Commit

Permalink
Merge pull request #56 from ballerina-platform/release-0.1.1
Browse files Browse the repository at this point in the history
[Automated] Sync main after 0.1.1 release
  • Loading branch information
KavinduZoysa authored Sep 10, 2024
2 parents 81717a2 + 4627d17 commit 5c71510
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
distribution = "2201.8.6"
org = "ballerinax"
name = "mi"
version = "0.1.1"
version = "0.1.2"
distribution = "2201.9.2"

[build-options]
Expand Down
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
class = "io.ballerina.stdlib.mi.plugin.MICompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/mi-compiler-plugin-0.1.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/mi-compiler-plugin-0.1.2-SNAPSHOT.jar"

[[dependency]]
path = "build/antlr4-runtime-4.5.1-1.jar"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.9.2"
[[package]]
org = "ballerinax"
name = "mi"
version = "0.1.1"
version = "0.1.2"
modules = [
{org = "ballerinax", packageName = "mi", moduleName = "mi"}
]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.lib
version=0.1.1-SNAPSHOT
version=0.1.2-SNAPSHOT
checkstylePluginVersion=10.12.0
spotbugsPluginVersion=5.0.14
shadowJarPluginVersion=8.1.1
Expand Down
2 changes: 1 addition & 1 deletion tests/src/test/resources/ballerina/project1/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ observabilityIncluded = true
[[dependency]]
org = "ballerinax"
name = "mi"
version = "0.1.1"
version = "0.1.2"
repository = "local"
2 changes: 1 addition & 1 deletion tests/src/test/resources/ballerina/project4/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ observabilityIncluded = true
[[dependency]]
org = "ballerinax"
name = "mi"
version = "0.1.1"
version = "0.1.2"
repository = "local"
2 changes: 1 addition & 1 deletion tool/tool-mi/BalTool.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
id = "mi"

[[dependency]]
path = "../tool-mi-cli/build/libs/tool-mi-cli-0.1.1-SNAPSHOT.jar"
path = "../tool-mi-cli/build/libs/tool-mi-cli-0.1.2-SNAPSHOT.jar"
2 changes: 1 addition & 1 deletion tool/tool-mi/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
org = "ballerinax"
name = "tool_mi"
version = "0.1.1"
version = "0.1.2"
distribution = "2201.9.2"
2 changes: 1 addition & 1 deletion tool/tool-mi/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.9.2"
[[package]]
org = "ballerinax"
name = "tool_mi"
version = "0.1.1"
version = "0.1.2"
modules = [
{org = "ballerinax", packageName = "tool_mi", moduleName = "tool_mi"}
]
Expand Down

0 comments on commit 5c71510

Please sign in to comment.