diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 1cad889..8db9cd6 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,13 +1,13 @@ [package] authors = ["Ballerina"] distribution = "2201.12.0" -keywords = ["AI", "Agent", "Azure", "Model", "Provider"] +keywords = ["Agent", "Azure", "Model", "Provider", "Vendor/Microsoft", "Area/AI", "Type/Connector"] license = ["Apache-2.0"] icon="icon.png" name = "ai.azure" org = "ballerinax" repository = "https://github.com/ballerina-platform/module-ballerinax-ai.azure" -version = "1.4.0" +version = "1.4.1" [platform.java21] graalvmCompatible = true @@ -15,5 +15,5 @@ graalvmCompatible = true [[platform.java21.dependency]] groupId = "io.ballerina.lib" artifactId = "ai.azure-native" -version = "1.4.0" -path = "../native/build/libs/ai.azure-native-1.4.0.jar" +version = "1.4.1" +path = "../native/build/libs/ai.azure-native-1.4.1-SNAPSHOT.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index e54db20..1627285 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,7 +3,7 @@ id = "ai-azure-compiler-plugin" class = "io.ballerina.lib.ai.azure.AiAzureCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/ai.azure-compiler-plugin-1.4.0.jar" +path = "../compiler-plugin/build/libs/ai.azure-compiler-plugin-1.4.1-SNAPSHOT.jar" [[dependency]] path = "../compiler-plugin/build/libs/ballerina-to-openapi-2.3.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index b519f0c..c4022d2 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -113,7 +113,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.14.7" +version = "2.14.8" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "cache"}, @@ -293,7 +293,7 @@ dependencies = [ [[package]] org = "ballerina" name = "mime" -version = "2.12.0" +version = "2.12.1" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -366,7 +366,7 @@ dependencies = [ [[package]] org = "ballerina" name = "url" -version = "2.6.0" +version = "2.6.1" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -409,7 +409,7 @@ dependencies = [ [[package]] org = "ballerinax" name = "ai.azure" -version = "1.4.0" +version = "1.4.1" dependencies = [ {org = "ballerina", name = "ai"}, {org = "ballerina", name = "constraint"}, diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 3d4f497..2dfabd4 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -1,7 +1,7 @@ [package] authors = ["Ballerina"] distribution = "2201.12.0" -keywords = ["AI", "Agent", "Azure", "Model", "Provider"] +keywords = ["Agent", "Azure", "Model", "Provider", "Vendor/Microsoft", "Area/AI", "Type/Connector"] license = ["Apache-2.0"] icon="icon.png" name = "ai.azure"