Skip to content

Commit

Permalink
Merge pull request #150 from abeykoon/update_bal_version
Browse files Browse the repository at this point in the history
Update ballerina lang version to 2201.2.3
  • Loading branch information
LakshanSS authored Nov 30, 2022
2 parents 68cdd89 + 543405c commit 50214c8
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@ jobs:
- name: Maven Build
run: mvn clean install
- name: Ballerina Download
run: sudo wget https://dist.ballerina.io/downloads/2201.2.1/ballerina-2201.2.1-swan-lake.zip
run: sudo wget https://dist.ballerina.io/downloads/2201.2.3/ballerina-2201.2.3-swan-lake.zip
- name: Use Ballerina zip version
run: sudo apt-get install -y unzip
- run: sudo unzip ballerina-2201.2.1-swan-lake.zip
- run: sudo unzip ballerina-2201.2.3-swan-lake.zip
env:
JAVA_HOME: /usr/lib/jvm/default-jvm
JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true
- name: Ballerina Build
run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.2.1-swan-lake/bin/bal pack redis
run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.2.3-swan-lake/bin/bal pack redis
- name: Ballerina Test
run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.2.1-swan-lake/bin/bal test --code-coverage redis
run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.2.3-swan-lake/bin/bal test --code-coverage redis

# Read the ballerina test results
- name: Read Ballerina Test Results
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,17 @@ jobs:
- name: Maven Build
run: mvn clean install
- name: Ballerina Download
run: sudo wget https://dist.ballerina.io/downloads/2201.2.1/ballerina-2201.2.1-swan-lake.zip
run: sudo wget https://dist.ballerina.io/downloads/2201.2.3/ballerina-2201.2.3-swan-lake.zip
- name: Use Ballerina zip version
run: sudo apt-get install -y unzip
- run: sudo unzip ballerina-2201.2.1-swan-lake.zip
- run: sudo unzip ballerina-2201.2.3-swan-lake.zip
env:
JAVA_HOME: /usr/lib/jvm/default-jvm
JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true
- name: Ballerina Build
run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.2.1-swan-lake/bin/bal pack redis
run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.2.3-swan-lake/bin/bal pack redis
- name: Ballerina Test
run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.2.1-swan-lake/bin/bal test --code-coverage redis
run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.2.3-swan-lake/bin/bal test --code-coverage redis

# Read the ballerina test results
- name: Read Ballerina Test Results
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dev-stg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Maven Build
run: mvn clean install
- name: Ballerina Build
uses: ballerina-platform/ballerina-action@2201.2.1
uses: ballerina-platform/ballerina-action@2201.2.3
with:
args:
pack redis
Expand All @@ -94,7 +94,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.2.3
with:
args:
push
Expand All @@ -105,7 +105,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.2.3
with:
args:
push
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
- name: Maven Build
run: mvn clean install
- name: Ballerina Download
run: sudo wget https://dist.ballerina.io/downloads/2201.2.1/ballerina-2201.2.1-swan-lake.zip
run: sudo wget https://dist.ballerina.io/downloads/2201.2.3/ballerina-2201.2.3-swan-lake.zip
- name: Use Ballerina zip version
run: sudo apt-get install -y unzip
- run: sudo unzip ballerina-2201.2.1-swan-lake.zip
- run: sudo unzip ballerina-2201.2.3-swan-lake.zip
env:
JAVA_HOME: /usr/lib/jvm/default-jvm
JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true
- name: Ballerina Build
run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.2.1-swan-lake/bin/bal build redis
run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.2.3-swan-lake/bin/bal build redis
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ jobs:
- name: Maven Build
run: mvn clean install
- name: Ballerina Build
uses: ballerina-platform/ballerina-action@2201.2.1
uses: ballerina-platform/ballerina-action@2201.2.3
with:
args:
pack redis
env:
JAVA_HOME: /usr/lib/jvm/default-jvm
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.2.3
with:
args:
push
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@

<properties>
<project.scm.id>my-scm-server</project.scm.id>
<ballerina.version>2201.2.1</ballerina.version>
<ballerina.version>2201.2.3</ballerina.version>
<mvn.processor.plugin.version>2.2.4</mvn.processor.plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.checkstyle.plugin.version>2.17</maven.checkstyle.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion redis/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.0.5"
version = "1.0.6"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down
2 changes: 1 addition & 1 deletion redis/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This package provides the capability to access Redis and it provides the functio
### Compatibility
| | Version |
|---------------------|--------------------|
| Ballerina Language | Swan Lake 2201.2.1 |
| Ballerina Language | Swan Lake 2201.2.3 |

## Report issues
To report bugs, request new features, start new discussions, view project boards, etc., go to the [Ballerina Extended Library repository](https://github.com/ballerina-platform/ballerina-extended-library)
Expand Down

0 comments on commit 50214c8

Please sign in to comment.