Skip to content

Commit 4a892b5

Browse files
committed
Release version 1.0.0-M3
1 parent cc3d338 commit 4a892b5

File tree

87 files changed

+96
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+96
-86
lines changed

document-readers/markdown-reader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.ai</groupId>
88
<artifactId>spring-ai</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0-M3</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>spring-ai-markdown-document-reader</artifactId>

document-readers/pdf-reader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.ai</groupId>
77
<artifactId>spring-ai</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0-M3</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-pdf-document-reader</artifactId>

document-readers/tika-reader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.ai</groupId>
77
<artifactId>spring-ai</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0-M3</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-tika-document-reader</artifactId>

models/spring-ai-anthropic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.ai</groupId>
88
<artifactId>spring-ai</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0-M3</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>spring-ai-anthropic</artifactId>

models/spring-ai-azure-openai/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.ai</groupId>
66
<artifactId>spring-ai</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0-M3</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-azure-openai</artifactId>

models/spring-ai-bedrock/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.ai</groupId>
77
<artifactId>spring-ai</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0-M3</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-bedrock</artifactId>

models/spring-ai-huggingface/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.ai</groupId>
66
<artifactId>spring-ai</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0-M3</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-huggingface</artifactId>

models/spring-ai-minimax/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.ai</groupId>
77
<artifactId>spring-ai</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0-M3</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-minimax</artifactId>

models/spring-ai-mistral-ai/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.ai</groupId>
77
<artifactId>spring-ai</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0-M3</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-mistral-ai</artifactId>

models/spring-ai-moonshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.ai</groupId>
77
<artifactId>spring-ai</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0-M3</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-moonshot</artifactId>

0 commit comments

Comments
 (0)