Skip to content

Commit

Permalink
Merge pull request #125 from ballerina-platform/release-1.0.1
Browse files Browse the repository at this point in the history
[Automated] Sync master after 1.0.1 release
  • Loading branch information
ayeshLK authored Mar 20, 2024
2 parents e1c5aed + 09af421 commit 7597c5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "java.jms-native"
version = "1.0.1"
path = "../native/build/libs/java.jms-native-1.0.1-SNAPSHOT.jar"
path = "../native/build/libs/java.jms-native-1.0.1.jar"

[[platform.java17.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 @@ -39,7 +39,7 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.2.2"
version = "1.2.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
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=1.0.1-SNAPSHOT
version=1.0.2-SNAPSHOT
ballerinaLangVersion=2201.8.0

checkstylePluginVersion=10.12.1
Expand Down

0 comments on commit 7597c5e

Please sign in to comment.