Skip to content

Commit

Permalink
Merge pull request #694 from anuruddhal/master
Browse files Browse the repository at this point in the history
Prepare for release
  • Loading branch information
anuruddhal authored Feb 21, 2025
2 parents 9ed2b6c + 638de50 commit b894eb3
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 31 deletions.
2 changes: 1 addition & 1 deletion ballerina-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerinax"
name = "azure.functions.tests"
version = "4.1.1"
version = "4.2.0"

[platform.java21]
graalvmCompatible = true
Expand Down
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerinax"
name = "azure.functions"
version = "4.1.1"
version = "4.2.0"
distribution = "2201.11.0-20241117-133400-a3054b77"
repository = "https://github.com/ballerina-platform/module-ballerinax-azure.functions"
license = ["Apache-2.0"]
Expand All @@ -11,10 +11,10 @@ keywords = ["azure", "functions", "serverless", "cloud"]
graalvmCompatible = true

[[platform.java21.dependency]]
path = "../native/build/libs/azure.functions-native-4.1.1-SNAPSHOT.jar"
path = "../native/build/libs/azure.functions-native-4.2.0-SNAPSHOT.jar"

[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "mime-native"
version = "2.11.0-20241218-125100-e28a03b"
path = "./lib/mime-native-2.11.0-20241218-125100-e28a03b.jar"
version = "2.11.0"
path = "./lib/mime-native-2.11.0.jar"
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.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/azure.functions-compiler-plugin-4.2.0-SNAPSHOT.jar"
6 changes: 3 additions & 3 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.11.0-20241218-101200-109f6cc7"
distribution-version = "2201.11.0"

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -70,7 +70,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.13.0"
version = "2.13.3"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -295,7 +295,7 @@ dependencies = [
[[package]]
org = "ballerinax"
name = "azure.functions"
version = "4.1.1"
version = "4.2.0"
dependencies = [
{org = "ballerina", name = "http"},
{org = "ballerina", name = "jballerina.java"},
Expand Down
48 changes: 26 additions & 22 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,30 +1,34 @@
org.gradle.caching=true
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
group=org.ballerinax.azurefunctions
version=4.1.1-SNAPSHOT
version=4.2.0-SNAPSHOT
systemProp.org.gradle.internal.publish.checksums.insecure=true
spotbugsPluginVersion=6.0.18
shadowJarPluginVersion=8.1.1
downloadPluginVersion=5.4.0
releasePluginVersion=2.8.0
ballerinaLangVersion=2201.11.0-20241218-101200-109f6cc7
stdlibConstraintVersion=1.6.0-20241218-112400-cd313f2
stdlibIoVersion=1.7.0-20241218-111600-1da6a3f
stdlibLogVersion=2.11.0-20241218-115100-06c729e
stdlibHttpVersion=2.13.0-20241218-142000-8d9c012
stdlibAuthVersion=2.13.0-20241218-124900-9203135
stdlibFileVersion=1.11.0-20241218-125000-364d941
stdlibCacheVersion=3.9.0-20241218-114600-9f52392
stdlibCryptoVersion=2.8.0-20241218-112400-d6f4922
stdlibTimeVersion=2.6.0-20241218-111600-f57d32a
stdlibMimeVersion=2.11.0-20241218-125100-e28a03b
stdlibOsVersion=1.9.0-20241218-112400-c81f077
stdlibTaskVersion=2.6.0-20241218-112900-84f2aea
stdlibDataJsonDataVersion=1.0.0-20241218-133400-f0c9ec4
stdlibJwtVersion=2.14.0-20241218-125000-c952d1e
stdlibOAuth2Version=2.13.0-20241218-125400-c7625c1
stdlibUuidVersion=1.9.0-20241218-124000-a38f1c9
stdlibUrlVersion=2.5.0-20241218-111600-4f962bc
observeVersion=1.4.0-20241218-111700-4d29d40
observeInternalVersion=1.4.0-20241218-112700-be9da2c
ballerinaGradlePluginVersion=2.0.1
ballerinaLangVersion=2201.11.0
stdlibConstraintVersion=1.6.0
stdlibIoVersion=1.7.0
stdlibLogVersion=2.11.0
stdlibHttpVersion=2.13.0
stdlibAuthVersion=2.13.0
stdlibFileVersion=1.11.0
stdlibCacheVersion=3.9.0
stdlibCryptoVersion=2.8.0
stdlibTimeVersion=2.6.0
stdlibMimeVersion=2.11.0
stdlibOsVersion=1.9.0
stdlibTaskVersion=2.6.0
stdlibJwtVersion=2.14.0
stdlibGrpcVersion=1.13.0
stdlibOAuth2Version=2.13.0
stdlibDataJsonDataVersion=1.0.0
stdlibUuidVersion=1.9.0
stdlibGraphqlVersion=1.15.0
stdlibUrlVersion=2.5.0
stdlibWebsubVersion=2.13.0
stdlibWebsubhubVersion=1.13.0
observeVersion=1.4.0
observeInternalVersion=1.4.0
ballerinaGradlePluginVersion=2.3.0

0 comments on commit b894eb3

Please sign in to comment.