Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Oct 10, 2024
1 parent a0dd373 commit e48bb78
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion agent-components/planner/planner-executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>agent-planner</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>planner-executor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-components/planner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>agent-components</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>agent-planner</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-components/planner/react-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>agent-planner</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>agent-planner-react-json</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-components/planner/react/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>agent-planner</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>agent-planner-react</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-components/planner/simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>agent-planner</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>agent-planner-simple</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-components/planner/structuredchat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>agent-planner</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>agent-planner-structuredchat</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>llm-agent-builder</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>agent-components</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-components/profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>agent-components</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>agent-profile</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-components/profile/system-message/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>agent-profile</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>agent-profile-system-message</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-components/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>agent-components</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>agent-tool</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>llm-agent-builder</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>bootstrap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>llm-agent-builder</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>cli</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import kotlin.system.exitProcess
@CommandLine.Command(
name = "llm-agent-builder",
mixinStandardHelpOptions = true,
version = ["0.3.0"],
version = ["0.3.1"],
description = ["Build LLM agents"],
subcommands = [RunCommand::class, BuildCommand::class],
)
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>llm-agent-builder</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion launchers/ktor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>launchers</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>launcher-ktor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion launchers/launcher-jdk-http-sync/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>launchers</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>launcher-jdk-http-sync</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion launchers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>llm-agent-builder</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>launchers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion llm/openai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>llm</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>llm-openai</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion llm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>llm-agent-builder</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>llm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion observation/open-telemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>observation</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>open-telemetry</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion observation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>llm-agent-builder</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>observation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.llmagentbuilder</groupId>
<artifactId>llm-agent-builder</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
<packaging>pom</packaging>
<name>LLM Agent Builder</name>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion tool-builders/openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>tool-builders</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>tool-builder-openapi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tool-builders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>llm-agent-builder</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>tool-builders</artifactId>
Expand Down

0 comments on commit e48bb78

Please sign in to comment.