diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 227b414..a7eee8d 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,13 +1,13 @@ [package] org = "ballerina" name = "file" -version = "1.9.0" +version = "1.10.0" authors = ["Ballerina"] keywords = ["file", "path", "directory", "filepath"] repository = "https://github.com/ballerina-platform/module-ballerina-file" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.8.0" +distribution = "2201.10.0" [platform.java17] graalvmCompatible = true @@ -15,12 +15,12 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "file-native" -version = "1.9.0" -path = "../native/build/libs/file-native-1.9.0.jar" +version = "1.10.0" +path = "../native/build/libs/file-native-1.10.0-SNAPSHOT.jar" [[platform.java17.dependency]] path = "./lib/org.wso2.transport.local-file-system-6.0.55.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/file-test-utils-1.9.0.jar" +path = "../test-utils/build/libs/file-test-utils-1.10.0-SNAPSHOT.jar" scope = "testOnly" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 4386faa..41a3b2a 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "file-compiler-plugin" class = "io.ballerina.stdlib.file.compiler.FileCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/file-compiler-plugin-1.9.0.jar" +path = "../compiler-plugin/build/libs/file-compiler-plugin-1.10.0-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 28a0289..bad5cc9 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,12 +5,12 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.8.0" +distribution-version = "2201.10.0-20240806-083400-aabac46a" [[package]] org = "ballerina" name = "file" -version = "1.9.0" +version = "1.10.0" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -44,6 +44,26 @@ modules = [ {org = "ballerina", packageName = "jballerina.java", moduleName = "jballerina.java"} ] +[[package]] +org = "ballerina" +name = "lang.__internal" +version = "0.0.0" +scope = "testOnly" +dependencies = [ + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "lang.object"} +] + +[[package]] +org = "ballerina" +name = "lang.array" +version = "0.0.0" +scope = "testOnly" +dependencies = [ + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "lang.__internal"} +] + [[package]] org = "ballerina" name = "lang.boolean" @@ -65,6 +85,12 @@ dependencies = [ {org = "ballerina", name = "jballerina.java"} ] +[[package]] +org = "ballerina" +name = "lang.object" +version = "0.0.0" +scope = "testOnly" + [[package]] org = "ballerina" name = "lang.runtime" @@ -104,6 +130,7 @@ version = "0.0.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "lang.array"}, {org = "ballerina", name = "lang.error"} ] modules = [ diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 09fb1f0..42d12ad 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["file", "path", "directory", "filepath"] repository = "https://github.com/ballerina-platform/module-ballerina-file" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.8.0" +distribution = "2201.10.0" [platform.java17] graalvmCompatible = true diff --git a/gradle.properties b/gradle.properties index eb080f5..4c911e1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.9.1-SNAPSHOT -ballerinaLangVersion=2201.8.0 +version=1.10.0-SNAPSHOT +ballerinaLangVersion=2201.10.0-20240806-083400-aabac46a testngVersion=7.6.1 checkstylePluginVersion=10.12.0 @@ -15,7 +15,7 @@ researchgateReleaseVersion=2.8.0 transportVersion=6.0.55 stdlibTimeVersion=2.4.0 stdlibIoVersion=1.6.0 -stdlibLogVersion=2.9.0 +stdlibLogVersion=2.10.0-20240807-203000-b85cfb9 stdlibOsVersion=1.8.0 -observeVersion=1.2.0 -observeInternalVersion=1.2.0 +observeVersion=1.3.0-20240807-093200-e29ca7a +observeInternalVersion=1.3.0-20240807-094500-91e2d3a