Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Dec 26, 2024
1 parent f4a223d commit cbebdc8
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion baidu-hot-search/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>tools</artifactId>
<version>0.2.2</version>
<version>0.4.0</version>
</parent>

<artifactId>tool-baidu-hot-search</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion baidu-search/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>tools</artifactId>
<version>0.2.2</version>
<version>0.4.0</version>
</parent>

<artifactId>tool-baidu-search</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code-execution/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>tools</artifactId>
<version>0.2.2</version>
<version>0.4.0</version>
</parent>

<artifactId>code-execution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code-executor-java/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>tools</artifactId>
<version>0.2.2</version>
<version>0.4.0</version>
</parent>

<artifactId>tool-java-code-execution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code-executor-python/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>tools</artifactId>
<version>0.2.2</version>
<version>0.4.0</version>
</parent>

<artifactId>tool-python-code-execution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extract-web-page-content/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>tools</artifactId>
<version>0.2.2</version>
<version>0.4.0</version>
</parent>

<artifactId>tool-extract-web-page-content</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.llmagentbuilder</groupId>
<artifactId>tools</artifactId>
<version>0.2.2</version>
<version>0.4.0</version>
<packaging>pom</packaging>
<name>LLM Agent Builder :: Tools</name>
<description>LLM Agent Builder :: Tools</description>
Expand Down Expand Up @@ -54,9 +54,9 @@
<java.version>21</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<kotlin.version>1.9.23</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<kotlin.compiler.jvmTarget>${java.version}</kotlin.compiler.jvmTarget>
<llm-agent-builder.version>0.2.0</llm-agent-builder.version>
<llm-agent-builder.version>0.4.0</llm-agent-builder.version>
</properties>

<repositories>
Expand Down Expand Up @@ -164,7 +164,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.8</version>
<version>1.5.15</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion read-local-file/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>tools</artifactId>
<version>0.2.2</version>
<version>0.4.0</version>
</parent>

<artifactId>tool-read-local-file</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion run-sql-query/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>tools</artifactId>
<version>0.2.2</version>
<version>0.4.0</version>
</parent>

<artifactId>tool-run-sql-query</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web-scraper/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>tools</artifactId>
<version>0.2.2</version>
<version>0.4.0</version>
</parent>

<artifactId>web-scraper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion write-local-file/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>tools</artifactId>
<version>0.2.2</version>
<version>0.4.0</version>
</parent>

<artifactId>tool-write-local-file</artifactId>
Expand Down

0 comments on commit cbebdc8

Please sign in to comment.