Skip to content

Commit

Permalink
Merge pull request #415 from sahanHe/Discord-server
Browse files Browse the repository at this point in the history
Replace slack channel link with discord server link
  • Loading branch information
kalaiyarasiganeshalingam committed Oct 14, 2022
2 parents 5cfe27c + d5cff16 commit 5331a36
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ All contributors are encouraged to read the [Ballerina Code of Conduct](https://

## Useful links

* Chat live with us via our [Slack channel](https://ballerina.io/community/slack/).
* Chat live with us via our [Discord server](https://discord.gg/ballerinalang).
* Post all technical questions on Stack Overflow with the [#ballerina](https://stackoverflow.com/questions/tagged/ballerina) tag.
* For more information go to [the Java arrays Package](https://lib.ballerina.io/ballerina/jballerina.java.arrays/latest).
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "jballerina.java.arrays"
version = "1.2.2"
version = "1.2.3"
authors = ["Ballerina"]
keywords = ["java", "arrays"]
repository = "https://github.com/ballerina-platform/module-ballerina-jballerina.java.arrays"
Expand All @@ -10,6 +10,6 @@ license = ["Apache-2.0"]
distribution = "2201.0.4"

[[platform.java11.dependency]]
path = "../test-utils/build/libs/jballerina.java.arrays-test-utils-1.2.2.jar"
version = "1.2.2"
path = "../test-utils/build/libs/jballerina.java.arrays-test-utils-1.2.3-SNAPSHOT.jar"
version = "1.2.3-SNAPSHOT"
scope = "testOnly"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ modules = [
[[package]]
org = "ballerina"
name = "jballerina.java.arrays"
version = "1.2.2"
version = "1.2.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "test"}
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ To report bugs, request new features, start new discussions, view project boards

## Useful links

- Chat live with us via our <a target="_blank" href="https://ballerina.io/community/slack/">Slack channel</a>.
- Chat live with us via our <a target="_blank" href="https://discord.gg/ballerinalang">Discord serverl</a>.
- Post all technical questions on Stack Overflow with the <a target="_blank" href="https://stackoverflow.com/questions/tagged/ballerina">#ballerina</a> tag.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This file contains all the notable changes done to the Ballerina time package th
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- [API docs updated](https://github.com/ballerina-platform/ballerina-standard-library/issues/3463)

## [0.10.0-alpha6] - 2021-04-02

### Changed
Expand Down

0 comments on commit 5331a36

Please sign in to comment.