Skip to content

Commit

Permalink
Merge pull request #233 from ThisaruGuruge/master
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisaruGuruge authored Nov 28, 2023
2 parents 326b267 + fd59d68 commit 72f9c4d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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"
Expand Down
16 changes: 1 addition & 15 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 = [
Expand Down

0 comments on commit 72f9c4d

Please sign in to comment.