diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 12441e61..87f9d189 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,4 +16,4 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "websubhub-native" version = "1.11.1" -path = "../native/build/libs/websubhub-native-1.11.1-SNAPSHOT.jar" +path = "../native/build/libs/websubhub-native-1.11.1.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 40898d9c..59bda846 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.11.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.11.1.jar" diff --git a/gradle.properties b/gradle.properties index 9e612a48..c043b6b7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.11.1-SNAPSHOT +version=1.11.2-SNAPSHOT ballerinaLangVersion=2201.9.0 puppycrawlCheckstyleVersion=10.12.0 testngVersion=7.6.1