Skip to content

Commit

Permalink
Merge pull request #1347 from ballerina-platform/timestamped-version-…
Browse files Browse the repository at this point in the history
…update12

[Automated] Update the lang version to 2201.12.0-20250228-201300-8d411a0f
  • Loading branch information
Nuvindu authored Mar 3, 2025
2 parents 723f41e + 562523b commit c8dd2ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "io"
version = "1.7.0"
version = "1.7.1"
authors = ["Ballerina"]
keywords = ["io", "json", "xml", "csv", "file"]
repository = "https://github.com/ballerina-platform/module-ballerina-io"
Expand All @@ -15,11 +15,11 @@ graalvmCompatible = true
[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "io-native"
path = "../native/build/libs/io-native-1.7.0.jar"
version = "1.7.0"
path = "../native/build/libs/io-native-1.7.1-SNAPSHOT.jar"
version = "1.7.1"


[[platform.java21.dependency]]
path = "../test-utils/build/libs/io-test-utils-1.7.0.jar"
path = "../test-utils/build/libs/io-test-utils-1.7.1-SNAPSHOT.jar"
scope = "testOnly"
version = "1.7.0"
version = "1.7.1-SNAPSHOT"
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.11.0"
distribution-version = "2201.12.0-20250228-201300-8d411a0f"

[[package]]
org = "ballerina"
name = "io"
version = "1.7.0"
version = "1.7.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.float"},
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.7.1-SNAPSHOT
ballerinaLangVersion=2201.11.0
ballerinaLangVersion=2201.12.0-20250228-201300-8d411a0f
testngVersion=7.6.1
slf4jVersion=1.7.30
jacocoVersion=0.8.10
Expand Down

0 comments on commit c8dd2ea

Please sign in to comment.