Skip to content

Commit 1bce4a4

Browse files
authored
add scm information (now required by maven central) (#507)
Co-authored-by: Jonas Israel <[email protected]>
1 parent 3f7cc3a commit 1bce4a4

File tree

6 files changed

+28
-2
lines changed

6 files changed

+28
-2
lines changed

core-services/document-grounding/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
<organizationUrl>https://www.sap.com</organizationUrl>
3131
</developer>
3232
</developers>
33+
<scm>
34+
<connection>scm:git:git://github.com/SAP/ai-sdk-java.git</connection>
35+
<developerConnection>scm:git:ssh://github.com:SAP/ai-sdk-java.git</developerConnection>
36+
<url>https://github.com/SAP/ai-sdk-java/tree/main</url>
37+
</scm>
3338
<properties>
3439
<project.rootdir>${project.basedir}/../../</project.rootdir>
3540
<coverage.complexity>80%</coverage.complexity>

core-services/prompt-registry/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
<organizationUrl>https://www.sap.com</organizationUrl>
3232
</developer>
3333
</developers>
34+
<scm>
35+
<connection>scm:git:git://github.com/SAP/ai-sdk-java.git</connection>
36+
<developerConnection>scm:git:ssh://github.com:SAP/ai-sdk-java.git</developerConnection>
37+
<url>https://github.com/SAP/ai-sdk-java/tree/main</url>
38+
</scm>
3439
<properties>
3540
<project.rootdir>${project.basedir}/../../</project.rootdir>
3641
<coverage.complexity>75%</coverage.complexity>

core/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
<organizationUrl>https://www.sap.com</organizationUrl>
2929
</developer>
3030
</developers>
31+
<scm>
32+
<connection>scm:git:git://github.com/SAP/ai-sdk-java.git</connection>
33+
<developerConnection>scm:git:ssh://github.com:SAP/ai-sdk-java.git</developerConnection>
34+
<url>https://github.com/SAP/ai-sdk-java/tree/main</url>
35+
</scm>
3136
<properties>
3237
<project.rootdir>${project.basedir}/../</project.rootdir>
3338
<coverage.complexity>64%</coverage.complexity>

foundation-models/openai/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
<organizationUrl>https://www.sap.com</organizationUrl>
3232
</developer>
3333
</developers>
34+
<scm>
35+
<connection>scm:git:git://github.com/SAP/ai-sdk-java.git</connection>
36+
<developerConnection>scm:git:ssh://github.com:SAP/ai-sdk-java.git</developerConnection>
37+
<url>https://github.com/SAP/ai-sdk-java/tree/main</url>
38+
</scm>
3439
<properties>
3540
<project.rootdir>${project.basedir}/../../</project.rootdir>
3641
<coverage.complexity>72%</coverage.complexity>

orchestration/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
<organizationUrl>https://www.sap.com</organizationUrl>
3030
</developer>
3131
</developers>
32+
<scm>
33+
<connection>scm:git:git://github.com/SAP/ai-sdk-java.git</connection>
34+
<developerConnection>scm:git:ssh://github.com:SAP/ai-sdk-java.git</developerConnection>
35+
<url>https://github.com/SAP/ai-sdk-java/tree/main</url>
36+
</scm>
3237
<properties>
3338
<project.rootdir>${project.basedir}/../</project.rootdir>
3439
<coverage.complexity>82%</coverage.complexity>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@
3636
<module>foundation-models/openai</module>
3737
</modules>
3838
<scm>
39-
<connection/>
40-
<url/>
39+
<connection>scm:git:git://github.com/SAP/ai-sdk-java.git</connection>
40+
<developerConnection>scm:git:ssh://github.com:SAP/ai-sdk-java.git</developerConnection>
41+
<url>https://github.com/SAP/ai-sdk-java/tree/main</url>
4142
</scm>
4243
<distributionManagement>
4344
<repository>

0 commit comments

Comments
 (0)