Skip to content

Commit 4b7b67c

Browse files
Maven pom descriptions
1 parent ebf749d commit 4b7b67c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

foundation-models/openai/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>com.sap.ai.sdk.foundationmodels</groupId>
1111
<artifactId>openai</artifactId>
1212
<name>OpenAI client</name>
13-
<description>Client that communicates with OpenAI.</description>
13+
<description>SAP Cloud SDK for AI - Client that communicates with OpenAI.</description>
1414

1515
<url>https://github.com/SAP/ai-sdk-java?tab=readme-ov-file#documentation</url>
1616
<organization>

orchestration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<artifactId>orchestration</artifactId>
1010
<name>Orchestration client</name>
11-
<description>Generating and testing the Orchestration client.</description>
11+
<description>SAP Cloud SDK for AI - Client for the Orchestration service.</description>
1212

1313
<url>https://github.com/SAP/ai-sdk-java?tab=readme-ov-file#documentation</url>
1414
<organization>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<artifactId>sdk-parent</artifactId>
66
<version>0.3.0-SNAPSHOT</version>
77
<packaging>pom</packaging>
8-
<name>SAP AI SDK - Parent POM</name>
9-
<description>Parent POM for the SAP AI SDK. Defines dependency versions and plugin configurations</description>
8+
<name>Parent pom</name>
9+
<description>SAP Cloud SDK for AI - The parent pom defines dependency versions and plugin configurations</description>
1010

1111
<url>https://github.com/SAP/ai-sdk-java?tab=readme-ov-file#documentation</url>
1212
<organization>

sample-code/spring-app/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
</parent>
1010
<groupId>com.sap.ai.sdk.app</groupId>
1111
<artifactId>spring-app</artifactId>
12-
<name>End-to-end test application</name>
13-
<description>Spring Boot application that tests AI clients when deployed in BTP.</description>
12+
<name>Spring Boot application</name>
13+
<description>End-to-end test application, also sample code for customers</description>
1414

1515
<url>https://github.com/SAP/ai-sdk-java?tab=readme-ov-file#documentation</url>
1616
<organization>

0 commit comments

Comments
 (0)