Skip to content

Commit

Permalink
Merge pull request #39 from SasinduDilshara/update-u11-dependencies
Browse files Browse the repository at this point in the history
Update u11 dependencies with 0.7.0
  • Loading branch information
RDPerera authored Nov 27, 2024
2 parents b9be90f + 3c39246 commit 4aa1acb
Show file tree
Hide file tree
Showing 25 changed files with 53 additions and 53 deletions.
4 changes: 2 additions & 2 deletions ballerina-tests/constraint-validation-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
org = "ballerina"
name = "constraint_validation_tests"
version = "0.4.0"
version = "0.7.0"

[[dependency]]
org = "ballerina"
name = "csv_commons"
repository = "local"
version = "0.4.0"
version = "0.7.0"

[platform.java21]
graalvmCompatible = true
Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/constraint-validation-tests/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ modules = [
[[package]]
org = "ballerina"
name = "constraint_validation_tests"
version = "0.4.0"
version = "0.7.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "data.csv"},
Expand All @@ -35,7 +35,7 @@ modules = [
[[package]]
org = "ballerina"
name = "data.csv"
version = "0.4.0"
version = "0.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/csv-commons/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "csv_commons"
version = "0.4.0"
version = "0.7.0"

[platform.java17]
[platform.java21]
graalvmCompatible = true
2 changes: 1 addition & 1 deletion ballerina-tests/csv-commons/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.11.0-20241121-075100-c4c87cbc"
[[package]]
org = "ballerina"
name = "csv_commons"
version = "0.4.0"
version = "0.7.0"
modules = [
{org = "ballerina", packageName = "csv_commons", moduleName = "csv_commons"}
]
Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/parse-list-types-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
org = "ballerina"
name = "parse_list_types_tests"
version = "0.4.0"
version = "0.7.0"

[[dependency]]
org = "ballerina"
name = "csv_commons"
repository = "local"
version = "0.4.0"
version = "0.7.0"

[platform.java21]
graalvmCompatible = true
Expand Down
6 changes: 3 additions & 3 deletions ballerina-tests/parse-list-types-tests/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.11.0-20241121-075100-c4c87cbc"
[[package]]
org = "ballerina"
name = "csv_commons"
version = "0.4.0"
version = "0.7.0"
scope = "testOnly"
modules = [
{org = "ballerina", packageName = "csv_commons", moduleName = "csv_commons"}
Expand All @@ -19,7 +19,7 @@ modules = [
[[package]]
org = "ballerina"
name = "data.csv"
version = "0.4.0"
version = "0.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down Expand Up @@ -72,7 +72,7 @@ scope = "testOnly"
[[package]]
org = "ballerina"
name = "parse_list_types_tests"
version = "0.4.0"
version = "0.7.0"
dependencies = [
{org = "ballerina", name = "csv_commons"},
{org = "ballerina", name = "data.csv"},
Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/parse-record-types-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
org = "ballerina"
name = "parse_record_types_tests"
version = "0.4.0"
version = "0.7.0"

[[dependency]]
org = "ballerina"
name = "csv_commons"
repository = "local"
version = "0.4.0"
version = "0.7.0"

[platform.java21]
graalvmCompatible = true
Expand Down
6 changes: 3 additions & 3 deletions ballerina-tests/parse-record-types-tests/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.11.0-20241121-075100-c4c87cbc"
[[package]]
org = "ballerina"
name = "csv_commons"
version = "0.4.0"
version = "0.7.0"
scope = "testOnly"
modules = [
{org = "ballerina", packageName = "csv_commons", moduleName = "csv_commons"}
Expand All @@ -19,7 +19,7 @@ modules = [
[[package]]
org = "ballerina"
name = "data.csv"
version = "0.4.0"
version = "0.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down Expand Up @@ -72,7 +72,7 @@ scope = "testOnly"
[[package]]
org = "ballerina"
name = "parse_record_types_tests"
version = "0.4.0"
version = "0.7.0"
dependencies = [
{org = "ballerina", name = "csv_commons"},
{org = "ballerina", name = "data.csv"},
Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/parse-string-array-types-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
org = "ballerina"
name = "parse_string_array_types_tests"
version = "0.4.0"
version = "0.7.0"

[[dependency]]
org = "ballerina"
name = "csv_commons"
repository = "local"
version = "0.4.0"
version = "0.7.0"

[platform.java21]
graalvmCompatible = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.11.0-20241121-075100-c4c87cbc"
[[package]]
org = "ballerina"
name = "csv_commons"
version = "0.4.0"
version = "0.7.0"
scope = "testOnly"
modules = [
{org = "ballerina", packageName = "csv_commons", moduleName = "csv_commons"}
Expand All @@ -19,7 +19,7 @@ modules = [
[[package]]
org = "ballerina"
name = "data.csv"
version = "0.4.0"
version = "0.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down Expand Up @@ -72,7 +72,7 @@ scope = "testOnly"
[[package]]
org = "ballerina"
name = "parse_string_array_types_tests"
version = "0.4.0"
version = "0.7.0"
dependencies = [
{org = "ballerina", name = "csv_commons"},
{org = "ballerina", name = "data.csv"},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
org = "ballerina"
name = "parse_string_record_types_tests"
version = "0.4.0"
version = "0.7.0"

[[dependency]]
org = "ballerina"
name = "csv_commons"
repository = "local"
version = "0.4.0"
version = "0.7.0"

[platform.java21]
graalvmCompatible = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.11.0-20241121-075100-c4c87cbc"
[[package]]
org = "ballerina"
name = "csv_commons"
version = "0.4.0"
version = "0.7.0"
scope = "testOnly"
modules = [
{org = "ballerina", packageName = "csv_commons", moduleName = "csv_commons"}
Expand All @@ -19,7 +19,7 @@ modules = [
[[package]]
org = "ballerina"
name = "data.csv"
version = "0.4.0"
version = "0.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down Expand Up @@ -72,7 +72,7 @@ scope = "testOnly"
[[package]]
org = "ballerina"
name = "parse_string_record_types_tests"
version = "0.4.0"
version = "0.7.0"
dependencies = [
{org = "ballerina", name = "csv_commons"},
{org = "ballerina", name = "data.csv"},
Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/type-compatible-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
org = "ballerina"
name = "type_compatible_tests"
version = "0.4.0"
version = "0.7.0"

[[dependency]]
org = "ballerina"
name = "csv_commons"
repository = "local"
version = "0.4.0"
version = "0.7.0"

[platform.java21]
graalvmCompatible = true
Expand Down
6 changes: 3 additions & 3 deletions ballerina-tests/type-compatible-tests/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.11.0-20241121-075100-c4c87cbc"
[[package]]
org = "ballerina"
name = "csv_commons"
version = "0.4.0"
version = "0.7.0"
scope = "testOnly"
modules = [
{org = "ballerina", packageName = "csv_commons", moduleName = "csv_commons"}
Expand All @@ -19,7 +19,7 @@ modules = [
[[package]]
org = "ballerina"
name = "data.csv"
version = "0.4.0"
version = "0.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down Expand Up @@ -108,7 +108,7 @@ modules = [
[[package]]
org = "ballerina"
name = "type_compatible_tests"
version = "0.4.0"
version = "0.7.0"
dependencies = [
{org = "ballerina", name = "csv_commons"},
{org = "ballerina", name = "data.csv"},
Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/unicode-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
org = "ballerina"
name = "unicode_tests"
version = "0.4.0"
version = "0.7.0"

[[dependency]]
org = "ballerina"
name = "csv_commons"
repository = "local"
version = "0.4.0"
version = "0.7.0"

[platform.java21]
graalvmCompatible = true
Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/unicode-tests/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.11.0-20241121-075100-c4c87cbc"
[[package]]
org = "ballerina"
name = "data.csv"
version = "0.4.0"
version = "0.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down Expand Up @@ -77,7 +77,7 @@ modules = [
[[package]]
org = "ballerina"
name = "unicode_tests"
version = "0.4.0"
version = "0.7.0"
dependencies = [
{org = "ballerina", name = "data.csv"},
{org = "ballerina", name = "test"}
Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/union-type-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
org = "ballerina"
name = "union_type_tests"
version = "0.4.0"
version = "0.7.0"

[[dependency]]
org = "ballerina"
name = "csv_commons"
repository = "local"
version = "0.4.0"
version = "0.7.0"

[platform.java21]
graalvmCompatible = true
Expand Down
6 changes: 3 additions & 3 deletions ballerina-tests/union-type-tests/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.11.0-20241121-075100-c4c87cbc"
[[package]]
org = "ballerina"
name = "csv_commons"
version = "0.4.0"
version = "0.7.0"
scope = "testOnly"
modules = [
{org = "ballerina", packageName = "csv_commons", moduleName = "csv_commons"}
Expand All @@ -19,7 +19,7 @@ modules = [
[[package]]
org = "ballerina"
name = "data.csv"
version = "0.4.0"
version = "0.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down Expand Up @@ -86,7 +86,7 @@ modules = [
[[package]]
org = "ballerina"
name = "union_type_tests"
version = "0.4.0"
version = "0.7.0"
dependencies = [
{org = "ballerina", name = "csv_commons"},
{org = "ballerina", name = "data.csv"},
Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/user-config-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
org = "ballerina"
name = "user_config_tests"
version = "0.4.0"
version = "0.7.0"

[[dependency]]
org = "ballerina"
name = "csv_commons"
repository = "local"
version = "0.4.0"
version = "0.7.0"

[platform.java21]
graalvmCompatible = true
Expand Down
6 changes: 3 additions & 3 deletions ballerina-tests/user-config-tests/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.11.0-20241121-075100-c4c87cbc"
[[package]]
org = "ballerina"
name = "csv_commons"
version = "0.4.0"
version = "0.7.0"
scope = "testOnly"
modules = [
{org = "ballerina", packageName = "csv_commons", moduleName = "csv_commons"}
Expand All @@ -19,7 +19,7 @@ modules = [
[[package]]
org = "ballerina"
name = "data.csv"
version = "0.4.0"
version = "0.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down Expand Up @@ -86,7 +86,7 @@ modules = [
[[package]]
org = "ballerina"
name = "user_config_tests"
version = "0.4.0"
version = "0.7.0"
dependencies = [
{org = "ballerina", name = "csv_commons"},
{org = "ballerina", name = "data.csv"},
Expand Down
Loading

0 comments on commit 4aa1acb

Please sign in to comment.