From accf2cbe80f0307dc46dcd11d15890bfe7ddb79c Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 1 Jun 2023 10:30:37 +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 e892888f..7e3e6705 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,4 +13,4 @@ distribution = "2201.5.0" groupId = "io.ballerina.stdlib" artifactId = "websubhub-native" version = "1.8.0" -path = "../native/build/libs/websubhub-native-1.8.0-SNAPSHOT.jar" +path = "../native/build/libs/websubhub-native-1.8.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index fa7a632f..7326d22a 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.8.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.8.0.jar"