Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.13.0"
path = "../native/build/libs/ftp-native-2.13.0-SNAPSHOT.jar"
path = "../native/build/libs/ftp-native-2.13.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.13.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/ftp-compiler-plugin-2.13.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.12.0-20250228-201300-8d411a0f"
distribution-version = "2201.12.0"

[[package]]
org = "ballerina"
Expand Down
16 changes: 8 additions & 8 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.13.0-SNAPSHOT
version=2.13.1-SNAPSHOT

checkstylePluginVersion=10.12.0
testngVersion=7.6.1
Expand All @@ -26,10 +26,10 @@ execForkPluginVersion=0.2.0

ballerinaGradlePluginVersion=2.3.0

ballerinaLangVersion=2201.12.0-20250311-124800-b9003fed
stdlibTaskVersion=2.7.0-20250311-133800-5ee5469
stdlibLogVersion=2.12.0-20250311-135900-9f3c638
stdlibIoVersion=1.8.0-20250311-132600-1ffe624
stdlibTimeVersion=2.7.0-20250311-132600-1d5e2cb
observeVersion=1.5.0-20250311-132700-a89f57a
observeInternalVersion=1.5.0-20250311-133700-3a1a70b
ballerinaLangVersion=2201.12.0
stdlibTaskVersion=2.7.0
stdlibLogVersion=2.12.0
stdlibIoVersion=1.8.0
stdlibTimeVersion=2.7.0
observeVersion=1.5.0
observeInternalVersion=1.5.0
Loading