Skip to content

Commit

Permalink
Merge pull request #1308 from ballerina-platform/release-2.10.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.10.0 release
  • Loading branch information
dilanSachi authored Jul 23, 2024
2 parents 6644cf9 + b14d4ce commit 2d34e8a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.10.0"
path = "../native/build/libs/ftp-native-2.10.0-SNAPSHOT.jar"
path = "../native/build/libs/ftp-native-2.10.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.10.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/ftp-compiler-plugin-2.10.0.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.3"
version = "1.2.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
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.10.0-SNAPSHOT
version=2.10.1-SNAPSHOT

puppycrawlCheckstyleVersion=10.12.0
testngVersion=7.6.1
Expand Down

0 comments on commit 2d34e8a

Please sign in to comment.