Skip to content

Commit

Permalink
[Automated] Sync master after 5.1.0 release (#262)
Browse files Browse the repository at this point in the history
* [Automated] Update the toml files

* [Automated] Update the toml files

* [Gradle Release Plugin] - pre tag commit:  'v5.1.0'.

* [Gradle Release Plugin] - new version commit:  'v5.1.1-SNAPSHOT'.

---------

Co-authored-by: ballerina-bot <ballerina-bot@ballerina.org>
  • Loading branch information
ballerina-bot and ballerina-bot authored Feb 14, 2025
1 parent 6df483c commit e8aae7a
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ graalvmCompatible = true
[[platform.java21.dependency]]
groupId = "io.ballerina.lib"
artifactId = "mongodb-native"
version = "5.1.0-SNAPSHOT"
path = "../native/build/libs/mongodb-native-5.1.0-SNAPSHOT.jar"
version = "5.1.0"
path = "../native/build/libs/mongodb-native-5.1.0.jar"

[[platform.java21.dependency]]
groupId = "org.mongodb"
Expand Down
31 changes: 29 additions & 2 deletions 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.11.0-20241218-101200-109f6cc7"
distribution-version = "2201.11.0"

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -36,6 +36,26 @@ modules = [
{org = "ballerina", packageName = "jballerina.java", moduleName = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "lang.__internal"
version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.object"}
]

[[package]]
org = "ballerina"
name = "lang.array"
version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.__internal"}
]

[[package]]
org = "ballerina"
name = "lang.error"
Expand All @@ -45,6 +65,12 @@ dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "lang.object"
version = "0.0.0"
scope = "testOnly"

[[package]]
org = "ballerina"
name = "lang.value"
Expand Down Expand Up @@ -82,6 +108,7 @@ version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.array"},
{org = "ballerina", name = "lang.error"}
]
modules = [
Expand All @@ -91,7 +118,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.4.0"
version = "2.6.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.lib
version=5.1.0-SNAPSHOT
version=5.1.1-SNAPSHOT
ballerinaLangVersion=2201.11.0

checkstylePluginVersion=10.12.0
Expand Down

0 comments on commit e8aae7a

Please # to comment.