Skip to content

Commit 14b38fd

Browse files
authored
Merge pull request #872 from ballerina-platform/timestamped-version-update12
[Automated] Update the lang version to 2201.12.0-20250228-201300-8d411a0f
2 parents 8718961 + 0262205 commit 14b38fd

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

ballerina/Ballerina.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
org = "ballerina"
33
name = "email"
4-
version = "2.11.0"
4+
version = "2.11.1"
55
authors = ["Ballerina"]
66
keywords = ["email", "SMTP", "POP", "POP3", "IMAP", "mail"]
77
repository = "https://github.com/ballerina-platform/module-ballerina-email"
@@ -39,12 +39,12 @@ path = "./lib/activation-1.1.1.jar"
3939
[[platform.java21.dependency]]
4040
groupId = "io.ballerina.stdlib"
4141
artifactId = "email-native"
42-
version = "2.11.0"
43-
path = "../native/build/libs/email-native-2.11.0.jar"
42+
version = "2.11.1"
43+
path = "../native/build/libs/email-native-2.11.1-SNAPSHOT.jar"
4444

4545
[[platform.java21.dependency]]
4646
groupId = "io.ballerina.stdlib"
4747
artifactId = "email-test-utils"
48-
version = "2.11.0"
49-
path = "../test-utils/build/libs/email-test-utils-2.11.0.jar"
48+
version = "2.11.1"
49+
path = "../test-utils/build/libs/email-test-utils-2.11.1-SNAPSHOT.jar"
5050
scope = "testOnly"

ballerina/CompilerPlugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ id = "email-compiler-plugin"
33
class = "io.ballerina.stdlib.email.compiler.EmailCompilerPlugin"
44

55
[[dependency]]
6-
path = "../compiler-plugin/build/libs/email-compiler-plugin-2.11.0.jar"
6+
path = "../compiler-plugin/build/libs/email-compiler-plugin-2.11.1-SNAPSHOT.jar"

ballerina/Dependencies.toml

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

66
[ballerina]
77
dependencies-toml-version = "2"
8-
distribution-version = "2201.11.0"
8+
distribution-version = "2201.12.0-20250228-201300-8d411a0f"
99

1010
[[package]]
1111
org = "ballerina"
1212
name = "email"
13-
version = "2.11.0"
13+
version = "2.11.1"
1414
dependencies = [
1515
{org = "ballerina", name = "jballerina.java"},
1616
{org = "ballerina", name = "lang.runtime"},

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ underCouchDownloadVersion=5.4.0
1515
researchgateReleaseVersion=2.8.0
1616
ballerinaGradlePluginVersion=2.3.0
1717

18-
ballerinaLangVersion=2201.11.0
18+
ballerinaLangVersion=2201.12.0-20250228-201300-8d411a0f
1919
stdlibTaskVersion=2.6.0
2020
stdlibMimeVersion=2.11.0
2121
stdlibFileVersion=1.11.0

0 commit comments

Comments
 (0)