Skip to content

Commit

Permalink
Merge branch 'ballerina-platform:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuvindu authored Oct 17, 2023
2 parents 20a6ffd + 0d9f73d commit 0d80434
Show file tree
Hide file tree
Showing 4 changed files with 6 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 = "0.8.0"
path = "../native/build/libs/soap-native-0.8.0-SNAPSHOT.jar"
path = "../native/build/libs/soap-native-0.8.0.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 @@ -22,7 +22,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.7.1"
version = "3.7.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -64,7 +64,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.10.3"
version = "2.10.1"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ This file contains all the notable changes done to the Ballerina SOAP package th

## [Unreleased]

## [0.8.0] - 2023-10-16

### Added
- [Introduce soap standard library module](https://github.com/ballerina-platform/ballerina-standard-library/issues/4500)
- [Introduce basic soap client](https://github.com/ballerina-platform/ballerina-standard-library/issues/4618)
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=0.8.0-SNAPSHOT
version=0.8.1-SNAPSHOT

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=5.0.14
Expand Down

0 comments on commit 0d80434

Please sign in to comment.