Skip to content

Commit

Permalink
Merge pull request #76 from LakshanSS/slbeta3
Browse files Browse the repository at this point in the history
[SLBeta3] Prepare for v2.0.0 release
  • Loading branch information
LakshanSS authored Oct 14, 2021
2 parents 76d6498 + 4655f70 commit cc02bd0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 69 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
./gradlew build
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@nightly
uses: ballerina-platform/ballerina-action@slbeta3
with:
args:
build -c
Expand Down
62 changes: 0 additions & 62 deletions .github/workflows/daily-build.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
./gradlew build
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@nightly
uses: ballerina-platform/ballerina-action@slbeta3
with:
args:
build -c
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
./gradlew build
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@master
uses: ballerina-platform/ballerina-action@slbeta3
with:
args:
build -c --skip-tests ./slack
Expand All @@ -32,7 +32,7 @@ jobs:
SLACK_USERNAME: ${{ secrets.SLACK_USERNAME }}
JAVA_HOME: /usr/lib/jvm/default-jvm
- name: Ballerina Push
uses: ballerina-platform/ballerina-action/@master
uses: ballerina-platform/ballerina-action@slbeta3
with:
args:
push
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group=io.ballerinax.slack
version=0.9.9-SNAPSHOT
version=2.0.0
ballerinaLangVersion=2.0.0-beta.3
4 changes: 2 additions & 2 deletions slack/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["Communication/Team Chat", "Cost/Freemium"]
repository = "https://github.com/ballerina-platform/module-ballerinax-slack"

[[platform.java11.dependency]]
path = "../java-wrapper/build/libs/java-wrapper-0.9.9-SNAPSHOT.jar"
path = "../java-wrapper/build/libs/java-wrapper-2.0.0.jar"
groupId = "io.ballerinax.slack"
artifactId = "java-wrapper"
version = "0.9.9-SNAPSHOT"
version = "2.0.0"

0 comments on commit cc02bd0

Please sign in to comment.