From 0e96ee86983ae8e850c95bd0fae99484382e3899 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 30 Jun 2023 11:09:33 +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 6ae2bec6..e74a9372 100755 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -34,11 +34,11 @@ path = "./lib/mimepull-1.9.11.jar" groupId = "io.ballerina.stdlib" artifactId = "email-native" version = "2.8.0" -path = "../native/build/libs/email-native-2.8.0-SNAPSHOT.jar" +path = "../native/build/libs/email-native-2.8.0.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" artifactId = "email-test-utils" version = "2.8.0" -path = "../test-utils/build/libs/email-test-utils-2.8.0-SNAPSHOT.jar" +path = "../test-utils/build/libs/email-test-utils-2.8.0.jar" scope = "testOnly" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 2d703597..54c82f32 100755 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "email-compiler-plugin" class = "io.ballerina.stdlib.email.compiler.EmailCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/email-compiler-plugin-2.8.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/email-compiler-plugin-2.8.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 015182f9..1f9526b6 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"