Skip to content

Commit d0c3acf

Browse files
committed
Milestone Release 0.8.0
1 parent 56cbb22 commit d0c3acf

File tree

42 files changed

+43
-43
lines changed

Some content is hidden

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

42 files changed

+43
-43
lines changed

document-readers/pdf-reader/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-pdf-document-reader</artifactId>

document-readers/tika-reader/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-tika-document-reader</artifactId>

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

+1-1
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>0.8.1-SNAPSHOT</version>
7+
<version>0.8.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-azure-openai</artifactId>

models/spring-ai-bedrock/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-bedrock</artifactId>

models/spring-ai-huggingface/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
7+
<version>0.8.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-huggingface</artifactId>

models/spring-ai-ollama/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

models/spring-ai-openai/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
7+
<version>0.8.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-openai</artifactId>

models/spring-ai-postgresml/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-postgresml</artifactId>

models/spring-ai-stabilityai/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-stability-ai</artifactId>

models/spring-ai-transformers/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-transformers</artifactId>

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

+1-1
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>0.8.1-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-vertex-ai</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.springframework.ai</groupId>
66
<artifactId>spring-ai</artifactId>
7-
<version>0.8.1-SNAPSHOT</version>
7+
<version>0.8.0</version>
88

99
<packaging>pom</packaging>
1010
<url>https://github.com/spring-projects/spring-ai</url>

spring-ai-bom/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
9+
<version>0.8.0</version>
1010
</parent>
1111

1212
<artifactId>spring-ai-bom</artifactId>

spring-ai-core/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
</parent>
1010
<artifactId>spring-ai-core</artifactId>
1111
<packaging>jar</packaging>

spring-ai-docs/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
7+
<version>0.8.0</version>
88
</parent>
99
<artifactId>spring-ai-docs</artifactId>
1010
<name>Spring AI Docs</name>

spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc

+2-2

spring-ai-spring-boot-autoconfigure/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
</parent>
1010
<artifactId>spring-ai-spring-boot-autoconfigure</artifactId>
1111
<packaging>jar</packaging>

spring-ai-spring-boot-starters/spring-ai-starter-azure-openai/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
7+
<version>0.8.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-azure-openai-spring-boot-starter</artifactId>

spring-ai-spring-boot-starters/spring-ai-starter-azure-store/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
7+
<version>0.8.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-azure-vector-store-spring-boot-starter</artifactId>

spring-ai-spring-boot-starters/spring-ai-starter-bedrock-ai/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-bedrock-ai-spring-boot-starter</artifactId>

spring-ai-spring-boot-starters/spring-ai-starter-chroma-store/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
7+
<version>0.8.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-chroma-store-spring-boot-starter</artifactId>

spring-ai-spring-boot-starters/spring-ai-starter-milvus-store/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
7+
<version>0.8.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-milvus-store-spring-boot-starter</artifactId>

spring-ai-spring-boot-starters/spring-ai-starter-neo4j-store/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
7+
<version>0.8.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-neo4j-store-spring-boot-starter</artifactId>

spring-ai-spring-boot-starters/spring-ai-starter-ollama/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
7+
<version>0.8.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-ollama-spring-boot-starter</artifactId>

spring-ai-spring-boot-starters/spring-ai-starter-openai/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
7+
<version>0.8.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-openai-spring-boot-starter</artifactId>

spring-ai-spring-boot-starters/spring-ai-starter-pgvector-store/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
7+
<version>0.8.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-pgvector-store-spring-boot-starter</artifactId>

spring-ai-spring-boot-starters/spring-ai-starter-pinecone-store/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
7+
<version>0.8.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-pinecone-store-spring-boot-starter</artifactId>

spring-ai-spring-boot-starters/spring-ai-starter-postgresml-embedding/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
7+
<version>0.8.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-postgresml-spring-boot-starter</artifactId>

spring-ai-spring-boot-starters/spring-ai-starter-redis/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
7+
<version>0.8.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-redis-spring-boot-starter</artifactId>

spring-ai-spring-boot-starters/spring-ai-starter-stability-ai/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
7+
<version>0.8.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-stability-ai-spring-boot-starter</artifactId>

spring-ai-spring-boot-starters/spring-ai-starter-transformers/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
7+
<version>0.8.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-transformers-spring-boot-starter</artifactId>

spring-ai-spring-boot-starters/spring-ai-starter-vertex-ai/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
7+
<version>0.8.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-vertex-ai-spring-boot-starter</artifactId>

spring-ai-spring-boot-starters/spring-ai-starter-weaviate-store/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
7+
<version>0.8.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-weaviate-store-spring-boot-starter</artifactId>

spring-ai-test/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
7+
<version>0.8.0</version>
88
</parent>
99
<artifactId>spring-ai-test</artifactId>
1010
<packaging>jar</packaging>

vector-stores/spring-ai-azure/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-azure-vector-store</artifactId>

vector-stores/spring-ai-chroma/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-chroma-store</artifactId>

vector-stores/spring-ai-milvus-store/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-milvus-store</artifactId>

vector-stores/spring-ai-neo4j-store/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-neo4j-store</artifactId>

vector-stores/spring-ai-pgvector-store/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-pgvector-store</artifactId>

vector-stores/spring-ai-pinecone/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-pinecone</artifactId>

vector-stores/spring-ai-redis/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-redis</artifactId>

vector-stores/spring-ai-weaviate/pom.xml

+1-1
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>0.8.1-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-weaviate-store</artifactId>

0 commit comments

Comments
 (0)