diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index a41d0d8..7e74f98 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -5,4 +5,4 @@ version = "@toml.version@" authors = ["Ballerina"] keywords = ["edi"] license = ["Apache-2.0"] -distribution = "2201.8.4" \ No newline at end of file +distribution = "2201.10.0" diff --git a/build-config/resources/package/Ballerina.toml b/build-config/resources/package/Ballerina.toml index 23e1c99..779d7fc 100644 --- a/build-config/resources/package/Ballerina.toml +++ b/build-config/resources/package/Ballerina.toml @@ -5,4 +5,4 @@ version = "@toml.version@" authors = ["Ballerina"] keywords = ["edi"] license = ["Apache-2.0"] -distribution = "2201.8.4" \ No newline at end of file +distribution = "2201.10.0" diff --git a/edi-tools-package/BalTool.toml b/edi-tools-package/BalTool.toml index 482f5a0..bef9c87 100644 --- a/edi-tools-package/BalTool.toml +++ b/edi-tools-package/BalTool.toml @@ -2,4 +2,4 @@ id = "edi" [[dependency]] -path = "resources/edi-tools-cli-2.0.3.jar" +path = "resources/edi-tools-cli-2.0.4.jar" diff --git a/edi-tools-package/Ballerina.toml b/edi-tools-package/Ballerina.toml index bdead46..7fd91f9 100644 --- a/edi-tools-package/Ballerina.toml +++ b/edi-tools-package/Ballerina.toml @@ -1,8 +1,8 @@ [package] org = "ballerina" name = "editoolspackage" -version = "2.0.3" +version = "2.0.4" authors = ["Ballerina"] keywords = ["edi"] license = ["Apache-2.0"] -distribution = "2201.8.4" \ No newline at end of file +distribution = "2201.10.0" diff --git a/edi-tools-tests/Ballerina.toml b/edi-tools-tests/Ballerina.toml index f964380..3a93be0 100644 --- a/edi-tools-tests/Ballerina.toml +++ b/edi-tools-tests/Ballerina.toml @@ -2,7 +2,7 @@ org = "ballerina" name = "editoolstests" version = "0.1.0" -distribution = "2201.8.4" +distribution = "2201.10.0" [build-options] observabilityIncluded = true diff --git a/edi-tools/Ballerina.toml b/edi-tools/Ballerina.toml index d45160b..c8df49d 100644 --- a/edi-tools/Ballerina.toml +++ b/edi-tools/Ballerina.toml @@ -1,8 +1,8 @@ [package] org = "ballerina" name = "editools" -version = "2.0.3" +version = "2.0.4" authors = ["Ballerina"] keywords = ["edi"] license = ["Apache-2.0"] -distribution = "2201.8.4" \ No newline at end of file +distribution = "2201.10.0" diff --git a/edi-tools/modules/codegen/bal_toml_gen.bal b/edi-tools/modules/codegen/bal_toml_gen.bal index abc25e7..95255d3 100644 --- a/edi-tools/modules/codegen/bal_toml_gen.bal +++ b/edi-tools/modules/codegen/bal_toml_gen.bal @@ -20,7 +20,7 @@ function generateBallerinaToml(LibData libdata) returns string { org = "${libdata.orgName}" name = "${libdata.libName}" version = "0.1.0" -distribution = "2201.8.4" +distribution = "2201.10.0" export=[${libdata.exportsBlock}] `; } diff --git a/gradle.properties b/gradle.properties index cca4829..e3cf64b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,17 +9,17 @@ shadowJarPluginVersion=8.1.1 downloadPluginVersion=5.4.0 releasePluginVersion=2.8.0 ballerinaGradlePluginVersion=2.2.0 -ballerinaLangVersion=2201.8.4 +ballerinaLangVersion=2201.10.0-20240806-083400-aabac46a # Stdlib Level 01 -stdlibIoVersion=1.6.0 -stdlibLogVersion=2.9.0 -stdlibFileVersion=1.9.0 +stdlibIoVersion=1.6.1 +stdlibLogVersion=2.10.0-20240807-203000-b85cfb9 +stdlibFileVersion=1.10.0-20240807-205900-a4d66bb # Stdlib Level 02 stdlibOsVersion=1.8.0 stdlibTimeVersion=2.4.0 # Ballerinax Observer -observeVersion=1.2.0 -observeInternalVersion=1.2.0 \ No newline at end of file +observeVersion=1.3.0-20240807-093200-e29ca7a +observeInternalVersion=1.3.0-20240807-094500-91e2d3a