Skip to content

Commit

Permalink
Merge pull request #28 from LakshanSS/2.1.0-rel
Browse files Browse the repository at this point in the history
Prepare for 2.1.0 release with SLBeta6
  • Loading branch information
abeykoon authored Dec 14, 2021
2 parents 3d0f009 + 8709a69 commit 22e5679
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For more information, go to the module(s).
> **Note:** Set the JAVA_HOME environment variable to the path name of the directory into which you installed
JDK.

2. Download and install [Ballerina Swan Lake Beta3](https://ballerina.io/)
2. Download and install [Ballerina Swan Lake](https://ballerina.io/)


### Building the Source
Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ plugins {
id "net.researchgate.release" version "2.8.0"
}

ext.ballerinaLangVersion = project.ballerinaLangVersion

allprojects {
group = project.group
version = project.version
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
org.gradle.caching=true
group=org.ballerinalang.microsoft.outlook.mail
version=0.1.1-SNAPSHOT
ballerinaLangVersion=2.0.0-beta.3-20210821-093200-e064dcef
version=2.1.0
3 changes: 2 additions & 1 deletion outlookmail/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
distribution = "slbeta6"
org= "ballerinax"
name= "microsoft.outlook.mail"
version= "2.0.0"
version= "2.1.0"
authors = ["Ballerina"]
keywords = ["Communication/Email", "Cost/Paid", "Vendor/Microsoft"]
icon = "icon.png"
Expand Down
36 changes: 17 additions & 19 deletions outlookmail/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies-toml-version = "2"
[[package]]
org = "ballerina"
name = "auth"
version = "2.0.1"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -22,7 +22,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.0.1"
version = "3.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "task"},
Expand All @@ -32,7 +32,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.0.1"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -41,7 +41,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "file"
version = "1.0.1"
version = "1.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "log"},
Expand All @@ -53,7 +53,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.0.1"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -83,7 +83,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.0.1"
version = "1.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand All @@ -100,7 +100,7 @@ version = "0.0.0"
[[package]]
org = "ballerina"
name = "jwt"
version = "2.0.1"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand Down Expand Up @@ -159,9 +159,7 @@ org = "ballerina"
name = "lang.runtime"
version = "0.0.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.array"},
{org = "ballerina", name = "lang.value"}
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
Expand All @@ -183,7 +181,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.0.1"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -197,7 +195,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.0.1"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -207,7 +205,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "oauth2"
version = "2.0.1"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand All @@ -227,7 +225,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "os"
version = "1.0.1"
version = "1.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -238,15 +236,15 @@ modules = [
[[package]]
org = "ballerina"
name = "regex"
version = "1.0.1"
version = "1.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "task"
version = "2.0.1"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -267,23 +265,23 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.0.1"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "url"
version = "2.0.1"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerinax"
name = "microsoft.outlook.mail"
version = "2.0.0"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "http"},
{org = "ballerina", name = "io"},
Expand Down
2 changes: 1 addition & 1 deletion outlookmail/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This package provides the capability to access Microsoft Outlook mail service.
### Compatibility
| | Version |
|-------------------------------|--------------------------------------|
| Ballerina Language | Ballerina Swan Lake Beta3 |
| Ballerina Language | Ballerina Swan Lake Beta6 |
| Outlook.mail API | Microsoft Graph (Mail) API v1.0 |

## Report Issues
Expand Down

0 comments on commit 22e5679

Please sign in to comment.