From 062f94ca5660b042368e55428d7e95dad39121c1 Mon Sep 17 00:00:00 2001 From: NipunaMadhushan Date: Tue, 12 Nov 2024 09:59:08 +0530 Subject: [PATCH] Update version --- .github/workflows/build-main.yml | 2 +- .github/workflows/central-publish.yml | 2 +- .github/workflows/daily-build.yml | 4 ++-- .github/workflows/graalvm-check.yml | 4 ++-- .github/workflows/publish-release.yml | 2 +- .github/workflows/pull-request.yml | 2 +- ballerina/Ballerina.toml | 2 +- gradle.properties | 4 ++-- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-main.yml b/.github/workflows/build-main.yml index 9ffdf79..fe0fcd0 100644 --- a/.github/workflows/build-main.yml +++ b/.github/workflows/build-main.yml @@ -6,7 +6,7 @@ on: ballerina_version: description: 'Ballerina version' required: true - default: '2201.9.2' + default: '2201.10.0' push: branches: - main diff --git a/.github/workflows/central-publish.yml b/.github/workflows/central-publish.yml index 9a8fda7..8bbc5a9 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.8.3' + default: '2201.10.0' environment: type: choice description: Select environment diff --git a/.github/workflows/daily-build.yml b/.github/workflows/daily-build.yml index 5dc87e7..2325fcf 100644 --- a/.github/workflows/daily-build.yml +++ b/.github/workflows/daily-build.yml @@ -8,10 +8,10 @@ on: ballerina_version: description: 'Ballerina version' required: true - default: '2201.9.2' + default: '2201.10.0' env: - BALLERINA_DISTRIBUTION_VERSION: 2201.9.2 # Update this with the latest Ballerina version + BALLERINA_DISTRIBUTION_VERSION: 2201.10.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 a165985..0679425 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.9.2' + default: '2201.10.0' env: - BALLERINA_DISTRIBUTION_VERSION: 2201.9.2 # Update this with the latest Ballerina version + BALLERINA_DISTRIBUTION_VERSION: 2201.10.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 3a70838..835b54d 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -6,7 +6,7 @@ on: ballerina_version: description: 'Ballerina version (e.g.; 2201.9.0)' required: true - default: '2201.9.0' + default: '2201.10.0' jobs: publish-release: diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index da57f11..4f7c10e 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: 2201.8.3 # Update this with the latest Ballerina version + BALLERINA_DISTRIBUTION_VERSION: 2201.10.0 # Update this with the latest Ballerina version jobs: ubuntu-build: diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 7653ebf..466ffd7 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -18,7 +18,7 @@ org = "ballerinax" name = "zipkin" version = "@toml.version@" -distribution = "2201.9.0" +distribution = "2201.10.0" [platform.java17] graalvmCompatible = true diff --git a/gradle.properties b/gradle.properties index e992cef..7c0ed40 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,8 +15,8 @@ # under the License. group=org.ballerinalang -version=0.9.1-SNAPSHOT -ballerinaLangVersion=2201.9.2 +version=1.0.0-SNAPSHOT +ballerinaLangVersion=2201.10.0 org.gradle.caching=true org.gradle.parallel=true org.gradle.jvmargs='-Dfile.encoding=UTF-8'