Skip to content

Commit

Permalink
[Automated] Sync master after 2.6.0 release (#519)
Browse files Browse the repository at this point in the history
* [Automated] Update the native jar versions

* Move dependencies to stable versions

* [Automated] Update the native jar versions

* [Gradle Release Plugin] - pre tag commit:  'v2.6.0'.

* [Gradle Release Plugin] - new version commit:  'v2.6.1-SNAPSHOT'.

---------

Co-authored-by: ballerina-bot <[email protected]>
  • Loading branch information
ballerina-bot and ballerina-bot authored Feb 17, 2025
1 parent 1e1763d commit 2530131
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 10 deletions.
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[package]
org = "ballerina"
name = "task"
version = "2.5.1"
version = "2.6.0"
authors = ["Ballerina"]
keywords = ["task", "job", "schedule"]
repository = "https://github.com/ballerina-platform/module-ballerina-task"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.8.0"
distribution = "2201.11.0"

[platform.java21]
graalvmCompatible = true

[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "task-native"
version = "2.5.1"
path = "../native/build/libs/task-native-2.5.1-SNAPSHOT.jar"
version = "2.6.0"
path = "../native/build/libs/task-native-2.6.0.jar"

[[platform.java21.dependency]]
path = "./lib/quartz-2.3.2.jar"
33 changes: 30 additions & 3 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.8.0"
distribution-version = "2201.11.0"

[[package]]
org = "ballerina"
Expand All @@ -15,6 +15,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 @@ -24,6 +44,12 @@ dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

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

[[package]]
org = "ballerina"
name = "lang.runtime"
Expand All @@ -39,7 +65,7 @@ modules = [
[[package]]
org = "ballerina"
name = "task"
version = "2.5.1"
version = "2.6.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.runtime"},
Expand All @@ -57,6 +83,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 @@ -66,7 +93,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.4.0"
version = "2.6.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
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.6.0-SNAPSHOT
version=2.6.1-SNAPSHOT

ballerinaLangVersion=2201.11.0-20250127-101700-a4b67fe5
ballerinaLangVersion=2201.11.0
axiomVersion=1.2.22
checkstylePluginVersion=10.12.0
ballerinaGradlePluginVersion=2.3.0
Expand All @@ -14,4 +14,4 @@ releasePluginVersion=2.8.0
quartzVersion=2.3.2

#stdlib dependencies
stdlibTimeVersion=2.6.0-20250127-170200-86bdc5a
stdlibTimeVersion=2.6.0

0 comments on commit 2530131

Please sign in to comment.