Skip to content

Commit

Permalink
Bump the module version
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Mar 16, 2023
1 parent 95466f7 commit e71510f
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.0.3"
version = "3.0.4"
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.0.3.jar"
path = "../asb-native/build/libs/asb-native-3.0.4.jar"
groupId = "org.ballerinax"
artifactId = "asb-native"
module = "asb-native"
version = "3.0.3"
version = "3.0.4"

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.0.3"
version = "3.0.4"
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.0.3
version=3.0.4
ballerinaLangVersion=2201.3.1

0 comments on commit e71510f

Please sign in to comment.