Skip to content

Commit 7e3dc88

Browse files
committed
Prepare for 4.1.0 release with 2201.4.1
1 parent 71b73c2 commit 7e3dc88

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/dev-stg-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
./gradlew build
3737
3838
- name: Ballerina Build
39-
uses: ballerina-platform/ballerina-action/@2201.2.1
39+
uses: ballerina-platform/ballerina-action/@2201.4.1
4040
with:
4141
args:
4242
pack mongodb
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Push to Staging
4848
if: github.event.inputs.bal_central_environment == 'STAGE'
49-
uses: ballerina-platform/ballerina-action/@2201.2.1
49+
uses: ballerina-platform/ballerina-action/@2201.4.1
5050
with:
5151
args:
5252
push
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Push to Dev
5959
if: github.event.inputs.bal_central_environment == 'DEV'
60-
uses: ballerina-platform/ballerina-action/@2201.2.1
60+
uses: ballerina-platform/ballerina-action/@2201.4.1
6161
with:
6262
args:
6363
push

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
./gradlew build
2929
3030
- name: Ballerina Build
31-
uses: ballerina-platform/ballerina-action/@2201.2.1
31+
uses: ballerina-platform/ballerina-action/@2201.4.1
3232
with:
3333
args:
3434
pack mongodb
@@ -37,7 +37,7 @@ jobs:
3737
JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true
3838

3939
- name: Ballerina Push
40-
uses: ballerina-platform/ballerina-action/@2201.2.1
40+
uses: ballerina-platform/ballerina-action/@2201.4.1
4141
with:
4242
args:
4343
push

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
group=org.ballerinalang.mongodb
2-
version=4.0.0
3-
ballerinaLangVersion=2201.3.0-rc1
2+
version=4.1.0
3+
ballerinaLangVersion=2201.4.1

mongodb/Ballerina.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[package]
2-
distribution = "2201.3.0"
2+
distribution = "2201.4.1"
33
org = "ballerinax"
44
name = "mongodb"
5-
version = "4.0.0"
5+
version = "4.1.0"
66
license= ["Apache-2.0"]
77
authors = ["Ballerina"]
88
keywords = ["IT Operations/Databases", "Cost/Freemium"]
99
icon = "icon.png"
1010
repository = "https://github.com/ballerina-platform/module-ballerinax-mongodb"
1111

1212
[[platform.java11.dependency]]
13-
path = "../mongodb-native/build/libs/mongodb-native-4.0.0.jar"
13+
path = "../mongodb-native/build/libs/mongodb-native-4.1.0.jar"
1414
groupId = "org.ballerinalang"
1515
artifactId = "mongodb-native"
16-
version = "4.0.0"
16+
version = "4.1.0"
1717

1818
[[platform.java11.dependency]]
1919
groupId = "com.fasterxml.jackson.core"

mongodb/Package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The MongoDB connector allows you to connect to a MongoDB database from Ballerina
1010

1111
| | Version |
1212
|---------------------------|-----------------------------|
13-
| Ballerina Language | Swan Lake 2201.3.0 |
13+
| Ballerina Language | Swan Lake 2201.4.1 |
1414
| Mongo DB | 4.2.0 |
1515

1616
## Report issues

mongodb/tests/Ballerina.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| Ballerina Language Version | MongoDB Version |
44
| ----------------------------| ----------------|
5-
| 2201.3.0 | 4.2.0 |
5+
| 2201.4.1 | 4.2.0 |
66

77
## Running tests using Docker image of MongoDB
88

0 commit comments

Comments
 (0)