mirror of
https://gitee.com/agents-flex/agents-flex.git
synced 2024-11-29 18:38:17 +08:00
build: v1.0.0-alpha.5 released
This commit is contained in:
parent
c10b37967a
commit
1f0f945a85
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</parent>
|
||||
|
||||
<groupId>com.agentsflex</groupId>
|
||||
@ -16,7 +16,7 @@
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
<maven.compiler.target>8</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<agents-flex.version>1.0.0-alpha.4</agents-flex.version>
|
||||
<agents-flex.version>1.0.0-alpha.5</agents-flex.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>agents-flex-core</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-document-parser</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>agents-flex-document-parser-pdfbox</artifactId>
|
||||
@ -21,7 +21,7 @@
|
||||
<dependency>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-core</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-document-parser</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>agents-flex-document-parser-poi</artifactId>
|
||||
@ -23,7 +23,7 @@
|
||||
<dependency>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-core</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</parent>
|
||||
|
||||
<groupId>com.agentsflex</groupId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-llm</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>agents-flex-llm-chatglm</artifactId>
|
||||
@ -21,7 +21,7 @@
|
||||
<dependency>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-core</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-llm</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>agents-flex-llm-llama</artifactId>
|
||||
@ -21,7 +21,7 @@
|
||||
<dependency>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-core</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-llm</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>agents-flex-llm-openai</artifactId>
|
||||
@ -20,7 +20,7 @@
|
||||
<dependency>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-core</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-llm</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>agents-flex-llm-qwen</artifactId>
|
||||
@ -20,7 +20,7 @@
|
||||
<dependency>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-core</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-llm</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>agents-flex-llm-spark</artifactId>
|
||||
@ -20,7 +20,7 @@
|
||||
<dependency>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-core</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>agents-flex-llm</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>agents-flex-samples</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>agents-flex-spring-boot-starter</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-store</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>agents-flex-store-aliyun</artifactId>
|
||||
@ -21,7 +21,7 @@
|
||||
<dependency>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-core</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-store</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>agents-flex-store-chroma</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-store</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>agents-flex-store-elasticsearch</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-store</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>agents-flex-store-milvus</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-store</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>agents-flex-store-opensearch</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-store</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>agents-flex-store-qcloud</artifactId>
|
||||
@ -20,7 +20,7 @@
|
||||
<dependency>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-core</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-store</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>agents-flex-store-redis</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>agents-flex-store</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>agents-flex-test</artifactId>
|
||||
|
4
pom.xml
4
pom.xml
@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.0.0-alpha.4</version>
|
||||
<version>1.0.0-alpha.5</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>agents-flex</name>
|
||||
@ -61,7 +61,7 @@
|
||||
<okhttp.version>4.9.3</okhttp.version>
|
||||
<fastjson.version>2.0.47</fastjson.version>
|
||||
<spring-boot.version>2.7.18</spring-boot.version>
|
||||
<agents-flex.version>1.0.0-alpha.4</agents-flex.version>
|
||||
<agents-flex.version>1.0.0-alpha.5</agents-flex.version>
|
||||
</properties>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user