Skip to content

Commit 2102bc2

Browse files
Merge pull request #412 from kalaiyarasiganeshalingam/main
Update lang version
2 parents 3abb4e1 + 2dd1fda commit 2102bc2

File tree

4 files changed

+17
-8
lines changed

4 files changed

+17
-8
lines changed

ballerina/Ballerina.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
org = "ballerina"
33
name = "regex"
4-
version = "1.3.3"
4+
version = "1.4.0"
55
authors = ["Ballerina"]
66
keywords = ["regex", "string", "regular expressions"]
77
repository = "https://github.com/ballerina-platform/module-ballerina-regex"
88
icon = "icon.png"
99
license = ["Apache-2.0"]
10-
distribution = "2201.0.4"
10+
distribution = "2201.5.0"

ballerina/Dependencies.toml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
[ballerina]
77
dependencies-toml-version = "2"
8+
distribution-version = "2201.5.0-20230328-123100-32aa6e3e"
89

910
[[package]]
1011
org = "ballerina"
@@ -16,19 +17,28 @@ modules = [
1617

1718
[[package]]
1819
org = "ballerina"
19-
name = "lang.string"
20+
name = "lang.regexp"
2021
version = "0.0.0"
2122
dependencies = [
2223
{org = "ballerina", name = "jballerina.java"}
2324
]
25+
26+
[[package]]
27+
org = "ballerina"
28+
name = "lang.string"
29+
version = "0.0.0"
30+
dependencies = [
31+
{org = "ballerina", name = "jballerina.java"},
32+
{org = "ballerina", name = "lang.regexp"}
33+
]
2434
modules = [
2535
{org = "ballerina", packageName = "lang.string", moduleName = "lang.string"}
2636
]
2737

2838
[[package]]
2939
org = "ballerina"
3040
name = "regex"
31-
version = "1.3.3"
41+
version = "1.4.0"
3242
dependencies = [
3343
{org = "ballerina", name = "jballerina.java"},
3444
{org = "ballerina", name = "lang.string"},
@@ -50,4 +60,3 @@ modules = [
5060
{org = "ballerina", packageName = "test", moduleName = "test"}
5161
]
5262

53-

build-config/resources/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ keywords = ["regex", "string", "regular expressions"]
77
repository = "https://github.com/ballerina-platform/module-ballerina-regex"
88
icon = "icon.png"
99
license = ["Apache-2.0"]
10-
distribution = "2201.0.4"
10+
distribution = "2201.5.0"

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
org.gradle.caching=true
22
group=io.ballerina.stdlib
3-
version=1.3.3-SNAPSHOT
3+
version=1.4.0-SNAPSHOT
44

5-
ballerinaLangVersion=2201.0.4
5+
ballerinaLangVersion=2201.5.0-20230328-123100-32aa6e3e
66

77
ballerinaGradlePluginVersion=1.0.0
88
testngVersion=6.14.3

0 commit comments

Comments
 (0)