Skip to content

Commit

Permalink
Merge pull request #24 from gayaldassanayake/u8-release
Browse files Browse the repository at this point in the history
Release v1.1.0 for Swan Lake Update 8
  • Loading branch information
gayaldassanayake authored Sep 19, 2023
2 parents 71ba735 + c57aea0 commit 1e43734
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
org = "ballerina"
name = "edi"
version = "1.0.7"
version = "1.1.0"
authors = ["Ballerina"]
keywords = ["edi"]
repository = "https://github.com/ballerina-platform/module-ballerina-edi"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.6.0"
distribution = "2201.8.0"
18 changes: 9 additions & 9 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.7.0"
distribution-version = "2201.8.0"

[[package]]
org = "ballerina"
name = "edi"
version = "1.0.7"
version = "1.1.0"
dependencies = [
{org = "ballerina", name = "file"},
{org = "ballerina", name = "io"},
Expand All @@ -25,7 +25,7 @@ modules = [
[[package]]
org = "ballerina"
name = "file"
version = "1.8.1"
version = "1.9.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -40,7 +40,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.5.0"
version = "1.6.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand Down Expand Up @@ -91,7 +91,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.8.0"
version = "2.9.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -105,15 +105,15 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.1.0"
version = "1.2.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "os"
version = "1.7.0"
version = "1.8.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -123,7 +123,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "regex"
version = "1.4.2"
version = "1.4.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.string"}
Expand All @@ -148,7 +148,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.3.0"
version = "2.4.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ keywords = ["edi"]
repository = "https://github.com/ballerina-platform/module-ballerina-edi"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.6.0"
distribution = "2201.8.0"
18 changes: 9 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.0.7
version=1.1.0

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=5.0.14
Expand All @@ -9,16 +9,16 @@ downloadPluginVersion=5.4.0
releasePluginVersion=2.8.0
ballerinaGradlePluginVersion=2.0.1

ballerinaLangVersion=2201.8.0-20230908-135700-74a59dff
ballerinaLangVersion=2201.8.0

#stdlib dependencies
stdlibIoVersion=1.6.0-20230911-134800-de06e28
stdlibLogVersion=2.9.0-20230911-150900-2f32c1a
stdlibFileVersion=1.9.0-20230911-153400-738b25e
stdlibIoVersion=1.6.0
stdlibLogVersion=2.9.0
stdlibFileVersion=1.9.0

#stdlib transitive dependencies
stdlibOsVersion=1.8.0-20230911-142700-b182bf4
stdlibTimeVersion=2.4.0-20230911-140200-7f96f1e
stdlibOsVersion=1.8.0
stdlibTimeVersion=2.4.0
stdlibRegexVersion=1.4.3
observeVersion=1.2.0-20230911-133500-b3d8db3
observeInternalVersion=1.2.0-20230911-141700-4c0454a
observeVersion=1.2.0
observeInternalVersion=1.2.0

0 comments on commit 1e43734

Please sign in to comment.