Skip to content

Commit

Permalink
Merge pull request #47 from LakshanSS/rel-2.1.0
Browse files Browse the repository at this point in the history
Prepare for 2.1.0 release with SLBeta6
  • Loading branch information
sachinira authored Dec 14, 2021
2 parents c97174f + 4c6ebc3 commit 6087ff5
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For more information, see 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
3 changes: 2 additions & 1 deletion cosmosdb/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
distribution = "slbeta6"
org= "ballerinax"
name= "azure_cosmosdb"
version= "2.0.0"
version= "2.1.0"
authors = ["Ballerina"]
keywords = ["IT Operations/Databases", "Cost/Paid", "Vendor/Microsoft"]
icon = "icon.png"
Expand Down
36 changes: 17 additions & 19 deletions cosmosdb/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 @@ -44,7 +44,7 @@ modules = [
[[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 @@ -56,7 +56,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 @@ -86,7 +86,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 @@ -103,7 +103,7 @@ modules = [
[[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 @@ -162,9 +162,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"}
]
modules = [
{org = "ballerina", packageName = "lang.runtime", moduleName = "lang.runtime"}
Expand Down Expand Up @@ -192,7 +190,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 @@ -206,7 +204,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 @@ -216,7 +214,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 @@ -236,7 +234,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "os"
version = "1.0.1"
version = "1.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -247,7 +245,7 @@ modules = [
[[package]]
org = "ballerina"
name = "regex"
version = "1.0.1"
version = "1.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -258,7 +256,7 @@ modules = [
[[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 @@ -279,7 +277,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.0.1"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -290,7 +288,7 @@ modules = [
[[package]]
org = "ballerina"
name = "url"
version = "2.0.1"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -313,7 +311,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "azure_cosmosdb"
version = "2.0.0"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "http"},
Expand Down
2 changes: 1 addition & 1 deletion cosmosdb/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The `azure_cosmosdb` is a [Ballerina](https://ballerina.io/) connector for Azure
### Compatibility
| | Version |
|----------------------|----------------------------|
| Ballerina Language | Ballerina Swan Lake Beta3 |
| Ballerina Language | Ballerina Swan Lake Beta6 |
| Cosmos DB (SQL)API | 2018-12-31 |

## Report issues
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.caching=true
group=org.ballerinalang.azure_cosmosdb
version=0.1.6-SNAPSHOT
ballerinaLangVersion=2.0.0-beta.3-20210821-093200-e064dcef
version=2.1.0
ballerinaLangVersion=2.0.0-beta.6

0 comments on commit 6087ff5

Please sign in to comment.