Skip to content

Commit

Permalink
Merge pull request #7 from kaneeldias/main
Browse files Browse the repository at this point in the history
Migrate to SL Beta 3
  • Loading branch information
niveathika authored Oct 11, 2021
2 parents 01c5b39 + 4cb252a commit 9f201a4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@slbeta1
uses: ballerina-platform/ballerina-action/@slbeta3
with:
args:
build -c --skip-tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@slbeta1
uses: ballerina-platform/ballerina-action/@slbeta3
with:
args:
build -c --skip-tests
- name: Ballerina Push
uses: ballerina-platform/ballerina-action/@slbeta1
uses: ballerina-platform/ballerina-action/@slbeta3
with:
args:
push
Expand Down
6 changes: 2 additions & 4 deletions Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
[package]
org="ballerinax"
name="mssql.driver"
version="1.1.0"
version="1.2.0"
authors=["Ballerina"]
keywords=["MSSQL", "SQL Server"]
repository="https://github.com/ballerina-platform/module-ballerinax-mssql.driver"
license=["Apache-2.0"]
distribution = "slbeta3"

[[platform.java11.dependency]]
groupId = "com.microsoft.sqlserver"
artifactId = "mssql-jdbc"
version = "9.4.0.jre11"

[build-options]
observabilityIncluded = true
2 changes: 1 addition & 1 deletion Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This Package bundles the latest MSSQL driver so that the mssql connector can be

| | Version |
|:---|:---:|
|Ballerina Language | **Swan Lake Beta 1** |
|Ballerina Language | **Swan Lake Beta 3** |
|MSSQL Driver | **9.4.0.jre11** |

## Usage
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ This Package bundles the latest MSSQL driver so that the mssql connector can be

> **Note:** Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.
2. Download and install [Ballerina SL Beta 1](https://ballerina.io/).
2. Download and install [Ballerina SL Beta 3](https://ballerina.io/).

## Building the Source

Execute the commands below to build from the source after installing Ballerina Swan Lake Beta 1 version.
Execute the commands below to build from the source after installing Ballerina Swan Lake Beta 3 version.

1. To build the library:
```shell script
Expand Down

0 comments on commit 9f201a4

Please sign in to comment.