diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c02166e..9ed9c49e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,17 +73,17 @@ jobs: - name: Maven Build run: mvn clean install - name: Ballerina Download - run: sudo wget https://dist.ballerina.io/downloads/2201.3.1/ballerina-2201.3.1-swan-lake.zip + run: sudo wget https://dist.ballerina.io/downloads/2201.7.0/ballerina-2201.7.0-swan-lake.zip - name: Use Ballerina zip version run: sudo apt-get install -y unzip - - run: sudo unzip ballerina-2201.3.1-swan-lake.zip + - run: sudo unzip ballerina-2201.7.0-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.3.1-swan-lake/bin/bal pack redis + run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.7.0-swan-lake/bin/bal pack redis - name: Ballerina Test - run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.3.1-swan-lake/bin/bal test --code-coverage redis + run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.7.0-swan-lake/bin/bal test --code-coverage redis # Read the ballerina test results - name: Read Ballerina Test Results diff --git a/.github/workflows/daily-build.yml b/.github/workflows/daily-build.yml index 551082b7..9f042cbe 100644 --- a/.github/workflows/daily-build.yml +++ b/.github/workflows/daily-build.yml @@ -76,17 +76,17 @@ jobs: - name: Maven Build run: mvn clean install - name: Ballerina Download - run: sudo wget https://dist.ballerina.io/downloads/2201.3.1/ballerina-2201.3.1-swan-lake.zip + run: sudo wget https://dist.ballerina.io/downloads/2201.7.0/ballerina-2201.7.0-swan-lake.zip - name: Use Ballerina zip version run: sudo apt-get install -y unzip - - run: sudo unzip ballerina-2201.3.1-swan-lake.zip + - run: sudo unzip ballerina-2201.7.0-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.3.1-swan-lake/bin/bal pack redis + run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.7.0-swan-lake/bin/bal pack redis - name: Ballerina Test - run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.3.1-swan-lake/bin/bal test --code-coverage redis + run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.7.0-swan-lake/bin/bal test --code-coverage redis # Read the ballerina test results - name: Read Ballerina Test Results diff --git a/.github/workflows/dev-stg-release.yml b/.github/workflows/dev-stg-release.yml index 84e6c78b..0846d552 100644 --- a/.github/workflows/dev-stg-release.yml +++ b/.github/workflows/dev-stg-release.yml @@ -84,7 +84,7 @@ jobs: - name: Maven Build run: mvn clean install - name: Ballerina Build - uses: ballerina-platform/ballerina-action@2201.3.1 + uses: ballerina-platform/ballerina-action@2201.7.0 with: args: pack redis @@ -94,7 +94,7 @@ jobs: - name: Push to Staging if: github.event.inputs.bal_central_environment == 'STAGE' - uses: ballerina-platform/ballerina-action@2201.3.1 + uses: ballerina-platform/ballerina-action@2201.7.0 with: args: push @@ -105,7 +105,7 @@ jobs: - name: Push to Dev if: github.event.inputs.bal_central_environment == 'DEV' - uses: ballerina-platform/ballerina-action@2201.3.1 + uses: ballerina-platform/ballerina-action@2201.7.0 with: args: push diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index fc55a19d..d0d7cfda 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -50,12 +50,12 @@ jobs: - name: Maven Build run: mvn clean install - name: Ballerina Download - run: sudo wget https://dist.ballerina.io/downloads/2201.3.1/ballerina-2201.3.1-swan-lake.zip + run: sudo wget https://dist.ballerina.io/downloads/2201.7.0/ballerina-2201.7.0-swan-lake.zip - name: Use Ballerina zip version run: sudo apt-get install -y unzip - - run: sudo unzip ballerina-2201.3.1-swan-lake.zip + - run: sudo unzip ballerina-2201.7.0-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.3.1-swan-lake/bin/bal build redis + run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.7.0-swan-lake/bin/bal build redis diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6f5fc48..fe446f38 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: - name: Maven Build run: mvn clean install - name: Ballerina Build - uses: ballerina-platform/ballerina-action@2201.3.1 + uses: ballerina-platform/ballerina-action@2201.7.0 with: args: pack redis @@ -85,7 +85,7 @@ jobs: JAVA_HOME: /usr/lib/jvm/default-jvm JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true - name: Ballerina Push - uses: ballerina-platform/ballerina-action@2201.3.1 + uses: ballerina-platform/ballerina-action@2201.7.0 with: args: push diff --git a/redis/Ballerina.toml b/redis/Ballerina.toml index 46eb621d..d48dbe9c 100644 --- a/redis/Ballerina.toml +++ b/redis/Ballerina.toml @@ -1,5 +1,5 @@ [package] -distribution = "2201.3.1" +distribution = "2201.7.0" org="ballerinax" name = "redis" version="2.5.0" diff --git a/redis/Dependencies.toml b/redis/Dependencies.toml deleted file mode 100644 index f4cb3840..00000000 --- a/redis/Dependencies.toml +++ /dev/null @@ -1,98 +0,0 @@ -# AUTO-GENERATED FILE. DO NOT MODIFY. - -# This file is auto-generated by Ballerina for managing dependency versions. -# It should not be modified by hand. - -[ballerina] -dependencies-toml-version = "2" - -[[package]] -org = "ballerina" -name = "io" -version = "1.3.1" -scope = "testOnly" -dependencies = [ - {org = "ballerina", name = "jballerina.java"}, - {org = "ballerina", name = "lang.value"} -] - -[[package]] -org = "ballerina" -name = "jballerina.java" -version = "0.0.0" -modules = [ - {org = "ballerina", packageName = "jballerina.java", moduleName = "jballerina.java"} -] - -[[package]] -org = "ballerina" -name = "lang.runtime" -version = "0.0.0" -scope = "testOnly" -dependencies = [ - {org = "ballerina", name = "jballerina.java"} -] -modules = [ - {org = "ballerina", packageName = "lang.runtime", moduleName = "lang.runtime"} -] - -[[package]] -org = "ballerina" -name = "lang.value" -version = "0.0.0" -scope = "testOnly" -dependencies = [ - {org = "ballerina", name = "jballerina.java"} -] - -[[package]] -org = "ballerina" -name = "log" -version = "2.5.1" -scope = "testOnly" -dependencies = [ - {org = "ballerina", name = "io"}, - {org = "ballerina", name = "jballerina.java"}, - {org = "ballerina", name = "lang.value"}, - {org = "ballerina", name = "observe"} -] -modules = [ - {org = "ballerina", packageName = "log", moduleName = "log"} -] - -[[package]] -org = "ballerina" -name = "observe" -version = "1.0.6" -scope = "testOnly" -dependencies = [ - {org = "ballerina", name = "jballerina.java"} -] - -[[package]] -org = "ballerina" -name = "test" -version = "0.0.0" -scope = "testOnly" -dependencies = [ - {org = "ballerina", name = "jballerina.java"} -] -modules = [ - {org = "ballerina", packageName = "test", moduleName = "test"} -] - -[[package]] -org = "ballerinax" -name = "redis" -version = "2.3.2" -dependencies = [ - {org = "ballerina", name = "jballerina.java"}, - {org = "ballerina", name = "lang.runtime"}, - {org = "ballerina", name = "log"}, - {org = "ballerina", name = "test"} -] -modules = [ - {org = "ballerinax", packageName = "redis", moduleName = "redis"} -] - -