From af3ba94fef149d51734f4794a76797b32ad87f9c Mon Sep 17 00:00:00 2001 From: Jonas Israel Date: Tue, 22 Jul 2025 17:36:11 +0200 Subject: [PATCH] add scm information (now required by maven central) --- core-services/document-grounding/pom.xml | 5 +++++ core-services/prompt-registry/pom.xml | 5 +++++ core/pom.xml | 5 +++++ foundation-models/openai/pom.xml | 5 +++++ orchestration/pom.xml | 5 +++++ pom.xml | 5 +++-- 6 files changed, 28 insertions(+), 2 deletions(-) diff --git a/core-services/document-grounding/pom.xml b/core-services/document-grounding/pom.xml index c55b8af59..2524c18a3 100644 --- a/core-services/document-grounding/pom.xml +++ b/core-services/document-grounding/pom.xml @@ -30,6 +30,11 @@ https://www.sap.com + + scm:git:git://github.com/SAP/ai-sdk-java.git + scm:git:ssh://github.com:SAP/ai-sdk-java.git + https://github.com/SAP/ai-sdk-java/tree/main + ${project.basedir}/../../ 80% diff --git a/core-services/prompt-registry/pom.xml b/core-services/prompt-registry/pom.xml index de8c23b80..4b694979e 100644 --- a/core-services/prompt-registry/pom.xml +++ b/core-services/prompt-registry/pom.xml @@ -31,6 +31,11 @@ https://www.sap.com + + scm:git:git://github.com/SAP/ai-sdk-java.git + scm:git:ssh://github.com:SAP/ai-sdk-java.git + https://github.com/SAP/ai-sdk-java/tree/main + ${project.basedir}/../../ 75% diff --git a/core/pom.xml b/core/pom.xml index d68324dd0..1610b6e1f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -28,6 +28,11 @@ https://www.sap.com + + scm:git:git://github.com/SAP/ai-sdk-java.git + scm:git:ssh://github.com:SAP/ai-sdk-java.git + https://github.com/SAP/ai-sdk-java/tree/main + ${project.basedir}/../ 64% diff --git a/foundation-models/openai/pom.xml b/foundation-models/openai/pom.xml index 75f1922ab..70cdb8ced 100644 --- a/foundation-models/openai/pom.xml +++ b/foundation-models/openai/pom.xml @@ -31,6 +31,11 @@ https://www.sap.com + + scm:git:git://github.com/SAP/ai-sdk-java.git + scm:git:ssh://github.com:SAP/ai-sdk-java.git + https://github.com/SAP/ai-sdk-java/tree/main + ${project.basedir}/../../ 72% diff --git a/orchestration/pom.xml b/orchestration/pom.xml index 69ae93798..99b2df8ff 100644 --- a/orchestration/pom.xml +++ b/orchestration/pom.xml @@ -29,6 +29,11 @@ https://www.sap.com + + scm:git:git://github.com/SAP/ai-sdk-java.git + scm:git:ssh://github.com:SAP/ai-sdk-java.git + https://github.com/SAP/ai-sdk-java/tree/main + ${project.basedir}/../ 82% diff --git a/pom.xml b/pom.xml index 1271bbcfc..4a1209a8b 100644 --- a/pom.xml +++ b/pom.xml @@ -36,8 +36,9 @@ foundation-models/openai - - + scm:git:git://github.com/SAP/ai-sdk-java.git + scm:git:ssh://github.com:SAP/ai-sdk-java.git + https://github.com/SAP/ai-sdk-java/tree/main