Skip to content

Commit

Permalink
Merge pull request #143 from ballerina-platform/release-2.0.1
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.0.1 release
  • Loading branch information
Nuvindu authored Oct 21, 2024
2 parents 3be388f + cf0ff59 commit dacf8c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "soap-native"
version = "2.0.1"
path = "../native/build/libs/soap-native-2.0.1-SNAPSHOT.jar"
path = "../native/build/libs/soap-native-2.0.1.jar"

[[platform.java17.dependency]]
groupId = "org.apache.wss4j"
Expand Down
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.12.1"
version = "2.12.0"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -227,7 +227,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.10.1"
version = "2.10.0"
dependencies = [
{org = "ballerina", name = "io"},
{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=2.0.1-SNAPSHOT
version=2.0.2-SNAPSHOT

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=5.0.14
Expand Down

0 comments on commit dacf8c5

Please sign in to comment.