From 3a90dae0816bfccf2680f6ee685806612abe83db Mon Sep 17 00:00:00 2001 From: I538344 Date: Wed, 7 Aug 2024 15:23:57 +0200 Subject: [PATCH] Changed version to 0.1.0-SNAPSHOT --- core/pom.xml | 2 +- e2e-test-app/pom.xml | 2 +- foundation-models/openai/pom.xml | 2 +- orchestration/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index b9273fdc..37355c30 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.0.0-SNAPSHOT + 0.1.0-SNAPSHOT core AI Core client diff --git a/e2e-test-app/pom.xml b/e2e-test-app/pom.xml index 6b200c34..af10831b 100644 --- a/e2e-test-app/pom.xml +++ b/e2e-test-app/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.0.0-SNAPSHOT + 0.1.0-SNAPSHOT com.sap.ai.sdk.app e2e-test-app diff --git a/foundation-models/openai/pom.xml b/foundation-models/openai/pom.xml index f757a61c..e30f913d 100644 --- a/foundation-models/openai/pom.xml +++ b/foundation-models/openai/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.0.0-SNAPSHOT + 0.1.0-SNAPSHOT ../../pom.xml com.sap.ai.sdk.foundationmodels diff --git a/orchestration/pom.xml b/orchestration/pom.xml index b4f51d76..b79ac1c9 100644 --- a/orchestration/pom.xml +++ b/orchestration/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.0.0-SNAPSHOT + 0.1.0-SNAPSHOT orchestration Orchestration client diff --git a/pom.xml b/pom.xml index 0abcb19f..2e6d4887 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.sap.ai.sdk sdk-parent - 1.0.0-SNAPSHOT + 0.1.0-SNAPSHOT pom SAP AI SDK - Parent POM Parent POM for the SAP AI SDK. Defines dependency versions and plugin configurations