Skip to content

Commit

Permalink
Merge pull request #8 from LakshanSS/beta2-release
Browse files Browse the repository at this point in the history
Bump versions for slbeta2 release of the connector
  • Loading branch information
abeykoon authored Aug 11, 2021
2 parents 9ea9bae + ef20d63 commit 7943419
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@nightly
uses: ballerina-platform/ballerina-action@slbeta2
with:
args:
build -c ./outlookmail
Expand Down
58 changes: 0 additions & 58 deletions .github/workflows/daily-build.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@nightly
uses: ballerina-platform/ballerina-action@slbeta2
with:
args:
build -c ./outlookmail
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,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@master
uses: ballerina-platform/ballerina-action@slbeta2
with:
args:
build -c ./outlookmail
Expand All @@ -22,7 +22,7 @@ jobs:
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
- name: Ballerina Push
uses: ballerina-platform/ballerina-action/@master
uses: ballerina-platform/ballerina-action@slbeta2
with:
args:
push
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.caching=true
group=org.ballerinalang.microsoft.outlook.mail
version=0.1.1-SNAPSHOT
version=1.0.1
ballerinaLangVersion=2.0.0-beta.2.1
2 changes: 1 addition & 1 deletion outlookmail/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org= "ballerinax"
name= "microsoft.outlook.mail"
version= "0.1.1-SNAPSHOT"
version= "1.0.1"
authors = ["Ballerina"]
keywords = ["Microsoft", "Outlook", "Mail"]
repository = "https://github.com/ballerina-platform/module-ballerinax-microsoft.outlook.mail"
Expand Down
19 changes: 19 additions & 0 deletions outlookmail/Dependencies.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[[dependency]]
org = "ballerina"
name = "io"
version = "0.6.0-beta.2"

[[dependency]]
org = "ballerina"
name = "log"
version = "1.1.0-beta.2"

[[dependency]]
org = "ballerina"
name = "http"
version = "1.1.0-beta.2"

[[dependency]]
org = "ballerina"
name = "os"
version = "0.8.0-beta.2"

0 comments on commit 7943419

Please sign in to comment.