diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 21d0ca3..238594b 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,9 +1,9 @@ [package] org = "ballerinax" name = "activemq.driver" -version = "1.1.0" +version = "1.1.1" authors = ["Ballerina"] -keywords = ["ActiveMQ"] +keywords = ["Vendor/ActiveMQ", "Area/Communication", "Type/Driver"] repository = "https://github.com/ballerina-platform/module-ballerinax-activemq.driver" license = ["Apache-2.0"] distribution = "2201.11.0" @@ -32,5 +32,5 @@ path = "./lib/hawtbuf-1.11.jar" [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "activemq.driver-native" -version = "1.1.0" -path = "../native/build/libs/activemq.driver-native-1.1.0.jar" +version = "1.1.1" +path = "../native/build/libs/activemq.driver-native-1.1.1-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 7e81c8f..2788bef 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -10,7 +10,7 @@ distribution-version = "2201.11.0" [[package]] org = "ballerinax" name = "activemq.driver" -version = "1.1.0" +version = "1.1.1" modules = [ {org = "ballerinax", packageName = "activemq.driver", moduleName = "activemq.driver"} ] diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index f13a29a..715d32f 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -3,7 +3,7 @@ org = "ballerinax" name = "activemq.driver" version = "@toml.version@" authors = ["Ballerina"] -keywords = ["ActiveMQ"] +keywords = ["Vendor/ActiveMQ", "Area/Communication", "Type/Driver"] repository = "https://github.com/ballerina-platform/module-ballerinax-activemq.driver" license = ["Apache-2.0"] distribution = "2201.11.0"