Skip to content

Commit

Permalink
Merge pull request #29 from kasthuriraajan/ConnectionConfigRevamp
Browse files Browse the repository at this point in the history
Bump bal version to 2201.2.1
  • Loading branch information
LakshanSS authored Oct 11, 2022
2 parents 3b3e365 + 08d17c3 commit 4a40364
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-stg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# Build the ballerina project
- name: Ballerina Build
uses: ballerina-platform/ballerina-action@master
uses: ballerina-platform/ballerina-action/@2201.2.1
with:
args:
pack
Expand All @@ -43,7 +43,7 @@ jobs:
# Push to Ballerina Staging Central
- name: Push to Staging
if: github.event.inputs.bal_central_environment == 'STAGE'
uses: ballerina-platform/ballerina-action@master
uses: ballerina-platform/ballerina-action/@2201.2.1
with:
args:
push
Expand All @@ -54,7 +54,7 @@ jobs:
# Push to Ballerina Dev Central
- name: Push to Dev
if: github.event.inputs.bal_central_environment == 'DEV'
uses: ballerina-platform/ballerina-action@master
uses: ballerina-platform/ballerina-action/@2201.2.1
with:
args:
push
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Build the ballerina project
- name: Ballerina Build
uses: ballerina-platform/ballerina-action@nightly
uses: ballerina-platform/ballerina-action/@2201.2.1
with:
args:
pack
Expand All @@ -35,7 +35,7 @@ jobs:

# Push the module to the Ballerina central
- name: Ballerina Push
uses: ballerina-platform/ballerina-action@nightly
uses: ballerina-platform/ballerina-action/@2201.2.1
with:
args:
push
Expand Down
4 changes: 2 additions & 2 deletions Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
distribution = "2201.0.0"
distribution = "2201.2.1"
org = "ballerinax"
name = "snowflake.driver"
version = "2.3.0"
version = "2.4.0"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["Business Intelligence/Data Warehouse", "Cost/Paid"]
Expand Down
4 changes: 2 additions & 2 deletions Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.0.1"
version = "1.0.5"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -37,7 +37,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "snowflake.driver"
version = "2.3.0"
version = "2.4.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerinai", name = "observe"}
Expand Down
2 changes: 1 addition & 1 deletion Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This package bundles the latest Snowflake JDBC Driver.
### Compatibility
| | Version |
|-----------------------------------|---------------------------------|
| Ballerina Language | Ballerina Swan Lake 2201.0.0 |
| Ballerina Language | Ballerina Swan Lake 2201.2.1 |
| Snowflake JDBC Driver | 3.13.11 |

## Report issues
Expand Down

0 comments on commit 4a40364

Please sign in to comment.