From bb9cd5142a152502ab303ff3f6bb30718d239eda Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 24 Apr 2023 07:02:12 +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 97e3bcec..978dada1 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,7 +16,7 @@ path = "./lib/jnats-2.16.0.jar" groupId = "io.ballerina.stdlib" artifactId = "nats-native" version = "2.7.1" -path = "../native/build/libs/nats-native-2.7.1-SNAPSHOT.jar" +path = "../native/build/libs/nats-native-2.7.1.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index fefe9e60..f9c43242 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "nats-compiler-plugin" class = "io.ballerina.stdlib.nats.plugin.NatsCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/nats-compiler-plugin-2.7.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/nats-compiler-plugin-2.7.1.jar"