From 96114c0dfef08e3d9553357be473dcca48c5ccd1 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Mon, 16 Oct 2023 13:31:41 +0530 Subject: [PATCH 1/3] Update the module version to 0.8.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1f9d13f..f4d8af6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=0.2.0-SNAPSHOT +version=0.8.0-SNAPSHOT checkstylePluginVersion=10.12.0 spotbugsPluginVersion=5.0.14 From 64bc2b1c116c6083e946bd252d01f1d8f3e859f1 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Mon, 16 Oct 2023 13:32:43 +0530 Subject: [PATCH 2/3] Remove the platform type --- ballerina/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/ballerina/build.gradle b/ballerina/build.gradle index 1dd32e3..617b705 100644 --- a/ballerina/build.gradle +++ b/ballerina/build.gradle @@ -61,7 +61,6 @@ ballerina { module = packageName langVersion = ballerinaLangVersion testCoverageParam = "--code-coverage --coverage-format=xml --includes=io.ballerina.stdlib.soap.*:ballerina.soap*" - platform = "any" } task updateTomlFiles { From d1c0447e3607ec4e58dc6ee98beec1905f4ca8ad Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Mon, 16 Oct 2023 13:52:30 +0530 Subject: [PATCH 3/3] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 6 +++--- ballerina/Dependencies.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 2b70fd9..39d6ca3 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "soap" -version = "0.2.0" +version = "0.8.0" authors = ["Ballerina"] export=["soap", "soap.soap11", "soap.soap12"] keywords = ["soap"] @@ -19,8 +19,8 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "soap-native" -version = "0.2.0" -path = "../native/build/libs/soap-native-0.2.0-SNAPSHOT.jar" +version = "0.8.0" +path = "../native/build/libs/soap-native-0.8.0-SNAPSHOT.jar" [[platform.java17.dependency]] groupId = "org.apache.wss4j" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 7b1c154..8c0ee76 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -269,7 +269,7 @@ dependencies = [ [[package]] org = "ballerina" name = "soap" -version = "0.2.0" +version = "0.8.0" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "http"},