Skip to content

Commit 243c877

Browse files
chore: improve maven pom descriptions (#197)
1 parent ebf749d commit 243c877

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<artifactId>core</artifactId>
1010
<name>AI Core client</name>
11-
<description>Generating and testing the AI Core client and other convenience methods.</description>
11+
<description>SAP Cloud SDK for AI is the official Software Development Kit (SDK) for SAP AI Core, SAP Generative AI Hub, and Orchestration Service. This is the AI Core client and other convenience methods.</description>
1212
<url>https://github.com/SAP/ai-sdk-java?tab=readme-ov-file#documentation</url>
1313
<organization>
1414
<name>SAP SE</name>

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 is the official Software Development Kit (SDK) for SAP AI Core, SAP Generative AI Hub, and Orchestration Service. This is the client for consuming Azure OpenAI models without Orchestration Service.</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 is the official Software Development Kit (SDK) for SAP AI Core, SAP Generative AI Hub, and Orchestration Service. This is the 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 is the official Software Development Kit (SDK) for SAP AI Core, SAP Generative AI Hub, and Orchestration Service. 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)