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 Jul 24, 2023
1 parent cf29ac9 commit 0f51f48
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 = "java.jms"
version = "0.1.0"
version = "0.1.1"
authors = ["Ballerina"]
keywords = ["jms"]
repository = "https://github.com/ballerina-platform/module-ballerina-java.jms"
Expand All @@ -12,8 +12,8 @@ distribution = "2201.6.0"
[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "java.jms-native"
version = "0.1.0"
path = "../native/build/libs/java.jms-native-0.1.0.jar"
version = "0.1.1"
path = "../native/build/libs/java.jms-native-0.1.1-SNAPSHOT.jar"

[[platform.java11.dependency]]
groupId = "org.slf4j"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies = [
[[package]]
org = "ballerinax"
name = "java.jms"
version = "0.1.0"
version = "0.1.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "log"}
Expand Down

0 comments on commit 0f51f48

Please sign in to comment.