From ca64eff8ac6dd39d841295f2cdadfa674fa044f1 Mon Sep 17 00:00:00 2001 From: Fu Cheng Date: Tue, 18 Jun 2024 10:05:21 +0800 Subject: [PATCH] bump version --- core/pom.xml | 2 +- launchers/launcher-jdk-http-sync/pom.xml | 2 +- launchers/pom.xml | 2 +- llm/dashscope/pom.xml | 2 +- llm/mistral-ai/pom.xml | 2 +- llm/openai/pom.xml | 2 +- llm/pom.xml | 2 +- pom.xml | 2 +- spring/pom.xml | 2 +- spring/spring-boot-autoconfigure/pom.xml | 2 +- spring/spring-boot-starter/pom.xml | 4 ++-- spring/spring-dev/pom.xml | 2 +- spring/spring-integration/pom.xml | 2 +- tool-builders/openapi/pom.xml | 2 +- tool-builders/pom.xml | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index ce608db..b1583b5 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ io.github.llmagentbuilder llm-agent-builder - 0.1.5 + 0.2.0 core diff --git a/launchers/launcher-jdk-http-sync/pom.xml b/launchers/launcher-jdk-http-sync/pom.xml index 8af045a..9c847a5 100644 --- a/launchers/launcher-jdk-http-sync/pom.xml +++ b/launchers/launcher-jdk-http-sync/pom.xml @@ -6,7 +6,7 @@ io.github.llmagentbuilder launchers - 0.1.5 + 0.2.0 launcher-jdk-http-sync diff --git a/launchers/pom.xml b/launchers/pom.xml index 9ce8907..e5bbc3f 100644 --- a/launchers/pom.xml +++ b/launchers/pom.xml @@ -6,7 +6,7 @@ io.github.llmagentbuilder llm-agent-builder - 0.1.5 + 0.2.0 launchers diff --git a/llm/dashscope/pom.xml b/llm/dashscope/pom.xml index b57780b..2a2f766 100644 --- a/llm/dashscope/pom.xml +++ b/llm/dashscope/pom.xml @@ -6,7 +6,7 @@ io.github.llmagentbuilder llm - 0.1.5 + 0.2.0 llm-dashscope diff --git a/llm/mistral-ai/pom.xml b/llm/mistral-ai/pom.xml index a01a9b7..8ce4cd9 100644 --- a/llm/mistral-ai/pom.xml +++ b/llm/mistral-ai/pom.xml @@ -6,7 +6,7 @@ io.github.llmagentbuilder llm - 0.1.5 + 0.2.0 llm-mistral-ai diff --git a/llm/openai/pom.xml b/llm/openai/pom.xml index 8d04215..9e4f935 100644 --- a/llm/openai/pom.xml +++ b/llm/openai/pom.xml @@ -6,7 +6,7 @@ io.github.llmagentbuilder llm - 0.1.5 + 0.2.0 llm-openai diff --git a/llm/pom.xml b/llm/pom.xml index d96c351..ef3cb2e 100644 --- a/llm/pom.xml +++ b/llm/pom.xml @@ -6,7 +6,7 @@ io.github.llmagentbuilder llm-agent-builder - 0.1.5 + 0.2.0 llm diff --git a/pom.xml b/pom.xml index 77a4916..023c620 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.llmagentbuilder llm-agent-builder - 0.1.5 + 0.2.0 pom LLM Agent Builder diff --git a/spring/pom.xml b/spring/pom.xml index a752aa8..afd1604 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -6,7 +6,7 @@ io.github.llmagentbuilder llm-agent-builder - 0.1.5 + 0.2.0 spring diff --git a/spring/spring-boot-autoconfigure/pom.xml b/spring/spring-boot-autoconfigure/pom.xml index 1f41b29..a527449 100644 --- a/spring/spring-boot-autoconfigure/pom.xml +++ b/spring/spring-boot-autoconfigure/pom.xml @@ -6,7 +6,7 @@ io.github.llmagentbuilder spring - 0.1.5 + 0.2.0 spring-boot-autoconfigure diff --git a/spring/spring-boot-starter/pom.xml b/spring/spring-boot-starter/pom.xml index d52dc89..cd8189a 100644 --- a/spring/spring-boot-starter/pom.xml +++ b/spring/spring-boot-starter/pom.xml @@ -6,7 +6,7 @@ io.github.llmagentbuilder spring - 0.1.5 + 0.2.0 spring-boot-starter @@ -18,7 +18,7 @@ io.github.llmagentbuilder spring-boot-autoconfigure - 0.1.5 + 0.2.0 diff --git a/spring/spring-dev/pom.xml b/spring/spring-dev/pom.xml index 5b706a0..061f425 100644 --- a/spring/spring-dev/pom.xml +++ b/spring/spring-dev/pom.xml @@ -6,7 +6,7 @@ io.github.llmagentbuilder spring - 0.1.5 + 0.2.0 spring-dev diff --git a/spring/spring-integration/pom.xml b/spring/spring-integration/pom.xml index de0b953..2a277fd 100644 --- a/spring/spring-integration/pom.xml +++ b/spring/spring-integration/pom.xml @@ -6,7 +6,7 @@ io.github.llmagentbuilder spring - 0.1.5 + 0.2.0 spring-integration diff --git a/tool-builders/openapi/pom.xml b/tool-builders/openapi/pom.xml index d7db593..a33f9b4 100644 --- a/tool-builders/openapi/pom.xml +++ b/tool-builders/openapi/pom.xml @@ -6,7 +6,7 @@ io.github.llmagentbuilder tool-builders - 0.1.5 + 0.2.0 tool-builder-openapi diff --git a/tool-builders/pom.xml b/tool-builders/pom.xml index 35c17fc..d0eb1f8 100644 --- a/tool-builders/pom.xml +++ b/tool-builders/pom.xml @@ -6,7 +6,7 @@ io.github.llmagentbuilder llm-agent-builder - 0.1.5 + 0.2.0 tool-builders