Release version 1.0.0-M3

This commit is contained in:
Mark Pollack
2024-10-08 23:18:50 +02:00
parent cc3d338fa3
commit 4a892b5269
87 changed files with 96 additions and 86 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>spring-ai-markdown-document-reader</artifactId>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>spring-ai-pdf-document-reader</artifactId>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>spring-ai-tika-document-reader</artifactId>