Skip to content

Commit

Permalink
Upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KavinduZoysa committed Jun 28, 2024
1 parent 277127e commit d43e802
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 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.0.1"
version = "0.0.2"
distribution = "2201.8.6"

[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.0.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/mi-compiler-plugin-0.0.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.0"
[[package]]
org = "ballerinax"
name = "mi"
version = "0.0.1"
version = "0.0.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
Expand Up @@ -9,7 +9,7 @@ releasePluginVersion=2.8.0
testngVersion=7.6.1
eclipseLsp4jVersion=0.12.0
ballerinaGradlePluginVersion=2.2.4
ballerinaLangVersion=2201.9.0
ballerinaLangVersion=2201.9.1
puppycrawlCheckstyleVersion=10.12.0
axiomVersion=1.2.22
carbonModuleCoreVersion=1.0.2
Expand Down
4 changes: 2 additions & 2 deletions tests/src/test/resources/ballerina/project1/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
org = "org"
name = "project1"
version = "0.0.1"
distribution = "2201.9.0"
distribution = "2201.9.1"

[build-options]
observabilityIncluded = true

[[dependency]]
org = "ballerinax"
name = "mi"
version = "0.0.1"
version = "0.0.2"
repository = "local"
2 changes: 1 addition & 1 deletion tests/src/test/resources/ballerina/project2/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org = "testOrg"
name = "project2"
version = "1.0.0"
distribution = "2201.9.0"
distribution = "2201.9.1"

[build-options]
observabilityIncluded = true
2 changes: 1 addition & 1 deletion tests/src/test/resources/ballerina/project3/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org = "testOrg"
name = "project3"
version = "1.0.0"
distribution = "2201.9.0"
distribution = "2201.9.1"

[build-options]
observabilityIncluded = true
4 changes: 2 additions & 2 deletions tests/src/test/resources/ballerina/project4/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
org = "testOrg"
name = "project4"
version = "1.0.0"
distribution = "2201.9.0"
distribution = "2201.9.1"

[build-options]
observabilityIncluded = true

[[dependency]]
org = "ballerinax"
name = "mi"
version = "0.0.1"
version = "0.0.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.0.1-SNAPSHOT.jar"
path = "../tool-mi-cli/build/libs/tool-mi-cli-0.0.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.0.1"
version = "0.0.2"
distribution = "2201.8.6"
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.0"
[[package]]
org = "ballerinax"
name = "tool_mi"
version = "0.0.1"
version = "0.0.2"
modules = [
{org = "ballerinax", packageName = "tool_mi", moduleName = "tool_mi"}
]
Expand Down

0 comments on commit d43e802

Please sign in to comment.