diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index ba4c6d3..bb307ee 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,4 +16,4 @@ graalvmCompatible = true groupId = "io.ballerina.lib" artifactId = "ai.ollama-native" version = "1.1.0" -path = "../native/build/libs/ai.ollama-native-1.1.0-SNAPSHOT.jar" +path = "../native/build/libs/ai.ollama-native-1.1.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 2a9bb40..07c3d5b 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,7 +3,7 @@ id = "ai-ollama-compiler-plugin" class = "io.ballerina.lib.ai.ollama.AiOllamaCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/ai.ollama-compiler-plugin-1.1.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/ai.ollama-compiler-plugin-1.1.0.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 1894cfd..5926e9b 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.12.7" +distribution-version = "2201.12.0" [[package]] org = "ballerina" diff --git a/gradle.properties b/gradle.properties index 5bbc77c..efbc10c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.lib -version=1.1.0-SNAPSHOT +version=1.1.1-SNAPSHOT ballerinaLangVersion=2201.12.0 shadowJarPluginVersion=8.1.1