From 4c617e16b4eff459fa27c55fcbb3226e8e86932d Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Tue, 12 Mar 2024 14:33:45 -0400 Subject: [PATCH] Prepare next development iteration --- document-readers/pdf-reader/pom.xml | 2 +- document-readers/tika-reader/pom.xml | 2 +- models/spring-ai-azure-openai/pom.xml | 2 +- models/spring-ai-bedrock/pom.xml | 2 +- models/spring-ai-huggingface/pom.xml | 2 +- models/spring-ai-mistral-ai/pom.xml | 2 +- models/spring-ai-ollama/pom.xml | 2 +- models/spring-ai-openai/pom.xml | 2 +- models/spring-ai-postgresml/pom.xml | 2 +- models/spring-ai-stability-ai/pom.xml | 2 +- models/spring-ai-transformers/pom.xml | 2 +- models/spring-ai-vertex-ai-gemini/pom.xml | 2 +- models/spring-ai-vertex-ai-palm2/pom.xml | 2 +- pom.xml | 2 +- spring-ai-bom/pom.xml | 2 +- spring-ai-core/pom.xml | 2 +- spring-ai-docs/pom.xml | 2 +- spring-ai-retry/pom.xml | 2 +- spring-ai-spring-boot-autoconfigure/pom.xml | 2 +- .../spring-ai-starter-azure-openai/pom.xml | 2 +- .../spring-ai-starter-azure-store/pom.xml | 2 +- .../spring-ai-starter-bedrock-ai/pom.xml | 2 +- .../spring-ai-starter-chroma-store/pom.xml | 2 +- .../spring-ai-starter-milvus-store/pom.xml | 2 +- .../spring-ai-starter-mistral-ai/pom.xml | 2 +- .../spring-ai-starter-neo4j-store/pom.xml | 2 +- spring-ai-spring-boot-starters/spring-ai-starter-ollama/pom.xml | 2 +- spring-ai-spring-boot-starters/spring-ai-starter-openai/pom.xml | 2 +- .../spring-ai-starter-pgvector-store/pom.xml | 2 +- .../spring-ai-starter-pinecone-store/pom.xml | 2 +- .../spring-ai-starter-postgresml-embedding/pom.xml | 2 +- .../spring-ai-starter-qdrant-store/pom.xml | 2 +- spring-ai-spring-boot-starters/spring-ai-starter-redis/pom.xml | 2 +- .../spring-ai-starter-stability-ai/pom.xml | 2 +- .../spring-ai-starter-transformers/pom.xml | 2 +- .../spring-ai-starter-vertex-ai-gemini/pom.xml | 2 +- .../spring-ai-starter-vertex-ai-palm2/pom.xml | 2 +- .../spring-ai-starter-weaviate-store/pom.xml | 2 +- spring-ai-test/pom.xml | 2 +- vector-stores/spring-ai-azure/pom.xml | 2 +- vector-stores/spring-ai-chroma/pom.xml | 2 +- vector-stores/spring-ai-milvus-store/pom.xml | 2 +- vector-stores/spring-ai-neo4j-store/pom.xml | 2 +- vector-stores/spring-ai-pgvector-store/pom.xml | 2 +- vector-stores/spring-ai-pinecone/pom.xml | 2 +- vector-stores/spring-ai-qdrant/pom.xml | 2 +- vector-stores/spring-ai-redis/pom.xml | 2 +- vector-stores/spring-ai-weaviate/pom.xml | 2 +- 48 files changed, 48 insertions(+), 48 deletions(-) diff --git a/document-readers/pdf-reader/pom.xml b/document-readers/pdf-reader/pom.xml index 7385df471..c870c9176 100644 --- a/document-readers/pdf-reader/pom.xml +++ b/document-readers/pdf-reader/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-pdf-document-reader diff --git a/document-readers/tika-reader/pom.xml b/document-readers/tika-reader/pom.xml index 5ca453c23..76f52a057 100644 --- a/document-readers/tika-reader/pom.xml +++ b/document-readers/tika-reader/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-tika-document-reader diff --git a/models/spring-ai-azure-openai/pom.xml b/models/spring-ai-azure-openai/pom.xml index f87ea44e0..ab7622226 100644 --- a/models/spring-ai-azure-openai/pom.xml +++ b/models/spring-ai-azure-openai/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-azure-openai diff --git a/models/spring-ai-bedrock/pom.xml b/models/spring-ai-bedrock/pom.xml index b6263749a..c7e7d3400 100644 --- a/models/spring-ai-bedrock/pom.xml +++ b/models/spring-ai-bedrock/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-bedrock diff --git a/models/spring-ai-huggingface/pom.xml b/models/spring-ai-huggingface/pom.xml index 67833fa6f..43f32d638 100644 --- a/models/spring-ai-huggingface/pom.xml +++ b/models/spring-ai-huggingface/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-huggingface diff --git a/models/spring-ai-mistral-ai/pom.xml b/models/spring-ai-mistral-ai/pom.xml index 2af01832a..316e22b2a 100644 --- a/models/spring-ai-mistral-ai/pom.xml +++ b/models/spring-ai-mistral-ai/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-mistral-ai diff --git a/models/spring-ai-ollama/pom.xml b/models/spring-ai-ollama/pom.xml index dacf8f023..e8f04527e 100644 --- a/models/spring-ai-ollama/pom.xml +++ b/models/spring-ai-ollama/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml diff --git a/models/spring-ai-openai/pom.xml b/models/spring-ai-openai/pom.xml index 8ab00773c..cadbf64a5 100644 --- a/models/spring-ai-openai/pom.xml +++ b/models/spring-ai-openai/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-openai diff --git a/models/spring-ai-postgresml/pom.xml b/models/spring-ai-postgresml/pom.xml index 5e3feff8f..78ed1e8f2 100644 --- a/models/spring-ai-postgresml/pom.xml +++ b/models/spring-ai-postgresml/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-postgresml diff --git a/models/spring-ai-stability-ai/pom.xml b/models/spring-ai-stability-ai/pom.xml index 2334eb766..4cac3ac20 100644 --- a/models/spring-ai-stability-ai/pom.xml +++ b/models/spring-ai-stability-ai/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-stability-ai diff --git a/models/spring-ai-transformers/pom.xml b/models/spring-ai-transformers/pom.xml index 0b8d27101..fdc8f6903 100644 --- a/models/spring-ai-transformers/pom.xml +++ b/models/spring-ai-transformers/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-transformers diff --git a/models/spring-ai-vertex-ai-gemini/pom.xml b/models/spring-ai-vertex-ai-gemini/pom.xml index 29a4fb2ba..de9f4b3e0 100644 --- a/models/spring-ai-vertex-ai-gemini/pom.xml +++ b/models/spring-ai-vertex-ai-gemini/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-vertex-ai-gemini diff --git a/models/spring-ai-vertex-ai-palm2/pom.xml b/models/spring-ai-vertex-ai-palm2/pom.xml index 7644cfda8..bca1c55ff 100644 --- a/models/spring-ai-vertex-ai-palm2/pom.xml +++ b/models/spring-ai-vertex-ai-palm2/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-vertex-ai-palm2 diff --git a/pom.xml b/pom.xml index eef8efaa8..83bd0e1ff 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT pom https://github.com/spring-projects/spring-ai diff --git a/spring-ai-bom/pom.xml b/spring-ai-bom/pom.xml index 922025875..03655b644 100644 --- a/spring-ai-bom/pom.xml +++ b/spring-ai-bom/pom.xml @@ -7,7 +7,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT spring-ai-bom diff --git a/spring-ai-core/pom.xml b/spring-ai-core/pom.xml index 3ea9632a4..ddd220b8b 100644 --- a/spring-ai-core/pom.xml +++ b/spring-ai-core/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT spring-ai-core jar diff --git a/spring-ai-docs/pom.xml b/spring-ai-docs/pom.xml index d33af1678..ee2be1013 100644 --- a/spring-ai-docs/pom.xml +++ b/spring-ai-docs/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT spring-ai-docs Spring AI Docs diff --git a/spring-ai-retry/pom.xml b/spring-ai-retry/pom.xml index 56eec8a26..75834506d 100644 --- a/spring-ai-retry/pom.xml +++ b/spring-ai-retry/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT spring-ai-retry jar diff --git a/spring-ai-spring-boot-autoconfigure/pom.xml b/spring-ai-spring-boot-autoconfigure/pom.xml index bf6762c8b..80c6aacf1 100644 --- a/spring-ai-spring-boot-autoconfigure/pom.xml +++ b/spring-ai-spring-boot-autoconfigure/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT spring-ai-spring-boot-autoconfigure jar diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-azure-openai/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-azure-openai/pom.xml index e3a577dc5..61a3a6d9d 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-azure-openai/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-azure-openai/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-azure-openai-spring-boot-starter diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-azure-store/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-azure-store/pom.xml index b90c362ab..d688bba56 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-azure-store/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-azure-store/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-azure-vector-store-spring-boot-starter diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-bedrock-ai/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-bedrock-ai/pom.xml index 62376c9d2..781dc92a6 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-bedrock-ai/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-bedrock-ai/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-bedrock-ai-spring-boot-starter diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-chroma-store/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-chroma-store/pom.xml index 01ed73c31..6dd309936 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-chroma-store/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-chroma-store/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-chroma-store-spring-boot-starter diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-milvus-store/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-milvus-store/pom.xml index c3f1afc32..825e9f030 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-milvus-store/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-milvus-store/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-milvus-store-spring-boot-starter diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-mistral-ai/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-mistral-ai/pom.xml index 4d36d3b7f..05a617914 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-mistral-ai/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-mistral-ai/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-mistral-ai-spring-boot-starter diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-neo4j-store/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-neo4j-store/pom.xml index 7a1e8b8dd..cc2941114 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-neo4j-store/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-neo4j-store/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-neo4j-store-spring-boot-starter diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-ollama/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-ollama/pom.xml index cebf0558f..fc3558403 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-ollama/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-ollama/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-ollama-spring-boot-starter diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-openai/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-openai/pom.xml index be6961e0c..95b60e642 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-openai/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-openai/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-openai-spring-boot-starter diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-pgvector-store/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-pgvector-store/pom.xml index 56f5172fc..a194100e6 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-pgvector-store/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-pgvector-store/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-pgvector-store-spring-boot-starter diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-pinecone-store/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-pinecone-store/pom.xml index ff2e241ce..1a46b3bd7 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-pinecone-store/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-pinecone-store/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-pinecone-store-spring-boot-starter diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-postgresml-embedding/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-postgresml-embedding/pom.xml index 9c04c7e2f..0378542fa 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-postgresml-embedding/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-postgresml-embedding/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-postgresml-spring-boot-starter diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-qdrant-store/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-qdrant-store/pom.xml index aa5742a39..4a578cca6 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-qdrant-store/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-qdrant-store/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-qdrant-store-spring-boot-starter diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-redis/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-redis/pom.xml index d9d35fad5..5d6794fb2 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-redis/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-redis/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-redis-spring-boot-starter diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-stability-ai/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-stability-ai/pom.xml index 7a9fb2d46..b2a74b166 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-stability-ai/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-stability-ai/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-stability-ai-spring-boot-starter diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-transformers/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-transformers/pom.xml index a388d2067..5cab1733d 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-transformers/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-transformers/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-transformers-spring-boot-starter diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-vertex-ai-gemini/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-vertex-ai-gemini/pom.xml index e94a6e6cf..3ef367efa 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-vertex-ai-gemini/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-vertex-ai-gemini/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-vertex-ai-gemini-spring-boot-starter diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-vertex-ai-palm2/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-vertex-ai-palm2/pom.xml index 12ecf49b7..eec7a61c0 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-vertex-ai-palm2/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-vertex-ai-palm2/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-vertex-ai-palm2-spring-boot-starter diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-weaviate-store/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-weaviate-store/pom.xml index 50da1a611..ea237a2e1 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-weaviate-store/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-weaviate-store/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-weaviate-store-spring-boot-starter diff --git a/spring-ai-test/pom.xml b/spring-ai-test/pom.xml index 840c2e4f1..5c1f04db0 100644 --- a/spring-ai-test/pom.xml +++ b/spring-ai-test/pom.xml @@ -4,7 +4,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT spring-ai-test jar diff --git a/vector-stores/spring-ai-azure/pom.xml b/vector-stores/spring-ai-azure/pom.xml index ec1941ba2..08f680f83 100644 --- a/vector-stores/spring-ai-azure/pom.xml +++ b/vector-stores/spring-ai-azure/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-azure-vector-store diff --git a/vector-stores/spring-ai-chroma/pom.xml b/vector-stores/spring-ai-chroma/pom.xml index b8db833c6..795ca7581 100644 --- a/vector-stores/spring-ai-chroma/pom.xml +++ b/vector-stores/spring-ai-chroma/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-chroma-store diff --git a/vector-stores/spring-ai-milvus-store/pom.xml b/vector-stores/spring-ai-milvus-store/pom.xml index 2e3a4f886..b0336ef9b 100644 --- a/vector-stores/spring-ai-milvus-store/pom.xml +++ b/vector-stores/spring-ai-milvus-store/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-milvus-store diff --git a/vector-stores/spring-ai-neo4j-store/pom.xml b/vector-stores/spring-ai-neo4j-store/pom.xml index 9a0df76f6..89d7b9db3 100644 --- a/vector-stores/spring-ai-neo4j-store/pom.xml +++ b/vector-stores/spring-ai-neo4j-store/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-neo4j-store diff --git a/vector-stores/spring-ai-pgvector-store/pom.xml b/vector-stores/spring-ai-pgvector-store/pom.xml index 350dc0578..c9077fd6d 100644 --- a/vector-stores/spring-ai-pgvector-store/pom.xml +++ b/vector-stores/spring-ai-pgvector-store/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-pgvector-store diff --git a/vector-stores/spring-ai-pinecone/pom.xml b/vector-stores/spring-ai-pinecone/pom.xml index 3744cbc10..f9a40f83b 100644 --- a/vector-stores/spring-ai-pinecone/pom.xml +++ b/vector-stores/spring-ai-pinecone/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-pinecone diff --git a/vector-stores/spring-ai-qdrant/pom.xml b/vector-stores/spring-ai-qdrant/pom.xml index 8858ff5e7..8b635c4c1 100644 --- a/vector-stores/spring-ai-qdrant/pom.xml +++ b/vector-stores/spring-ai-qdrant/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-qdrant diff --git a/vector-stores/spring-ai-redis/pom.xml b/vector-stores/spring-ai-redis/pom.xml index 1a0a2a078..8bf9b348e 100644 --- a/vector-stores/spring-ai-redis/pom.xml +++ b/vector-stores/spring-ai-redis/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-redis diff --git a/vector-stores/spring-ai-weaviate/pom.xml b/vector-stores/spring-ai-weaviate/pom.xml index b1bb7e427..1aa849322 100644 --- a/vector-stores/spring-ai-weaviate/pom.xml +++ b/vector-stores/spring-ai-weaviate/pom.xml @@ -5,7 +5,7 @@ org.springframework.ai spring-ai - 0.8.1 + 1.0.0-SNAPSHOT ../../pom.xml spring-ai-weaviate-store