From 7b6c1e52b08ad1fd867916dbf11b93967e3b64bd Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 8 Oct 2021 18:02:47 +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 8f6aec33..8579a1d9 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -5,4 +5,4 @@ version = "1.0.0" distribution = "slbeta3" [[platform.java11.dependency]] -path = "../native/build/libs/websubhub-native-1.0.0-SNAPSHOT.jar" +path = "../native/build/libs/websubhub-native-1.0.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 872daebf..6eee1e42 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.0.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.0.0.jar"