Skip to content

Commit

Permalink
Merge pull request #87 from SanduDS/main
Browse files Browse the repository at this point in the history
Update to Ballerina version 2201.3.1
  • Loading branch information
LakshanSS authored Jan 12, 2023
2 parents bfdc42b + b920e48 commit 35826eb
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-stg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
run: |
./gradlew build
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.3.1
with:
args: pack ./twitter
env:
JAVA_HOME: /usr/lib/jvm/default-jvm

- 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.3.1
with:
args: push
env:
Expand All @@ -50,7 +50,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.3.1
with:
args: push
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
run: |
./gradlew build
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.3.1
with:
args: pack ./twitter
env:
JAVA_HOME: /usr/lib/jvm/default-jvm

- name: Ballerina Push
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.3.1
with:
args: push
env:
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.caching=true
group=org.ballerinalang.twitter
version=2.3.0
ballerinaLangVersion=2201.3.0-rc1
version=2.3.1
ballerinaLangVersion=2201.3.1
8 changes: 4 additions & 4 deletions twitter/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
distribution = "2201.3.0"
distribution = "2201.3.1"
org = "ballerinax"
name = "twitter"
license= ["Apache-2.0"]
authors = ["Ballerina"]
version= "3.0.0"
version= "3.1.0"
export= ["twitter", "twitter.listener"]
repository = "https://github.com/ballerina-platform/module-ballerinax-twitter"
keywords = ["Marketing/Social Media Accounts", "Cost/Freemium"]
Expand All @@ -14,7 +14,7 @@ icon = "icon.png"
observability-included=true

[[platform.java11.dependency]]
path = "../java-wrapper/build/libs/java-wrapper-2.3.0.jar"
path = "../java-wrapper/build/libs/java-wrapper-2.3.1.jar"
groupId = "org.ballerinalang.twitter"
artifactId = "java-wrapper"
version = "2.3.0"
version = "2.3.1"
12 changes: 6 additions & 6 deletions twitter/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.5.0"
version = "2.5.2"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -201,7 +201,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.5.0"
version = "2.5.1"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -215,7 +215,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.5.0"
version = "2.5.1"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -237,7 +237,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.0.5"
version = "1.0.6"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -257,7 +257,7 @@ modules = [
[[package]]
org = "ballerina"
name = "regex"
version = "1.3.1"
version = "1.3.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.string"}
Expand Down Expand Up @@ -339,7 +339,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "twitter"
version = "3.0.0"
version = "3.1.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "http"},
Expand Down
2 changes: 1 addition & 1 deletion twitter/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This package provides the capability to perform Tweets and users related operati
### Compatibility
| | Version |
|---------------------|---------------------------|
| Ballerina Language | Swan Lake 2201.3.0 |
| Ballerina Language | Swan Lake 2201.3.1 |
| Twitter API | V1.1 |

## Report issues
Expand Down

0 comments on commit 35826eb

Please sign in to comment.