Skip to content

Commit

Permalink
Merge pull request #670 from ballerina-platform/release-4.1.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 4.1.0 release
  • Loading branch information
xlight05 committed Sep 22, 2023
2 parents 28ba065 + f86823f commit ccb9867
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ccb9867

Please sign in to comment.