Skip to content

Commit

Permalink
[Automated] Update the native jar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Nov 10, 2023
1 parent a08eaac commit e3b510d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 Down Expand Up @@ -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

0 comments on commit e3b510d

Please sign in to comment.