Skip to content

Commit

Permalink
Merge pull request #120 from LakshanSS/beta2-release
Browse files Browse the repository at this point in the history
Bump versions for slbeta2 release of the connector
  • Loading branch information
abeykoon authored Aug 11, 2021
2 parents 50ddd6c + 08f5453 commit a3f64ea
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 102 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
./gradlew build
- name: Ballerina Build W/O tests
uses: ballerina-platform/ballerina-action/@nightly
uses: ballerina-platform/ballerina-action@slbeta2
with:
args:
build --skip-tests -c mongodb
env:
JAVA_HOME: /usr/lib/jvm/default-jvm
JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true
- name: Ballerina Build W/ tests
uses: ballerina-platform/ballerina-action/@nightly
uses: ballerina-platform/ballerina-action@slbeta2
with:
args:
test --groups mongodb mongodb
Expand All @@ -51,7 +51,7 @@ jobs:
MONGODB_USER: admin
MONGODB_PASSWORD: admin
- name: Ballerina Build W/ tests (SSL)
uses: ballerina-platform/ballerina-action/@nightly
uses: ballerina-platform/ballerina-action@slbeta2
with:
args:
test --groups mongodb-ssl
Expand Down
85 changes: 0 additions & 85 deletions .github/workflows/daily-build.yml

This file was deleted.

12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
./gradlew build
- name: Ballerina Build W/ tests
uses: ballerina-platform/ballerina-action/@master
uses: ballerina-platform/ballerina-action@slbeta2
with:
args:
test --groups mongodb mongodb
Expand All @@ -44,7 +44,7 @@ jobs:
MONGODB_USER: admin
MONGODB_PASSWORD: admin
- name: Ballerina Build W/ tests (SSL)
uses: ballerina-platform/ballerina-action/@master
uses: ballerina-platform/ballerina-action@slbeta2
with:
args:
test --groups mongodb-ssl
Expand All @@ -55,18 +55,18 @@ jobs:
MONGODB_HOST: mongodb-ssl
MONGODB_USER: C=US,ST=CA,L=San Francisco,O=Jaspersoft,OU=JSDev,CN=admin
- name: Ballerina Build W/O tests
uses: ballerina-platform/ballerina-action/@master
uses: ballerina-platform/ballerina-action@slbeta2
with:
args:
build --skip-tests -c mongodb
env:
JAVA_HOME: /usr/lib/jvm/default-jvm
JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true
- name: Ballerina Push
uses: ballerina-platform/ballerina-action/@master
uses: ballerina-platform/ballerina-action@slbeta2
with:
args:
push
args:
push
env:
JAVA_HOME: /usr/lib/jvm/default-jvm
WORKING_DIR: ./mongodb
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=2.0.8-SNAPSHOT
ballerinaLangVersion=2.0.0-beta.3-20210806-171900-93ef6b5f
version=2.1.0
ballerinaLangVersion=2.0.0-beta.2.1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Constants used in the module-mongodb.
*/
public class MongoDBConstants {
public static final Module BAL_PACKAGE = new Module("ballerinax", "mongodb", "2.0.8-SNAPSHOT");
public static final Module BAL_PACKAGE = new Module("ballerinax", "mongodb", "2.1.0");

/**
* Constants related to `mongodb:DatabaseError`.
Expand Down
6 changes: 3 additions & 3 deletions mongodb/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
org = "ballerinax"
name = "mongodb"
version = "2.0.8-SNAPSHOT"
version = "2.1.0"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["MongoDB", "NoSQL"]
repository = "https://github.com/ballerina-platform/module-ballerinax-mongodb"

[[platform.java11.dependency]]
path = "../mongodb-native/build/libs/mongodb-native-2.0.8-SNAPSHOT-all.jar"
path = "../mongodb-native/build/libs/mongodb-native-2.1.0-all.jar"
groupId = "org.ballerinalang"
artifactId = "mongodb-native"
version = "2.0.8-SNAPSHOT"
version = "2.1.0"
2 changes: 0 additions & 2 deletions mongodb/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ version = "0.7.0-beta.2"
org = "ballerina"
name = "os"
version = "0.8.0-beta.2"


0 comments on commit a3f64ea

Please sign in to comment.