Skip to content

Commit

Permalink
Merge pull request #1165 from ballerina-platform/release-2.9.1
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.9.1 release
  • Loading branch information
dilanSachi committed Feb 19, 2024
2 parents a1031f0 + d6f86fa commit 782942d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.9.1"
path = "../native/build/libs/ftp-native-2.9.1-SNAPSHOT.jar"
path = "../native/build/libs/ftp-native-2.9.1.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.9.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/ftp-compiler-plugin-2.9.1.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.2.2"
version = "1.2.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
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.9.1] - 2024-02-19

### Added

Expand Down
2 changes: 1 addition & 1 deletion 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.9.1-SNAPSHOT
version=2.9.2-SNAPSHOT

puppycrawlCheckstyleVersion=10.12.0
testngVersion=7.6.1
Expand Down

0 comments on commit 782942d

Please sign in to comment.