diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ba43e3..d5b44b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,15 +3,15 @@ name: Publish Release on: workflow_dispatch: repository_dispatch: - types: [stdlib-release-pipeline] + types: [ stdlib-release-pipeline ] jobs: call_workflow: name: Run Release Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-library/.github/workflows/release-package-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/release-package-connector-template.yml@main secrets: inherit with: package-name: snowflake package-org: ballerinax - additional-build-flags: "-x test" + additional-release-flags: "-x test" diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 888878a..a75283a 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -21,5 +21,5 @@ path = "../native/build/libs/snowflake-native-2.0.0-SNAPSHOT.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "sql-native" -version = "1.13.0-20240410-111000-2cc6b6c" -path = "./lib/sql-native-1.13.0-20240410-111000-2cc6b6c.jar" +version = "1.13.0" +path = "./lib/sql-native-1.13.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 1ab5bc7..80e69c3 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0-20240405-165800-4b163f78" +distribution-version = "2201.9.0" [[package]] org = "ballerina" diff --git a/gradle.properties b/gradle.properties index 15e491c..9d87660 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,8 +10,8 @@ researchgateReleaseVersion=2.8.0 testngVersion=7.6.1 ballerinaGradlePluginVersion=2.0.1 -ballerinaLangVersion=2201.9.0-20240405-165800-4b163f78 -stdlibSqlVersion=1.13.0-20240410-111000-2cc6b6c +ballerinaLangVersion=2201.9.0 +stdlibSqlVersion=1.13.0 # Direct Dependencies # Level 01 @@ -26,8 +26,8 @@ stdlibOsVersion=1.8.0 stdlibFileVersion=1.9.0 # Ballerinax Observer -observeVersion=1.2.3-20240408-194900-a0e331f -observeInternalVersion=1.2.2-20240408-195500-1436319 +observeVersion=1.2.3 +observeInternalVersion=1.2.2 # Transitive Dependencies # Level 01 @@ -35,24 +35,24 @@ stdlibConstraintVersion=1.5.0 stdlibUrlVersion=2.4.0 # Level 02 -stdlibCryptoVersion=2.7.0-20240410-115200-2ae9fd5 +stdlibCryptoVersion=2.7.0 stdlibTaskVersion=2.5.0 # Level 03 -stdlibCacheVersion=3.8.0-20240409-101100-e2d7f4e +stdlibCacheVersion=3.8.0 stdlibMimeVersion=2.9.0 -stdlibUuidVersion=1.8.0-20240410-125400-bbe7ac5 +stdlibUuidVersion=1.8.0 # Level 04 -stdlibAuthVersion=2.11.0-20240410-121600-c514b62 -stdlibJwtVersion=2.11.0-20240410-124800-1a4eb44 -stdlibOAuth2Version=2.11.0-20240410-121700-502990d +stdlibAuthVersion=2.11.0 +stdlibJwtVersion=2.11.0 +stdlibOAuth2Version=2.11.0 # Level 05 -stdlibHttpVersion=2.11.0-20240410-121300-ae1095d +stdlibHttpVersion=2.11.0 # Level 06 -stdlibTransactionVersion=1.9.0-20240410-104900-57aec29 +stdlibTransactionVersion=1.9.0 # Driver library snowflakeDriverVersion=2.7.0