From f7dc848591853960cd23bc97404f96811b18ef88 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Tue, 28 Nov 2023 15:19:24 +0530 Subject: [PATCH 1/2] [Automated] Update the toml files --- ballerina/Ballerina.toml | 6 +++--- ballerina/Dependencies.toml | 16 +--------------- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index a69468c..6c05ea3 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -2,7 +2,7 @@ distribution = "2201.7.0" org = "ballerinax" name = "mongodb" -version = "4.3.0" +version = "5.0.0-SNAPSHOT" license= ["Apache-2.0"] authors = ["Ballerina"] keywords = ["IT Operations/Databases", "Cost/Freemium"] @@ -13,10 +13,10 @@ repository = "https://github.com/ballerina-platform/module-ballerinax-mongodb" graalvmCompatible = true [[platform.java17.dependency]] -path = "../native/build/libs/mongodb-native-4.3.0.jar" +path = "../native/build/libs/mongodb-native-5.0.0-SNAPSHOT.jar" groupId = "org.ballerinalang" artifactId = "mongodb-native" -version = "4.3.0" +version = "5.0.0-SNAPSHOT" [[platform.java17.dependency]] groupId = "com.fasterxml.jackson.core" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index c38aa8a..52cc9b1 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -79,19 +79,6 @@ dependencies = [ {org = "ballerina", name = "jballerina.java"} ] -[[package]] -org = "ballerina" -name = "os" -version = "1.8.0" -scope = "testOnly" -dependencies = [ - {org = "ballerina", name = "io"}, - {org = "ballerina", name = "jballerina.java"} -] -modules = [ - {org = "ballerina", packageName = "os", moduleName = "os"} -] - [[package]] org = "ballerina" name = "test" @@ -116,12 +103,11 @@ dependencies = [ [[package]] org = "ballerinax" name = "mongodb" -version = "4.3.0" +version = "5.0.0-SNAPSHOT" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "log"}, - {org = "ballerina", name = "os"}, {org = "ballerina", name = "test"} ] modules = [ From fd59d68900a4493febf7c6798c9c0775ca08f7ae Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Tue, 28 Nov 2023 16:04:15 +0530 Subject: [PATCH 2/2] Update the workflow template --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 867399c..39be997 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI +name: Build on: push: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 343484c..2e3636f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: call_workflow: name: Run Release Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-standard-library/.github/workflows/release-package-template.yml@main + uses: ballerina-platform/ballerina-standard-library/.github/workflows/release-package-connector-template.yml@main secrets: inherit with: package-name: mongodb