From 7a0df49b1e32ff4c0a9c85e35e33e7704f8cfc21 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 07:41:52 +0000 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 4 ++-- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index a7eee8d..3c13c74 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,11 +16,11 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "file-native" version = "1.10.0" -path = "../native/build/libs/file-native-1.10.0-SNAPSHOT.jar" +path = "../native/build/libs/file-native-1.10.0.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.10.0-SNAPSHOT.jar" +path = "../test-utils/build/libs/file-test-utils-1.10.0.jar" scope = "testOnly" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 41a3b2a..ff61136 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.10.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/file-compiler-plugin-1.10.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index f6489c3..e4ce0b2 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240814-095500-9d14866a" +distribution-version = "2201.10.0" [[package]] org = "ballerina"