From a581caacaa041f6cbbceed855fab80823e74bfa7 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 23 Apr 2025 05:07:04 +0000 Subject: [PATCH 1/5] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 11d660801..f3b3dccc8 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -27,7 +27,7 @@ modules = [ [[package]] org = "ballerina" name = "io" -version = "1.6.3" +version = "1.6.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.value"} From 5722fa559c05490d87086632c30a661f271be6c5 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 23 Apr 2025 05:08:29 +0000 Subject: [PATCH 2/5] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- ballerina/CompilerPlugin.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index dbca8843a..1dd8e658d 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -46,4 +46,4 @@ path = "./lib/commons-lang3-3.17.0.jar" groupId = "io.ballerina.stdlib" artifactId = "ftp-native" version = "2.11.1" -path = "../native/build/libs/ftp-native-2.11.1-SNAPSHOT.jar" +path = "../native/build/libs/ftp-native-2.11.1.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 7dac701f3..16645efaa 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "ftp-compiler-plugin" class = "io.ballerina.stdlib.ftp.plugin.FtpCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/ftp-compiler-plugin-2.11.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/ftp-compiler-plugin-2.11.1.jar" From 6f4d982f36bf6dd2b4ce7fa33dac2910df60e10a Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 23 Apr 2025 05:08:29 +0000 Subject: [PATCH 3/5] [Gradle Release Plugin] - pre tag commit: 'v2.11.1'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4f30e6d2a..32b957934 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.11.1-SNAPSHOT +version=2.11.1 puppycrawlCheckstyleVersion=10.12.0 testngVersion=7.6.1 From b34d92b8a2907d1142885bc585d002f9bd29e137 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 23 Apr 2025 05:08:30 +0000 Subject: [PATCH 4/5] [Gradle Release Plugin] - new version commit: 'v2.11.2-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 32b957934..5bd7f07ce 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.11.1 +version=2.11.2-SNAPSHOT puppycrawlCheckstyleVersion=10.12.0 testngVersion=7.6.1 From 625e3ed087c0e97bb8f3c386314fe96fefaff677 Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Wed, 23 Apr 2025 15:56:51 +0530 Subject: [PATCH 5/5] Update changelog --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 60bbddc94..05fd2605a 100644 --- a/changelog.md +++ b/changelog.md @@ -3,7 +3,7 @@ This file contains all the notable changes done to the Ballerina Email package t The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.11.1] - 2025-04-23 ### Fixed