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" 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"} 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 diff --git a/gradle.properties b/gradle.properties index 4f30e6d2a..5bd7f07ce 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.2-SNAPSHOT puppycrawlCheckstyleVersion=10.12.0 testngVersion=7.6.1