From 45e3b22ab466dc0689faf73281d9ef9d56393839 Mon Sep 17 00:00:00 2001 From: SAP Cloud SDK Bot Date: Tue, 19 Nov 2024 12:19:32 +0000 Subject: [PATCH] Update to version 0.2.0 --- core/pom.xml | 2 +- foundation-models/openai/pom.xml | 2 +- orchestration/pom.xml | 2 +- pom.xml | 2 +- sample-code/spring-app/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 97c5e4eed..a0f597d7f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 0.2.0-SNAPSHOT + 0.2.0 core AI Core client diff --git a/foundation-models/openai/pom.xml b/foundation-models/openai/pom.xml index c2d15194d..3571cef63 100644 --- a/foundation-models/openai/pom.xml +++ b/foundation-models/openai/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 0.2.0-SNAPSHOT + 0.2.0 ../../pom.xml com.sap.ai.sdk.foundationmodels diff --git a/orchestration/pom.xml b/orchestration/pom.xml index d3007a83e..76a4eaa11 100644 --- a/orchestration/pom.xml +++ b/orchestration/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 0.2.0-SNAPSHOT + 0.2.0 orchestration Orchestration client diff --git a/pom.xml b/pom.xml index cb2600f80..d3ebd5583 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.sap.ai.sdk sdk-parent - 0.2.0-SNAPSHOT + 0.2.0 pom SAP AI SDK - Parent POM Parent POM for the SAP AI SDK. Defines dependency versions and plugin configurations diff --git a/sample-code/spring-app/pom.xml b/sample-code/spring-app/pom.xml index 12d8b19dd..f33cb05bb 100644 --- a/sample-code/spring-app/pom.xml +++ b/sample-code/spring-app/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 0.2.0-SNAPSHOT + 0.2.0 ../../pom.xml com.sap.ai.sdk.app