Skip to content

Commit

Permalink
Merge pull request #140 from ballerina-platform/release-2.0.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.0.0 release
  • Loading branch information
Nuvindu authored Oct 18, 2024
2 parents ab5b4de + e2cc65a commit a56ab16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.0"
path = "../native/build/libs/soap-native-2.0.0-SNAPSHOT.jar"
path = "../native/build/libs/soap-native-2.0.0.jar"

[[platform.java17.dependency]]
groupId = "org.apache.wss4j"
Expand Down
6 changes: 3 additions & 3 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 Expand Up @@ -314,7 +314,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.5.0"
version = "2.4.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=2.0.0-SNAPSHOT
version=2.0.1-SNAPSHOT

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=5.0.14
Expand Down

0 comments on commit a56ab16

Please sign in to comment.