Skip to content

Commit

Permalink
Merge pull request #80 from ballerina-platform/release-0.1.2
Browse files Browse the repository at this point in the history
[Automated] Sync master after 0.1.2 release
  • Loading branch information
ayeshLK committed Jul 28, 2023
2 parents 9d52cf9 + 303f329 commit a9b7a7d
Show file tree
Hide file tree
Showing 3 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 = "0.1.1"
version = "0.1.2"
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.1"
path = "../native/build/libs/java.jms-native-0.1.1.jar"
version = "0.1.2"
path = "../native/build/libs/java.jms-native-0.1.2.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.1"
version = "0.1.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "log"}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=0.1.2-SNAPSHOT
version=0.1.3-SNAPSHOT
ballerinaLangVersion=2201.6.0

checkstylePluginVersion=8.18
Expand Down

0 comments on commit a9b7a7d

Please sign in to comment.