Skip to content

Commit

Permalink
[Automated] Sync master after 1.1.0 release (#139)
Browse files Browse the repository at this point in the history
* [Automated] Update the native jar versions

* [Gradle Release Plugin] - pre tag commit:  'v1.1.0'.

* [Gradle Release Plugin] - new version commit:  'v1.1.1-SNAPSHOT'.

---------

Co-authored-by: ballerina-bot <ballerina-bot@ballerina.org>
  • Loading branch information
ballerina-bot and ballerina-bot authored Feb 18, 2025
1 parent a5d74b9 commit ed9685f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1.0"
path = "../native/build/libs/java.jms-native-1.1.0-SNAPSHOT.jar"
path = "../native/build/libs/java.jms-native-1.1.0.jar"

[[platform.java21.dependency]]
groupId = "org.slf4j"
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.1.0-SNAPSHOT
version=1.1.1-SNAPSHOT
ballerinaLangVersion=2201.11.0

checkstylePluginVersion=10.12.1
Expand Down

0 comments on commit ed9685f

Please sign in to comment.