Skip to content

Commit

Permalink
Merge pull request #77 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
abeykoon authored Dec 14, 2021
2 parents 9e01946 + 1e7cc6f commit 5bd72dc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
7 changes: 4 additions & 3 deletions asb-ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
distribution = "slbeta6"
org = "ballerinax"
name = "asb"
version = "2.0.1"
version = "2.1.0"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["IT Operations/Message Brokers", "Cost/Paid", "Vendor/Microsoft"]
Expand All @@ -12,8 +13,8 @@ repository = "https://github.com/ballerina-platform/module-ballerinax-azure-serv
observabilityIncluded = true

[[platform.java11.dependency]]
path = "../asb-native/build/libs/asb-native-2.0.1-all.jar"
path = "../asb-native/build/libs/asb-native-2.1.0-all.jar"
groupId = "org.ballerinax"
artifactId = "asb-native"
module = "asb-native"
version = "2.0.1"
version = "2.1.0"
8 changes: 4 additions & 4 deletions asb-ballerina/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 = "io"
version = "1.0.1"
version = "1.1.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -36,7 +36,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.0.1"
version = "2.1.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -59,7 +59,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "os"
version = "1.0.1"
version = "1.1.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down Expand Up @@ -95,7 +95,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "asb"
version = "2.0.1"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "log"},
Expand Down
2 changes: 1 addition & 1 deletion asb-ballerina/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This package provides the capability to easily access Microsoft Azure Service Bu

| | Version |
|----------------------------|-----------------------|
| Ballerina Language | Swan Lake Beta3 |
| Ballerina Language | Swan Lake Beta6 |
| Azure Service Bus SDK | 3.5.1 |

## Report issues
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.ballerinax.azure.servicebus
version=2.0.1
version=2.1.0
ballerinaLangVersion=2.0.0-beta.6

0 comments on commit 5bd72dc

Please sign in to comment.