Skip to content

Commit 11585ad

Browse files
committed
Release version 1.0.0-M6
1 parent c623264 commit 11585ad

File tree

101 files changed

+101
-101
lines changed

Some content is hidden

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

101 files changed

+101
-101
lines changed

auto-configurations/spring-ai-mcp-client/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-M6</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>spring-ai-mcp-client-spring-boot-autoconfigure</artifactId>

auto-configurations/spring-ai-mcp-server/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-M6</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>spring-ai-mcp-server-spring-boot-autoconfigure</artifactId>

document-readers/markdown-reader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.springframework.ai</groupId>
2424
<artifactId>spring-ai</artifactId>
25-
<version>1.0.0-SNAPSHOT</version>
25+
<version>1.0.0-M6</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<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
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.springframework.ai</groupId>
2323
<artifactId>spring-ai</artifactId>
24-
<version>1.0.0-SNAPSHOT</version>
24+
<version>1.0.0-M6</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727
<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
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.springframework.ai</groupId>
2323
<artifactId>spring-ai</artifactId>
24-
<version>1.0.0-SNAPSHOT</version>
24+
<version>1.0.0-M6</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>spring-ai-tika-document-reader</artifactId>

mcp/common/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-M6</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>spring-ai-mcp</artifactId>

models/spring-ai-anthropic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.springframework.ai</groupId>
2424
<artifactId>spring-ai</artifactId>
25-
<version>1.0.0-SNAPSHOT</version>
25+
<version>1.0.0-M6</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<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
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.springframework.ai</groupId>
2222
<artifactId>spring-ai</artifactId>
23-
<version>1.0.0-SNAPSHOT</version>
23+
<version>1.0.0-M6</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>spring-ai-azure-openai</artifactId>

models/spring-ai-bedrock-converse/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.springframework.ai</groupId>
2424
<artifactId>spring-ai</artifactId>
25-
<version>1.0.0-SNAPSHOT</version>
25+
<version>1.0.0-M6</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>spring-ai-bedrock-converse</artifactId>

models/spring-ai-bedrock/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.springframework.ai</groupId>
2323
<artifactId>spring-ai</artifactId>
24-
<version>1.0.0-SNAPSHOT</version>
24+
<version>1.0.0-M6</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>spring-ai-bedrock</artifactId>

0 commit comments

Comments
 (0)