Skip to content

Commit

Permalink
Merge pull request #496 from ballerina-platform/release-2.5.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.5.0 release
  • Loading branch information
kalaiyarasiganeshalingam authored Sep 25, 2023
2 parents 237313e + c395369 commit 101d5f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "task-native"
version = "2.5.0"
path = "../native/build/libs/task-native-2.5.0-SNAPSHOT.jar"
path = "../native/build/libs/task-native-2.5.0.jar"

[[platform.java17.dependency]]
path = "./lib/quartz-2.3.2.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.8.0-20230830-220400-8a7556d8"
distribution-version = "2201.8.0"

[[package]]
org = "ballerina"
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.5.0-SNAPSHOT
version=2.5.1-SNAPSHOT

ballerinaLangVersion=2201.8.0-20230908-135700-74a59dff
ballerinaLangVersion=2201.8.0
axiomVersion=1.2.22
puppycrawlCheckstyleVersion=10.12.0
ballerinaGradlePluginVersion=2.0.1
Expand All @@ -14,4 +14,4 @@ researchgateReleaseVersion=2.8.0
quartzVersion=2.3.2

#stdlib dependencies
stdlibTimeVersion=2.4.0-20230911-140200-7f96f1e
stdlibTimeVersion=2.4.0

0 comments on commit 101d5f4

Please sign in to comment.