From 0c4651dd27d3a2479777fef59625b696cfe6765c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 20 Dec 2023 19:19:37 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- chroma/deployment/pom.xml | 2 +- chroma/pom.xml | 2 +- chroma/runtime/pom.xml | 2 +- core/deployment/pom.xml | 2 +- core/pom.xml | 2 +- core/runtime/pom.xml | 2 +- docs/pom.xml | 2 +- hugging-face/deployment/pom.xml | 2 +- hugging-face/pom.xml | 2 +- hugging-face/runtime/pom.xml | 2 +- integration-tests/azure-openai/pom.xml | 2 +- integration-tests/devui/pom.xml | 2 +- integration-tests/hugging-face/pom.xml | 2 +- .../in-process-embedding-all-minilm-l6-v2-q/pom.xml | 2 +- .../in-process-embedding-all-minilm-l6-v2/pom.xml | 2 +- integration-tests/in-process-embedding-bge-small-en-q/pom.xml | 2 +- integration-tests/in-process-embedding-bge-small-en/pom.xml | 2 +- integration-tests/in-process-embedding-e5-small-v2-q/pom.xml | 2 +- integration-tests/in-process-embedding-e5-small-v2/pom.xml | 2 +- integration-tests/ollama/pom.xml | 2 +- integration-tests/openai/pom.xml | 2 +- integration-tests/pom.xml | 2 +- milvus/deployment/pom.xml | 2 +- milvus/pom.xml | 2 +- milvus/runtime/pom.xml | 2 +- ollama/deployment/pom.xml | 2 +- ollama/pom.xml | 2 +- ollama/runtime/pom.xml | 2 +- openai/azure-openai/deployment/pom.xml | 2 +- openai/azure-openai/pom.xml | 2 +- openai/azure-openai/runtime/pom.xml | 2 +- openai/openai-common/deployment/pom.xml | 2 +- openai/openai-common/pom.xml | 2 +- openai/openai-common/runtime/pom.xml | 2 +- openai/openai-vanilla/deployment/pom.xml | 2 +- openai/openai-vanilla/pom.xml | 2 +- openai/openai-vanilla/runtime/pom.xml | 2 +- pgvector/deployment/pom.xml | 2 +- pgvector/pom.xml | 4 ++-- pgvector/runtime/pom.xml | 2 +- pinecone/deployment/pom.xml | 2 +- pinecone/pom.xml | 2 +- pinecone/runtime/pom.xml | 2 +- pom.xml | 4 ++-- redis/deployment/pom.xml | 2 +- redis/pom.xml | 2 +- redis/runtime/pom.xml | 2 +- samples/chatbot/pom.xml | 2 +- samples/csv-chatbot/pom.xml | 2 +- samples/email-a-poem/pom.xml | 2 +- samples/fraud-detection/pom.xml | 2 +- samples/review-triage/pom.xml | 2 +- 52 files changed, 54 insertions(+), 54 deletions(-) diff --git a/chroma/deployment/pom.xml b/chroma/deployment/pom.xml index 055307e56..c894f87c1 100644 --- a/chroma/deployment/pom.xml +++ b/chroma/deployment/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-chroma-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-chroma-deployment Quarkus Langchain4j - Chroma - Deployment diff --git a/chroma/pom.xml b/chroma/pom.xml index 8b23dc00d..d23383388 100644 --- a/chroma/pom.xml +++ b/chroma/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-chroma-parent Quarkus Langchain4j - Chroma - Parent diff --git a/chroma/runtime/pom.xml b/chroma/runtime/pom.xml index ff6db5d17..c5a041b4f 100644 --- a/chroma/runtime/pom.xml +++ b/chroma/runtime/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-chroma-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-chroma Quarkus Langchain4j - Chroma - Runtime diff --git a/core/deployment/pom.xml b/core/deployment/pom.xml index f0b3fb0b3..132fbc5e4 100644 --- a/core/deployment/pom.xml +++ b/core/deployment/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-core-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-core-deployment Quarkus Langchain4j - Core - Deployment diff --git a/core/pom.xml b/core/pom.xml index 82420e1c3..f587185af 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-core-parent Quarkus Langchain4j - Core - Parent diff --git a/core/runtime/pom.xml b/core/runtime/pom.xml index 2e6e8cc2f..60883a7da 100644 --- a/core/runtime/pom.xml +++ b/core/runtime/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-core-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-core Quarkus Langchain4j - Core - Runtime diff --git a/docs/pom.xml b/docs/pom.xml index 80904b631..6ff2d280f 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-parent - 0.5.1 + 999-SNAPSHOT ../pom.xml diff --git a/hugging-face/deployment/pom.xml b/hugging-face/deployment/pom.xml index 19d7fee1b..4de813e62 100644 --- a/hugging-face/deployment/pom.xml +++ b/hugging-face/deployment/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-hugging-face-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-hugging-face-deployment Quarkus Langchain4j - Hugging Face - Deployment diff --git a/hugging-face/pom.xml b/hugging-face/pom.xml index 9a9877b35..527dc6366 100644 --- a/hugging-face/pom.xml +++ b/hugging-face/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-hugging-face-parent Quarkus Langchain4j - Hugging Face - Parent diff --git a/hugging-face/runtime/pom.xml b/hugging-face/runtime/pom.xml index f31541ec4..b3671d07c 100644 --- a/hugging-face/runtime/pom.xml +++ b/hugging-face/runtime/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-hugging-face-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-hugging-face Quarkus Langchain4j - Hugging Face - Runtime diff --git a/integration-tests/azure-openai/pom.xml b/integration-tests/azure-openai/pom.xml index ba3142fab..5c1aa66be 100644 --- a/integration-tests/azure-openai/pom.xml +++ b/integration-tests/azure-openai/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-integration-tests-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-integration-tests-azure-openai Quarkus Langchain4j - Integration Tests - Azure OpenAI diff --git a/integration-tests/devui/pom.xml b/integration-tests/devui/pom.xml index 1a9d3c1e5..c02feaa24 100644 --- a/integration-tests/devui/pom.xml +++ b/integration-tests/devui/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-integration-tests-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-integration-tests-devui Quarkus Langchain4j - Integration Tests - Dev UI diff --git a/integration-tests/hugging-face/pom.xml b/integration-tests/hugging-face/pom.xml index f7ccafffe..074ca7a8f 100644 --- a/integration-tests/hugging-face/pom.xml +++ b/integration-tests/hugging-face/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-integration-tests-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-integration-tests-hugging-face Quarkus Langchain4j - Integration Tests - Hugging Face diff --git a/integration-tests/in-process-embedding-all-minilm-l6-v2-q/pom.xml b/integration-tests/in-process-embedding-all-minilm-l6-v2-q/pom.xml index c95918525..cf8703cb6 100644 --- a/integration-tests/in-process-embedding-all-minilm-l6-v2-q/pom.xml +++ b/integration-tests/in-process-embedding-all-minilm-l6-v2-q/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-integration-tests-parent - 0.5.1 + 999-SNAPSHOT in-process-embedding-all-minilm-l6-v2-q diff --git a/integration-tests/in-process-embedding-all-minilm-l6-v2/pom.xml b/integration-tests/in-process-embedding-all-minilm-l6-v2/pom.xml index d2e9c0af3..f67a5b1f2 100644 --- a/integration-tests/in-process-embedding-all-minilm-l6-v2/pom.xml +++ b/integration-tests/in-process-embedding-all-minilm-l6-v2/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-integration-tests-parent - 0.5.1 + 999-SNAPSHOT in-process-embedding-all-minilm-l6-v2 diff --git a/integration-tests/in-process-embedding-bge-small-en-q/pom.xml b/integration-tests/in-process-embedding-bge-small-en-q/pom.xml index aa767828d..617090e64 100644 --- a/integration-tests/in-process-embedding-bge-small-en-q/pom.xml +++ b/integration-tests/in-process-embedding-bge-small-en-q/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-integration-tests-parent - 0.5.1 + 999-SNAPSHOT in-process-embedding-bge-small-en-q diff --git a/integration-tests/in-process-embedding-bge-small-en/pom.xml b/integration-tests/in-process-embedding-bge-small-en/pom.xml index a521f46c5..3646a118d 100644 --- a/integration-tests/in-process-embedding-bge-small-en/pom.xml +++ b/integration-tests/in-process-embedding-bge-small-en/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-integration-tests-parent - 0.5.1 + 999-SNAPSHOT in-process-embedding-bge-small-en diff --git a/integration-tests/in-process-embedding-e5-small-v2-q/pom.xml b/integration-tests/in-process-embedding-e5-small-v2-q/pom.xml index edda4e92f..b253080ca 100644 --- a/integration-tests/in-process-embedding-e5-small-v2-q/pom.xml +++ b/integration-tests/in-process-embedding-e5-small-v2-q/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-integration-tests-parent - 0.5.1 + 999-SNAPSHOT in-process-embedding-e5-small-v2-q diff --git a/integration-tests/in-process-embedding-e5-small-v2/pom.xml b/integration-tests/in-process-embedding-e5-small-v2/pom.xml index 81f0f473a..e229fdd15 100644 --- a/integration-tests/in-process-embedding-e5-small-v2/pom.xml +++ b/integration-tests/in-process-embedding-e5-small-v2/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-integration-tests-parent - 0.5.1 + 999-SNAPSHOT in-process-embedding-e5-small-v2 diff --git a/integration-tests/ollama/pom.xml b/integration-tests/ollama/pom.xml index 6ecbe0851..aa3aea43e 100644 --- a/integration-tests/ollama/pom.xml +++ b/integration-tests/ollama/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-integration-tests-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-integration-tests-ollama Quarkus Langchain4j - Integration Tests - Ollama diff --git a/integration-tests/openai/pom.xml b/integration-tests/openai/pom.xml index 20610d3b5..35dca9cbe 100644 --- a/integration-tests/openai/pom.xml +++ b/integration-tests/openai/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-integration-tests-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-integration-tests-openai Quarkus Langchain4j - Integration Tests - OpenAI diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 8e65d2f59..19c25c258 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-integration-tests-parent Quarkus Langchain4j - Integration Tests - Parent diff --git a/milvus/deployment/pom.xml b/milvus/deployment/pom.xml index e505abc77..c5b895770 100644 --- a/milvus/deployment/pom.xml +++ b/milvus/deployment/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-milvus-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-milvus-deployment Quarkus Langchain4j - Milvus embedding store - Deployment diff --git a/milvus/pom.xml b/milvus/pom.xml index 38735ccb1..b841069d8 100644 --- a/milvus/pom.xml +++ b/milvus/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-milvus-parent Quarkus Langchain4j - Milvus embedding store - Parent diff --git a/milvus/runtime/pom.xml b/milvus/runtime/pom.xml index ed27aaa4a..875255c85 100644 --- a/milvus/runtime/pom.xml +++ b/milvus/runtime/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-milvus-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-milvus Quarkus Langchain4j - Milvus embedding store - Runtime diff --git a/ollama/deployment/pom.xml b/ollama/deployment/pom.xml index 2aa7eb15e..b128d282d 100644 --- a/ollama/deployment/pom.xml +++ b/ollama/deployment/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-ollama-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-ollama-deployment Quarkus Langchain4j - Ollama - Deployment diff --git a/ollama/pom.xml b/ollama/pom.xml index f4d50977a..19216f828 100644 --- a/ollama/pom.xml +++ b/ollama/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-ollama-parent Quarkus Langchain4j - Ollama - Parent diff --git a/ollama/runtime/pom.xml b/ollama/runtime/pom.xml index d3b487739..cf63826cc 100644 --- a/ollama/runtime/pom.xml +++ b/ollama/runtime/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-ollama-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-ollama Quarkus Langchain4j - Ollama - Runtime diff --git a/openai/azure-openai/deployment/pom.xml b/openai/azure-openai/deployment/pom.xml index a4a2d8623..2ec6b0987 100644 --- a/openai/azure-openai/deployment/pom.xml +++ b/openai/azure-openai/deployment/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-azure-openai-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-azure-openai-deployment Quarkus Langchain4j - Azure OpenAI - Deployment diff --git a/openai/azure-openai/pom.xml b/openai/azure-openai/pom.xml index 081ad0640..33b227d52 100644 --- a/openai/azure-openai/pom.xml +++ b/openai/azure-openai/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-parent - 0.5.1 + 999-SNAPSHOT ../../pom.xml quarkus-langchain4j-azure-openai-parent diff --git a/openai/azure-openai/runtime/pom.xml b/openai/azure-openai/runtime/pom.xml index c2ca76a37..9a3f20ef4 100644 --- a/openai/azure-openai/runtime/pom.xml +++ b/openai/azure-openai/runtime/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-azure-openai-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-azure-openai Quarkus Langchain4j - Azure OpenAI - Runtime diff --git a/openai/openai-common/deployment/pom.xml b/openai/openai-common/deployment/pom.xml index d79977646..d2200a731 100644 --- a/openai/openai-common/deployment/pom.xml +++ b/openai/openai-common/deployment/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-openai-common-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-openai-common-deployment Quarkus Langchain4j - OpenAI - Common - Deployment diff --git a/openai/openai-common/pom.xml b/openai/openai-common/pom.xml index 2ec8ffe9b..9a57b64c8 100644 --- a/openai/openai-common/pom.xml +++ b/openai/openai-common/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-parent - 0.5.1 + 999-SNAPSHOT ../../pom.xml quarkus-langchain4j-openai-common-parent diff --git a/openai/openai-common/runtime/pom.xml b/openai/openai-common/runtime/pom.xml index 9dac6d30c..b443cb637 100644 --- a/openai/openai-common/runtime/pom.xml +++ b/openai/openai-common/runtime/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-openai-common-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-openai-common Quarkus Langchain4j - OpenAI - Common - Runtime diff --git a/openai/openai-vanilla/deployment/pom.xml b/openai/openai-vanilla/deployment/pom.xml index adf289fea..2e7b6ed11 100644 --- a/openai/openai-vanilla/deployment/pom.xml +++ b/openai/openai-vanilla/deployment/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-openai-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-openai-deployment Quarkus Langchain4j - OpenAI - Deployment diff --git a/openai/openai-vanilla/pom.xml b/openai/openai-vanilla/pom.xml index 00dc9310f..169bb1150 100644 --- a/openai/openai-vanilla/pom.xml +++ b/openai/openai-vanilla/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-parent - 0.5.1 + 999-SNAPSHOT ../../pom.xml quarkus-langchain4j-openai-parent diff --git a/openai/openai-vanilla/runtime/pom.xml b/openai/openai-vanilla/runtime/pom.xml index 73cfbb00a..d21673202 100644 --- a/openai/openai-vanilla/runtime/pom.xml +++ b/openai/openai-vanilla/runtime/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-openai-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-openai Quarkus Langchain4j - OpenAI - Runtime diff --git a/pgvector/deployment/pom.xml b/pgvector/deployment/pom.xml index abfd5d2ca..2162a311c 100644 --- a/pgvector/deployment/pom.xml +++ b/pgvector/deployment/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-pgvector-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-pgvector-deployment Quarkus langchain4j-pgvector - Deployment diff --git a/pgvector/pom.xml b/pgvector/pom.xml index ed9093746..952d64cf0 100644 --- a/pgvector/pom.xml +++ b/pgvector/pom.xml @@ -4,10 +4,10 @@ io.quarkiverse.langchain4j quarkus-langchain4j-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-pgvector-parent - 0.5.1 + 999-SNAPSHOT pom Quarkus langchain4j-pgvector - Parent diff --git a/pgvector/runtime/pom.xml b/pgvector/runtime/pom.xml index 67991f77a..1671436e3 100644 --- a/pgvector/runtime/pom.xml +++ b/pgvector/runtime/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-pgvector-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-pgvector Quarkus langchain4j-pgvector - Runtime diff --git a/pinecone/deployment/pom.xml b/pinecone/deployment/pom.xml index 81fcacd16..7de50ca8f 100644 --- a/pinecone/deployment/pom.xml +++ b/pinecone/deployment/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-pinecone-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-pinecone-deployment Quarkus Langchain4j - Pinecone embedding store - Deployment diff --git a/pinecone/pom.xml b/pinecone/pom.xml index f37080c16..4070774d5 100644 --- a/pinecone/pom.xml +++ b/pinecone/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-pinecone-parent Quarkus Langchain4j - Pinecone embedding store - Parent diff --git a/pinecone/runtime/pom.xml b/pinecone/runtime/pom.xml index 8167048fd..30a89d5aa 100644 --- a/pinecone/runtime/pom.xml +++ b/pinecone/runtime/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-pinecone-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-pinecone Quarkus Langchain4j - Pinecone embedding store - Runtime diff --git a/pom.xml b/pom.xml index 8fe9deaa0..1057fb393 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-parent - 0.5.1 + 999-SNAPSHOT pom Quarkus Langchain4j - Parent @@ -29,7 +29,7 @@ scm:git:git@github.com:quarkiverse/quarkus-langchain4j.git scm:git:git@github.com:quarkiverse/quarkus-langchain4j.git https://github.com/quarkiverse/quarkus-langchain4j - 0.5.1 + HEAD 3.11.0 diff --git a/redis/deployment/pom.xml b/redis/deployment/pom.xml index e1e0f1718..342cc02d6 100644 --- a/redis/deployment/pom.xml +++ b/redis/deployment/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-redis-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-redis-deployment Quarkus Langchain4j - Redis embedding store - Deployment diff --git a/redis/pom.xml b/redis/pom.xml index a46aba3ae..092e3fae6 100644 --- a/redis/pom.xml +++ b/redis/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-redis-parent Quarkus Langchain4j - Redis embedding store - Parent diff --git a/redis/runtime/pom.xml b/redis/runtime/pom.xml index b43daf657..323bcab35 100644 --- a/redis/runtime/pom.xml +++ b/redis/runtime/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-redis-parent - 0.5.1 + 999-SNAPSHOT quarkus-langchain4j-redis Quarkus Langchain4j - Redis embedding store - Runtime diff --git a/samples/chatbot/pom.xml b/samples/chatbot/pom.xml index e09a3801c..dbf8320a0 100644 --- a/samples/chatbot/pom.xml +++ b/samples/chatbot/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-parent - 0.5.1 + 999-SNAPSHOT ../.. diff --git a/samples/csv-chatbot/pom.xml b/samples/csv-chatbot/pom.xml index 2a34d0df3..a624d48d1 100644 --- a/samples/csv-chatbot/pom.xml +++ b/samples/csv-chatbot/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-parent - 0.5.1 + 999-SNAPSHOT ../.. diff --git a/samples/email-a-poem/pom.xml b/samples/email-a-poem/pom.xml index 2c126ccae..6f5a85c4f 100644 --- a/samples/email-a-poem/pom.xml +++ b/samples/email-a-poem/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-parent - 0.5.1 + 999-SNAPSHOT ../.. diff --git a/samples/fraud-detection/pom.xml b/samples/fraud-detection/pom.xml index ce924ebce..c5d23b775 100644 --- a/samples/fraud-detection/pom.xml +++ b/samples/fraud-detection/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-parent - 0.5.1 + 999-SNAPSHOT ../.. diff --git a/samples/review-triage/pom.xml b/samples/review-triage/pom.xml index e374bd1f4..f496111b4 100644 --- a/samples/review-triage/pom.xml +++ b/samples/review-triage/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.langchain4j quarkus-langchain4j-parent - 0.5.1 + 999-SNAPSHOT ../..