Skip to content

Commit 54da3ee

Browse files
committed
fixed publishing to maven central
Signed-off-by: Linar Abzaltdinov <abzaltdinov@gmail.com>
1 parent 137f659 commit 54da3ee

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<version>1.0.0</version>
1010
<packaging>pom</packaging>
1111

12-
<name>Spring AI model - GigaChat</name>
13-
<description>GigaChat models support</description>
12+
<name>Spring AI model - GigaChat - Parent</name>
13+
<description>GigaChat models support parent</description>
1414
<url>https://github.com/ai-forever/spring-ai-gigachat</url>
1515

1616
<modules>

spring-ai-autoconfigure-model-gigachat/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
<artifactId>spring-ai-autoconfigure-model-gigachat</artifactId>
1414

15+
<name>Spring AI model - GigaChat - Autoconfiguration</name>
16+
<description>GigaChat models support autoconfiguration</description>
17+
<url>https://github.com/ai-forever/spring-ai-gigachat</url>
18+
1519
<dependencies>
1620
<dependency>
1721
<groupId>chat.giga</groupId>

spring-ai-gigachat/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
<artifactId>spring-ai-gigachat</artifactId>
1414

15+
<name>Spring AI model - GigaChat</name>
16+
<description>GigaChat models support</description>
17+
<url>https://github.com/ai-forever/spring-ai-gigachat</url>
18+
1519
<dependencies>
1620
<dependency>
1721
<groupId>io.github.hakky54</groupId>

spring-ai-starter-model-gigachat/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
<artifactId>spring-ai-starter-model-gigachat</artifactId>
1414

15+
<name>Spring AI model - GigaChat - Spring Boot Starter</name>
16+
<description>GigaChat models support Spring Boot Starter</description>
17+
<url>https://github.com/ai-forever/spring-ai-gigachat</url>
18+
1519
<dependencies>
1620
<dependency>
1721
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)