From 31e581f23d93d4fc668bcd7564268af08cae994f Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 31 Mar 2022 11:00:25 +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 ee9459df..c119cf82 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -10,4 +10,4 @@ license = ["Apache-2.0"] distribution = "2201.0.1" [[platform.java11.dependency]] -path = "../native/build/libs/websubhub-native-1.2.2-SNAPSHOT.jar" +path = "../native/build/libs/websubhub-native-1.2.2.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index af8d097e..2761b38e 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "websubhub-compiler-plugin" class = "io.ballerina.stdlib.websubhub.WebSubHubCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.2.2-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.2.2.jar"