Skip to content

Commit

Permalink
Revert "[Automated] Update the native jar versions"
Browse files Browse the repository at this point in the history
This reverts commit 0c372d3.
  • Loading branch information
ayeshLK committed Aug 2, 2024
1 parent 0c372d3 commit 481182e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 = "1.0.2"
version = "1.0.1"
authors = ["Ballerina"]
keywords = ["jms"]
repository = "https://github.com/ballerina-platform/module-ballerina-java.jms"
Expand All @@ -18,8 +18,8 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "java.jms-native"
version = "1.0.2"
path = "../native/build/libs/java.jms-native-1.0.2-SNAPSHOT.jar"
version = "1.0.1"
path = "../native/build/libs/java.jms-native-1.0.1.jar"

[[platform.java17.dependency]]
groupId = "org.slf4j"
Expand Down
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.2.3"
version = "1.2.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down Expand Up @@ -81,7 +81,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "java.jms"
version = "1.0.2"
version = "1.0.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.runtime"},
Expand Down

0 comments on commit 481182e

Please sign in to comment.