diff --git a/core/pom.xml b/core/pom.xml index 12b6bd94..ffdf6b29 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 0.2.0-SNAPSHOT + 0.1.0-SNAPSHOT core AI Core client diff --git a/foundation-models/openai/pom.xml b/foundation-models/openai/pom.xml index 854887d5..37721f18 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.1.0-SNAPSHOT ../../pom.xml com.sap.ai.sdk.foundationmodels diff --git a/orchestration/pom.xml b/orchestration/pom.xml index e8919a4d..91637461 100644 --- a/orchestration/pom.xml +++ b/orchestration/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 0.2.0-SNAPSHOT + 0.1.0-SNAPSHOT orchestration Orchestration client diff --git a/pom.xml b/pom.xml index 499255d7..9e9c75d9 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.1.0-SNAPSHOT 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 43cd6fe4..50c1cd92 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.1.0-SNAPSHOT ../../pom.xml com.sap.ai.sdk.app