Skip to content

Commit

Permalink
Merge pull request #48 from daneshk/revamp
Browse files Browse the repository at this point in the history
Change the workflow and update the versions
  • Loading branch information
daneshk authored May 6, 2024
2 parents 15b41c1 + 3f418d5 commit c3fa7a0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion 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.9.0-20240405-165800-4b163f78"
distribution-version = "2201.9.0"

[[package]]
org = "ballerina"
Expand Down
24 changes: 12 additions & 12 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -26,33 +26,33 @@ 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
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

0 comments on commit c3fa7a0

Please sign in to comment.