diff --git a/core/pom.xml b/core/pom.xml index 3ecd1a933..f56818d57 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 0.1.0-SNAPSHOT + 0.1.0 core AI Core client diff --git a/foundation-models/openai/pom.xml b/foundation-models/openai/pom.xml index f36918219..1b565ece4 100644 --- a/foundation-models/openai/pom.xml +++ b/foundation-models/openai/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 0.1.0-SNAPSHOT + 0.1.0 ../../pom.xml com.sap.ai.sdk.foundationmodels diff --git a/orchestration/pom.xml b/orchestration/pom.xml index 98b093cb5..bf91d1b09 100644 --- a/orchestration/pom.xml +++ b/orchestration/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 0.1.0-SNAPSHOT + 0.1.0 orchestration Orchestration client diff --git a/pom.xml b/pom.xml index e09c50d42..eb19666bd 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.sap.ai.sdk sdk-parent - 0.1.0-SNAPSHOT + 0.1.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 e20b6dfe4..dfb22fd01 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.1.0-SNAPSHOT + 0.1.0 ../../pom.xml com.sap.ai.sdk.app