Skip to content

Commit

Permalink
Merge pull request #1329 from ballerina-platform/release-2.11.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.11.0 release
  • Loading branch information
MohamedSabthar authored Sep 3, 2024
2 parents d28e450 + 8b4afac commit 5beec4d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ path = "./lib/commons-net-3.9.0.jar"
groupId = "io.ballerina.stdlib"
artifactId = "ftp-native"
version = "2.11.0"
path = "../native/build/libs/ftp-native-2.11.0-SNAPSHOT.jar"
path = "../native/build/libs/ftp-native-2.11.0.jar"
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 = "ftp-compiler-plugin"
class = "io.ballerina.stdlib.ftp.plugin.FtpCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/ftp-compiler-plugin-2.11.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/ftp-compiler-plugin-2.11.0.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.10.0-20240806-083400-aabac46a"
distribution-version = "2201.10.0"

[[package]]
org = "ballerina"
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0] - 2024-08-20

### Fixed

Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.11.0-SNAPSHOT
version=2.11.1-SNAPSHOT

puppycrawlCheckstyleVersion=10.12.0
testngVersion=7.6.1
Expand All @@ -21,10 +21,10 @@ jacocoVersion=0.8.10

ballerinaGradlePluginVersion=2.0.1

ballerinaLangVersion=2201.10.0-20240814-095500-9d14866a
ballerinaLangVersion=2201.10.0
stdlibTaskVersion=2.5.0
stdlibLogVersion=2.10.0-20240814-120000-f0c3cc8
stdlibLogVersion=2.10.0
stdlibIoVersion=1.6.0
stdlibTimeVersion=2.4.0
observeVersion=1.3.0-20240814-114100-0f71e1e
observeInternalVersion=1.3.0-20240814-114900-8a734a3
observeVersion=1.3.0
observeInternalVersion=1.3.0

0 comments on commit 5beec4d

Please sign in to comment.