From 5cc9d22f3955c35f867c0e5e4f72035142f98067 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 30 May 2022 12:08:46 +0000 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 4 ++-- ballerina/CompilerPlugin.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 45c36661..62f3dc48 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -10,10 +10,10 @@ license = ["Apache-2.0"] distribution = "2201.0.4" [[platform.java11.dependency]] -path = "../native/build/libs/udp-native-1.3.0-SNAPSHOT.jar" +path = "../native/build/libs/udp-native-1.3.0.jar" [[platform.java11.dependency]] -path = "../test-utils/build/libs/udp-test-utils-1.3.0-SNAPSHOT.jar" +path = "../test-utils/build/libs/udp-test-utils-1.3.0.jar" scope = "testOnly" [[platform.java11.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 99a77ab6..30a2a368 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "udp-plugin" class = "io.ballerina.stdlib.udp.compiler.UdpCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.3.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.3.0.jar"