Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lang and dependency versions for Update 10 #57

Merged
merged 2 commits into from
Aug 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1.0.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.1.0"
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.1.0"
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}]
`;
}
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.0.4
version=2.1.0

#dependency
checkstylePluginVersion=10.12.0
Expand All @@ -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
Loading