diff --git a/.github/workflows/build-dev-branches.yml b/.github/workflows/build-dev-branches.yml index 4a4a45ba..7356db1e 100644 --- a/.github/workflows/build-dev-branches.yml +++ b/.github/workflows/build-dev-branches.yml @@ -14,7 +14,7 @@ on: - "automated/dependency_version_update_tmp" env: - BALLERINA_DISTRIBUTION_VERSION: 2201.10.0 # Update this with the latest Ballerina version + BALLERINA_DISTRIBUTION_VERSION: 2201.11.0 # Update this with the latest Ballerina version jobs: ubuntu-build: diff --git a/.github/workflows/build-main.yml b/.github/workflows/build-main.yml index d6a13112..3640e525 100644 --- a/.github/workflows/build-main.yml +++ b/.github/workflows/build-main.yml @@ -12,7 +12,7 @@ on: - main env: - BALLERINA_DISTRIBUTION_VERSION: 2201.10.0 # Update this with the latest Ballerina version + BALLERINA_DISTRIBUTION_VERSION: 2201.11.0 # Update this with the latest Ballerina version jobs: build: diff --git a/.github/workflows/central-publish.yml b/.github/workflows/central-publish.yml index d9f27b14..6cb75e84 100644 --- a/.github/workflows/central-publish.yml +++ b/.github/workflows/central-publish.yml @@ -6,7 +6,7 @@ on: ballerina_version: description: 'Ballerina version' required: true - default: '2201.10.0' + default: '2201.11.0' environment: type: choice description: Select environment diff --git a/.github/workflows/daily-build.yml b/.github/workflows/daily-build.yml index 69c8692e..538f47cb 100644 --- a/.github/workflows/daily-build.yml +++ b/.github/workflows/daily-build.yml @@ -11,7 +11,7 @@ on: default: '2201.10.0' env: - BALLERINA_DISTRIBUTION_VERSION: 2201.10.0 # Update this with the latest Ballerina version + BALLERINA_DISTRIBUTION_VERSION: 2201.11.0 # Update this with the latest Ballerina version jobs: build: diff --git a/.github/workflows/graalvm-check.yml b/.github/workflows/graalvm-check.yml index 5e5fb954..06e8c63f 100644 --- a/.github/workflows/graalvm-check.yml +++ b/.github/workflows/graalvm-check.yml @@ -8,10 +8,10 @@ on: ballerina_version: description: 'Ballerina version' required: true - default: '2201.10.0' + default: '2201.11.0' env: - BALLERINA_DISTRIBUTION_VERSION: 2201.10.0 # Update this with the latest Ballerina version + BALLERINA_DISTRIBUTION_VERSION: 2201.11.0 # Update this with the latest Ballerina version jobs: build: diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index f84ea52d..d2815d7a 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -6,7 +6,7 @@ on: distribution_version: description: 'Ballerina distribution version (e.g.; 2201.9.0)' required: true - default: '2201.10.0' + default: '2201.11.0' jobs: publish-release: diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 7a1cddcc..4d1a27c7 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -3,7 +3,7 @@ name: Validate Pull Request on: pull_request env: - BALLERINA_DISTRIBUTION_VERSION: nightly-2201.11.x # Update this with the latest Ballerina version + BALLERINA_DISTRIBUTION_VERSION: 2201.11.0 # Update this with the latest Ballerina version jobs: ubuntu-build: diff --git a/ballerina-tests/jaeger-server-tests/Ballerina.toml b/ballerina-tests/jaeger-server-tests/Ballerina.toml index 8d471e44..76b41cf8 100644 --- a/ballerina-tests/jaeger-server-tests/Ballerina.toml +++ b/ballerina-tests/jaeger-server-tests/Ballerina.toml @@ -2,7 +2,7 @@ org = "ballerinax" name = "jaeger_server_tests" version = "0.1.0" -distribution = "2201.10.0" +distribution = "2201.11.0" [build-options] observabilityIncluded = true diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 6ea5c5fb..b2565434 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -18,7 +18,7 @@ org = "ballerinax" name = "jaeger" version = "@toml.version@" -distribution = "2201.10.0" +distribution = "2201.11.0" [platform.java21] graalvmCompatible = true diff --git a/gradle.properties b/gradle.properties index 0d8e2e5a..e3b70850 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ group=org.ballerinalang version=1.0.0-SNAPSHOT -ballerinaLangVersion=2201.11.0-20241218-101200-109f6cc7 +ballerinaLangVersion=2201.11.0 org.gradle.caching=true org.gradle.parallel=true org.gradle.jvmargs='-Dfile.encoding=UTF-8'