diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 4df21746..e8e28727 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -11,7 +11,7 @@ keywords = ["azure", "functions", "serverless", "cloud"] graalvmCompatible = true [[platform.java17.dependency]] -path = "../native/build/libs/azure.functions-native-4.1.0-SNAPSHOT.jar" +path = "../native/build/libs/azure.functions-native-4.1.0.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index f9cd5096..9f99b16e 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "azure-functions" class = "org.ballerinax.azurefunctions.AzureCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/azure.functions-compiler-plugin-4.1.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/azure.functions-compiler-plugin-4.1.0.jar" diff --git a/gradle.properties b/gradle.properties index d8450c5f..53119058 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true org.gradle.jvmargs='-Dfile.encoding=UTF-8' group=org.ballerinax.azurefunctions -version=4.1.0-SNAPSHOT +version=4.1.1-SNAPSHOT systemProp.org.gradle.internal.publish.checksums.insecure=true ballerinaLangVersion=2201.8.0 stdlibConstraintVersion=1.4.0