From 2e02fa4e4e11ebdc33a88b08cb27cf9e69d3da85 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 6 Dec 2024 06:34:34 +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 f01873102..fbbf80a8d 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.7.9" -path = "../native/build/libs/http-native-2.7.9-SNAPSHOT.jar" +path = "../native/build/libs/http-native-2.7.9.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 0cdc8dbfc..033fefd80 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.7.9-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/http-compiler-plugin-2.7.9.jar"