This is an automated email from the ASF dual-hosted git repository. xtsong pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-agents.git
commit 33f0bdf7ee044f8213d3e374686b0c44ccfa6abc Author: sxnan <[email protected]> AuthorDate: Wed Oct 8 15:08:31 2025 +0800 Update version to 0.2-SNAPSHOT --- api/pom.xml | 2 +- dist/pom.xml | 2 +- docs/config.toml | 4 ++-- e2e-test/agent-plan-compatibility-test/pom.xml | 2 +- e2e-test/integration-test/pom.xml | 2 +- e2e-test/pom.xml | 2 +- examples/pom.xml | 2 +- integrations/chat-models/ollama/pom.xml | 2 +- integrations/chat-models/pom.xml | 2 +- integrations/pom.xml | 2 +- plan/pom.xml | 2 +- pom.xml | 2 +- python/pyproject.toml | 2 +- runtime/pom.xml | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 184cb9a..fb4123e 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.2-SNAPSHOT</version> </parent> <artifactId>flink-agents-api</artifactId> diff --git a/dist/pom.xml b/dist/pom.xml index ae21aca..b12ce6b 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.2-SNAPSHOT</version> </parent> <artifactId>flink-agents-dist</artifactId> diff --git a/docs/config.toml b/docs/config.toml index 243f907..f411366 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -34,11 +34,11 @@ pygmentsUseClasses = true # we change the version for the complete docs when forking of a release branch # etc. # The full version string as referenced in Maven (e.g. 1.2.1) - Version = "0.1-SNAPSHOT" + Version = "0.2-SNAPSHOT" # For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot # release this should be the same as the regular version - VersionTitle = "0.1-SNAPSHOT" + VersionTitle = "0.2-SNAPSHOT" # The branch for this version of Apache Flink Agents Branch = "main" diff --git a/e2e-test/agent-plan-compatibility-test/pom.xml b/e2e-test/agent-plan-compatibility-test/pom.xml index e29faa0..4639d0c 100644 --- a/e2e-test/agent-plan-compatibility-test/pom.xml +++ b/e2e-test/agent-plan-compatibility-test/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents-e2e-tests</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.2-SNAPSHOT</version> </parent> <artifactId>flink-agents-agent-plan-compatibility-tests</artifactId> diff --git a/e2e-test/integration-test/pom.xml b/e2e-test/integration-test/pom.xml index 598da38..a428cc9 100644 --- a/e2e-test/integration-test/pom.xml +++ b/e2e-test/integration-test/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents-e2e-tests</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.2-SNAPSHOT</version> </parent> <artifactId>flink-agents-integration-tests</artifactId> diff --git a/e2e-test/pom.xml b/e2e-test/pom.xml index c85bc2e..7fc91d9 100644 --- a/e2e-test/pom.xml +++ b/e2e-test/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.2-SNAPSHOT</version> </parent> <artifactId>flink-agents-e2e-tests</artifactId> diff --git a/examples/pom.xml b/examples/pom.xml index 8277ea3..1b8d543 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.2-SNAPSHOT</version> </parent> <artifactId>flink-agents-examples</artifactId> diff --git a/integrations/chat-models/ollama/pom.xml b/integrations/chat-models/ollama/pom.xml index 5027cfa..96850c4 100644 --- a/integrations/chat-models/ollama/pom.xml +++ b/integrations/chat-models/ollama/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents-integrations-chat-models</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/integrations/chat-models/pom.xml b/integrations/chat-models/pom.xml index a2f5c9e..bca4be1 100644 --- a/integrations/chat-models/pom.xml +++ b/integrations/chat-models/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents-integrations</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.2-SNAPSHOT</version> </parent> <artifactId>flink-agents-integrations-chat-models</artifactId> diff --git a/integrations/pom.xml b/integrations/pom.xml index 5e22f8c..657cb1f 100644 --- a/integrations/pom.xml +++ b/integrations/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.2-SNAPSHOT</version> </parent> <artifactId>flink-agents-integrations</artifactId> diff --git a/plan/pom.xml b/plan/pom.xml index 72824d7..917a358 100644 --- a/plan/pom.xml +++ b/plan/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.2-SNAPSHOT</version> </parent> <artifactId>flink-agents-plan</artifactId> diff --git a/pom.xml b/pom.xml index d78e2a6..2690d45 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ under the License. <name>Flink Agents : </name> <!-- TODO: build website and update url --> <url>https://flink.apache.org</url> - <version>0.1-SNAPSHOT</version> + <version>0.2-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/python/pyproject.toml b/python/pyproject.toml index 63d5a93..47231f6 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "setuptools.build_meta" [project] name = "flink-agents" -version = "0.1.dev0" +version = "0.2.dev0" description = "Flink Agents Python API" license-files = ["LICENSE"] diff --git a/runtime/pom.xml b/runtime/pom.xml index 97b108a..4a210c5 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.2-SNAPSHOT</version> </parent> <artifactId>flink-agents-runtime</artifactId>
