Skip to content

Commit

Permalink
Merge pull request #15 from ayeshLK/dev
Browse files Browse the repository at this point in the history
Upgrade active-mq java sdk version
  • Loading branch information
ayeshLK authored Nov 10, 2023
2 parents 5ebfb3b + e3b510d commit 2fa5343
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerinax"
name = "activemq.driver"
version = "1.0.0"
version = "1.0.1"
authors = ["Ballerina"]
keywords = ["ActiveMQ"]
repository = "https://github.com/ballerina-platform/module-ballerinax-activemq.driver"
Expand All @@ -14,8 +14,8 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "org.apache.activemq"
artifactId = "activemq-client"
version = "5.18.2"
path = "./lib/activemq-client-5.18.2.jar"
version = "5.18.3"
path = "./lib/activemq-client-5.18.3.jar"

[[platform.java17.dependency]]
groupId = "org.apache.geronimo.specs"
Expand All @@ -32,5 +32,5 @@ path = "./lib/hawtbuf-1.11.jar"
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "activemq.driver-native"
version = "1.0.0"
path = "../native/build/libs/activemq.driver-native-1.0.0.jar"
version = "1.0.1"
path = "../native/build/libs/activemq.driver-native-1.0.1-SNAPSHOT.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.8.0"
[[package]]
org = "ballerinax"
name = "activemq.driver"
version = "1.0.0"
version = "1.0.1"
modules = [
{org = "ballerinax", packageName = "activemq.driver", moduleName = "activemq.driver"}
]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ ballerinaLangVersion=2201.8.0
ballerinaGradlePluginVersion=2.0.1
releasePluginVersion=2.8.0

activemqClientVersion=5.18.2
activemqClientVersion=5.18.3
geronimoJ2eeMng11SpecVersion=1.0.1
hawtbufVersion=1.11

0 comments on commit 2fa5343

Please sign in to comment.