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
ThisaruGuruge committed Jan 31, 2025
1 parent 7f460fb commit 7af277f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
org = "ballerina"
name = "soap"
version = "2.1.0"
version = "2.2.0"
authors = ["Ballerina"]
export=["soap", "soap.soap11", "soap.soap12"]
keywords = ["soap"]
repository = "https://github.com/ballerina-platform/module-ballerina-soap"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.11.0-20241112-214900-6b80ab87"
distribution = "2201.11.0"

[build-options]
observabilityIncluded = true
Expand All @@ -19,8 +19,8 @@ graalvmCompatible = true
[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "soap-native"
version = "2.1.0"
path = "../native/build/libs/soap-native-2.1.0-SNAPSHOT.jar"
version = "2.2.0"
path = "../native/build/libs/soap-native-2.2.0-SNAPSHOT.jar"

[[platform.java21.dependency]]
groupId = "org.apache.wss4j"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.11.0-20241112-214900-6b80ab87"
distribution-version = "2201.11.0-20250127-101700-a4b67fe5"

[[package]]
org = "ballerina"
Expand Down

0 comments on commit 7af277f

Please sign in to comment.