Skip to content

Commit

Permalink
Merge pull request #153 from LakshanSS/sdk-bump
Browse files Browse the repository at this point in the history
Bump version to 3.2.3
  • Loading branch information
LakshanSS authored May 3, 2023
2 parents b9dd0b0 + 0be6bc8 commit 6219ff9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions asb-ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
distribution = "2201.3.1"
org = "ballerinax"
name = "asb"
version = "3.2.2"
version = "3.2.3"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["IT Operations/Message Brokers", "Cost/Paid", "Vendor/Microsoft"]
Expand All @@ -13,9 +13,9 @@ repository = "https://github.com/ballerina-platform/module-ballerinax-azure-serv
observabilityIncluded = true

[[platform.java11.dependency]]
path = "../asb-native/build/libs/asb-native-3.2.2.jar"
path = "../asb-native/build/libs/asb-native-3.2.3.jar"
groupId = "org.ballerinax"
artifactId = "asb-native"
module = "asb-native"
version = "3.2.2"
version = "3.2.3"

2 changes: 1 addition & 1 deletion asb-ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "asb"
version = "3.2.2"
version = "3.2.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "log"},
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=3.2.2
version=3.2.3
ballerinaLangVersion=2201.3.1

0 comments on commit 6219ff9

Please sign in to comment.