Skip to content

Commit

Permalink
Update lang and dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RDPerera committed Aug 11, 2024
1 parent d136a05 commit 3d0ae91
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ version = "@toml.version@"
authors = ["Ballerina"]
keywords = ["edi"]
license = ["Apache-2.0"]
distribution = "2201.8.4"
distribution = "2201.10.0"
2 changes: 1 addition & 1 deletion build-config/resources/package/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ version = "@toml.version@"
authors = ["Ballerina"]
keywords = ["edi"]
license = ["Apache-2.0"]
distribution = "2201.8.4"
distribution = "2201.10.0"
2 changes: 1 addition & 1 deletion edi-tools-package/BalTool.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions edi-tools-package/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -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"
distribution = "2201.10.0"
2 changes: 1 addition & 1 deletion edi-tools-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org = "ballerina"
name = "editoolstests"
version = "0.1.0"
distribution = "2201.8.4"
distribution = "2201.10.0"

[build-options]
observabilityIncluded = true
4 changes: 2 additions & 2 deletions edi-tools/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -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"
distribution = "2201.10.0"
2 changes: 1 addition & 1 deletion edi-tools/modules/codegen/bal_toml_gen.bal
Original file line number Diff line number Diff line change
Expand Up @@ -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}]
`;
}
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
observeVersion=1.3.0-20240807-093200-e29ca7a
observeInternalVersion=1.3.0-20240807-094500-91e2d3a

0 comments on commit 3d0ae91

Please sign in to comment.