From 8a3c70dfaae51197f9d903e8b31dea857fc8708a Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 30 Jun 2023 09:40:53 +0000 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- ballerina/Dependencies.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 35a32f9..0edb9d9 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,7 +16,7 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "task-native" version = "2.4.0" -path = "../native/build/libs/task-native-2.4.0-SNAPSHOT.jar" +path = "../native/build/libs/task-native-2.4.0.jar" [[platform.java11.dependency]] path = "./lib/quartz-2.3.2.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 81575d2..51c32fe 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.7.0-20230622-064700-4a2dc6dd" +distribution-version = "2201.7.0" [[package]] org = "ballerina"