Skip to content

Commit

Permalink
Merge pull request #958 from dilanSachi/logging-issue
Browse files Browse the repository at this point in the history
Update the toml versions
  • Loading branch information
TharmiganK committed May 25, 2023
2 parents 1cf4d63 + 7708a20 commit c1f4e6c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "ftp"
version = "2.8.0"
version = "2.7.1"
authors = ["Ballerina"]
keywords = ["FTP", "SFTP", "remote file", "file transfer", "client", "service"]
repository = "https://github.com/ballerina-platform/module-ballerina-ftp"
Expand Down Expand Up @@ -30,5 +30,5 @@ path = "./lib/commons-net-3.9.0.jar"
[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "ftp-native"
version = "2.8.0"
path = "../native/build/libs/ftp-native-2.8.0-SNAPSHOT.jar"
version = "2.7.1"
path = "../native/build/libs/ftp-native-2.7.1-SNAPSHOT.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.8.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/ftp-compiler-plugin-2.7.1-SNAPSHOT.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.5.0"
[[package]]
org = "ballerina"
name = "ftp"
version = "2.8.0"
version = "2.7.1"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ ballerinaGradlePluginVersion=1.0.0

ballerinaLangVersion=2201.5.0
stdlibTaskVersion=2.3.2
stdlibLogVersion=2.7.1-20230426-134900-2076e24
stdlibIoVersion=1.4.0
stdlibLogVersion=2.7.1-20230522-155500-d73bdb5
stdlibIoVersion=1.4.1
stdlibTimeVersion=2.2.4
observeVersion=1.0.7
observeInternalVersion=1.0.6

0 comments on commit c1f4e6c

Please sign in to comment.