Skip to content

Commit

Permalink
Merge pull request #872 from ballerina-platform/timestamped-version-u…
Browse files Browse the repository at this point in the history
…pdate12

[Automated] Update the lang version to 2201.12.0-20250228-201300-8d411a0f
  • Loading branch information
Nuvindu authored Mar 3, 2025
2 parents 8718961 + 0262205 commit 14b38fd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "email"
version = "2.11.0"
version = "2.11.1"
authors = ["Ballerina"]
keywords = ["email", "SMTP", "POP", "POP3", "IMAP", "mail"]
repository = "https://github.com/ballerina-platform/module-ballerina-email"
Expand Down Expand Up @@ -39,12 +39,12 @@ path = "./lib/activation-1.1.1.jar"
[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "email-native"
version = "2.11.0"
path = "../native/build/libs/email-native-2.11.0.jar"
version = "2.11.1"
path = "../native/build/libs/email-native-2.11.1-SNAPSHOT.jar"

[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "email-test-utils"
version = "2.11.0"
path = "../test-utils/build/libs/email-test-utils-2.11.0.jar"
version = "2.11.1"
path = "../test-utils/build/libs/email-test-utils-2.11.1-SNAPSHOT.jar"
scope = "testOnly"
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "email-compiler-plugin"
class = "io.ballerina.stdlib.email.compiler.EmailCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/email-compiler-plugin-2.11.0.jar"
path = "../compiler-plugin/build/libs/email-compiler-plugin-2.11.1-SNAPSHOT.jar"
4 changes: 2 additions & 2 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.11.0"
distribution-version = "2201.12.0-20250228-201300-8d411a0f"

[[package]]
org = "ballerina"
name = "email"
version = "2.11.0"
version = "2.11.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.runtime"},
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ underCouchDownloadVersion=5.4.0
researchgateReleaseVersion=2.8.0
ballerinaGradlePluginVersion=2.3.0

ballerinaLangVersion=2201.11.0
ballerinaLangVersion=2201.12.0-20250228-201300-8d411a0f
stdlibTaskVersion=2.6.0
stdlibMimeVersion=2.11.0
stdlibFileVersion=1.11.0
Expand Down

0 comments on commit 14b38fd

Please # to comment.