From a16ba54de6eb5704abc9b3d9771280fd379d6e7f Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 7 Sep 2023 12:19:35 +0000 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- ballerina/CompilerPlugin.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index c6f8dee416..227b1aa56e 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,7 +13,7 @@ distribution = "2201.5.0" groupId = "io.ballerina.stdlib" artifactId = "http-native" version = "2.8.2" -path = "../native/build/libs/http-native-2.8.2-SNAPSHOT.jar" +path = "../native/build/libs/http-native-2.8.2.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 14015c78a0..e1bc24d8ef 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "http-compiler-plugin" class = "io.ballerina.stdlib.http.compiler.HttpCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/http-compiler-plugin-2.8.2-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/http-compiler-plugin-2.8.2.jar"