Compare commits

..

3 Commits

Author SHA1 Message Date
f134d348f9 Release version 1.0.0 2025-07-20 19:07:14 +02:00
2683b0a0e8 Finalize release 1.0.0 2025-07-20 19:02:21 +02:00
94aab87c27 Prepare release 1.0.0-rc.0 2025-07-20 19:01:06 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>com.pablotj</groupId>
<artifactId>ai-chat-offline</artifactId>
<version>1.0.0-rc0</version>
<version>1.0.0</version>
</parent>
<artifactId>chat-api</artifactId>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>com.pablotj</groupId>
<artifactId>ai-chat-offline</artifactId>
<version>1.0.0-rc0</version>
<version>1.0.0</version>
</parent>
<artifactId>chat-web-client</artifactId>

View File

@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.pablotj</groupId>
<artifactId>ai-chat-offline</artifactId>
<version>1.0.0-rc0</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<parent>