Skip to content

Commit

Permalink
Prepare for 4.1.0 release with 2201.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshanSS committed May 3, 2023
1 parent 71b73c2 commit 7e3dc88
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-stg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
./gradlew build
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args:
pack mongodb
Expand All @@ -46,7 +46,7 @@ jobs:

- name: Push to Staging
if: github.event.inputs.bal_central_environment == 'STAGE'
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args:
push
Expand All @@ -57,7 +57,7 @@ jobs:

- name: Push to Dev
if: github.event.inputs.bal_central_environment == 'DEV'
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args:
push
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
./gradlew build
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args:
pack mongodb
Expand All @@ -37,7 +37,7 @@ jobs:
JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true

- name: Ballerina Push
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args:
push
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group=org.ballerinalang.mongodb
version=4.0.0
ballerinaLangVersion=2201.3.0-rc1
version=4.1.0
ballerinaLangVersion=2201.4.1
8 changes: 4 additions & 4 deletions mongodb/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[package]
distribution = "2201.3.0"
distribution = "2201.4.1"
org = "ballerinax"
name = "mongodb"
version = "4.0.0"
version = "4.1.0"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["IT Operations/Databases", "Cost/Freemium"]
icon = "icon.png"
repository = "https://github.com/ballerina-platform/module-ballerinax-mongodb"

[[platform.java11.dependency]]
path = "../mongodb-native/build/libs/mongodb-native-4.0.0.jar"
path = "../mongodb-native/build/libs/mongodb-native-4.1.0.jar"
groupId = "org.ballerinalang"
artifactId = "mongodb-native"
version = "4.0.0"
version = "4.1.0"

[[platform.java11.dependency]]
groupId = "com.fasterxml.jackson.core"
Expand Down
2 changes: 1 addition & 1 deletion mongodb/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The MongoDB connector allows you to connect to a MongoDB database from Ballerina

| | Version |
|---------------------------|-----------------------------|
| Ballerina Language | Swan Lake 2201.3.0 |
| Ballerina Language | Swan Lake 2201.4.1 |
| Mongo DB | 4.2.0 |

## Report issues
Expand Down
2 changes: 1 addition & 1 deletion mongodb/tests/Ballerina.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| Ballerina Language Version | MongoDB Version |
| ----------------------------| ----------------|
| 2201.3.0 | 4.2.0 |
| 2201.4.1 | 4.2.0 |

## Running tests using Docker image of MongoDB

Expand Down

0 comments on commit 7e3dc88

Please sign in to comment.