This is an automated email from the ASF dual-hosted git repository. sxnan pushed a commit to branch release-0.2 in repository https://gitbox.apache.org/repos/asf/flink-agents.git
commit 50434fd6b0350fed8d38d5e83f32eb247d021611 Author: xuannan.sxn <[email protected]> AuthorDate: Thu Mar 19 12:04:46 2026 +0800 [AONE-80306915] Switch release-0.2 to internal version scheme Move release-0.2 onto the internal vvr snapshot version scheme across Maven, Python, and docs metadata. Upstream-candidate: no --- api/pom.xml | 2 +- dist/common/pom.xml | 2 +- dist/flink-1.20/pom.xml | 2 +- dist/flink-2.0/pom.xml | 2 +- dist/flink-2.1/pom.xml | 2 +- dist/flink-2.2/pom.xml | 2 +- dist/pom.xml | 2 +- docs/config.toml | 4 ++-- .../flink-agents-end-to-end-tests-agent-plan-compatibility/pom.xml | 2 +- e2e-test/flink-agents-end-to-end-tests-integration/pom.xml | 2 +- .../flink-agents-end-to-end-tests-resource-cross-language/pom.xml | 2 +- e2e-test/pom.xml | 2 +- examples/pom.xml | 2 +- ide-support/pom.xml | 2 +- integrations/chat-models/anthropic/pom.xml | 2 +- integrations/chat-models/azureai/pom.xml | 2 +- integrations/chat-models/ollama/pom.xml | 2 +- integrations/chat-models/openai/pom.xml | 2 +- integrations/chat-models/pom.xml | 2 +- integrations/embedding-models/ollama/pom.xml | 2 +- integrations/embedding-models/pom.xml | 2 +- integrations/mcp/pom.xml | 2 +- integrations/pom.xml | 2 +- integrations/vector-stores/elasticsearch/pom.xml | 2 +- integrations/vector-stores/pom.xml | 2 +- plan/pom.xml | 2 +- pom.xml | 2 +- python/pyproject.toml | 2 +- runtime/pom.xml | 2 +- 29 files changed, 30 insertions(+), 30 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 8cf08d0a..7fb9b20e 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.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> </parent> <artifactId>flink-agents-api</artifactId> diff --git a/dist/common/pom.xml b/dist/common/pom.xml index 2be34afc..0b647fd6 100644 --- a/dist/common/pom.xml +++ b/dist/common/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents-dist</artifactId> - <version>0.3-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> </parent> <artifactId>flink-agents-dist-common</artifactId> diff --git a/dist/flink-1.20/pom.xml b/dist/flink-1.20/pom.xml index 19102cb9..d61db47a 100644 --- a/dist/flink-1.20/pom.xml +++ b/dist/flink-1.20/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents-dist</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> </parent> <artifactId>flink-agents-dist-flink-1.20</artifactId> diff --git a/dist/flink-2.0/pom.xml b/dist/flink-2.0/pom.xml index 3e72c2dd..3cfcf091 100644 --- a/dist/flink-2.0/pom.xml +++ b/dist/flink-2.0/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents-dist</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> </parent> <artifactId>flink-agents-dist-flink-2.0</artifactId> diff --git a/dist/flink-2.1/pom.xml b/dist/flink-2.1/pom.xml index b5c6b54d..e0b34d42 100644 --- a/dist/flink-2.1/pom.xml +++ b/dist/flink-2.1/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents-dist</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> </parent> <artifactId>flink-agents-dist-flink-2.1</artifactId> diff --git a/dist/flink-2.2/pom.xml b/dist/flink-2.2/pom.xml index 8cff9757..daeb5e0b 100644 --- a/dist/flink-2.2/pom.xml +++ b/dist/flink-2.2/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents-dist</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> </parent> <artifactId>flink-agents-dist-flink-2.2</artifactId> diff --git a/dist/pom.xml b/dist/pom.xml index 602e0600..892be3e8 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.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> </parent> <artifactId>flink-agents-dist</artifactId> diff --git a/docs/config.toml b/docs/config.toml index 0f751053..66fd9a50 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.2.0" + Version = "0.2-vvr-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.2" + VersionTitle = "0.2-vvr-SNAPSHOT" # The branch for this version of Apache Flink Agents Branch = "release-0.2" diff --git a/e2e-test/flink-agents-end-to-end-tests-agent-plan-compatibility/pom.xml b/e2e-test/flink-agents-end-to-end-tests-agent-plan-compatibility/pom.xml index 2a768676..d67be68c 100644 --- a/e2e-test/flink-agents-end-to-end-tests-agent-plan-compatibility/pom.xml +++ b/e2e-test/flink-agents-end-to-end-tests-agent-plan-compatibility/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents-e2e-tests</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> </parent> <artifactId>flink-agents-end-to-end-tests-agent-plan-compatibility</artifactId> diff --git a/e2e-test/flink-agents-end-to-end-tests-integration/pom.xml b/e2e-test/flink-agents-end-to-end-tests-integration/pom.xml index b1212e53..95df60b4 100644 --- a/e2e-test/flink-agents-end-to-end-tests-integration/pom.xml +++ b/e2e-test/flink-agents-end-to-end-tests-integration/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents-e2e-tests</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> </parent> <artifactId>flink-agents-end-to-end-tests-integration</artifactId> diff --git a/e2e-test/flink-agents-end-to-end-tests-resource-cross-language/pom.xml b/e2e-test/flink-agents-end-to-end-tests-resource-cross-language/pom.xml index b11009cc..b02c46c4 100644 --- a/e2e-test/flink-agents-end-to-end-tests-resource-cross-language/pom.xml +++ b/e2e-test/flink-agents-end-to-end-tests-resource-cross-language/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents-e2e-tests</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> </parent> <artifactId>flink-agents-end-to-end-tests-resource-cross-language</artifactId> diff --git a/e2e-test/pom.xml b/e2e-test/pom.xml index bf938fed..4776581a 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.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> </parent> <artifactId>flink-agents-e2e-tests</artifactId> diff --git a/examples/pom.xml b/examples/pom.xml index 5e5e8a4e..d775873d 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.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> </parent> <artifactId>flink-agents-examples</artifactId> diff --git a/ide-support/pom.xml b/ide-support/pom.xml index 0bbd554d..5cdf40c1 100644 --- a/ide-support/pom.xml +++ b/ide-support/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> </parent> <artifactId>flink-agents-ide-support</artifactId> diff --git a/integrations/chat-models/anthropic/pom.xml b/integrations/chat-models/anthropic/pom.xml index ed652053..2de55f8d 100644 --- a/integrations/chat-models/anthropic/pom.xml +++ b/integrations/chat-models/anthropic/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents-integrations-chat-models</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/integrations/chat-models/azureai/pom.xml b/integrations/chat-models/azureai/pom.xml index fdc31980..b09e2b65 100644 --- a/integrations/chat-models/azureai/pom.xml +++ b/integrations/chat-models/azureai/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents-integrations-chat-models</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/integrations/chat-models/ollama/pom.xml b/integrations/chat-models/ollama/pom.xml index 54364175..86530cab 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.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/integrations/chat-models/openai/pom.xml b/integrations/chat-models/openai/pom.xml index 39bc8cfd..011be05b 100644 --- a/integrations/chat-models/openai/pom.xml +++ b/integrations/chat-models/openai/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents-integrations-chat-models</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/integrations/chat-models/pom.xml b/integrations/chat-models/pom.xml index cd3a920e..0db71c05 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.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> </parent> <artifactId>flink-agents-integrations-chat-models</artifactId> diff --git a/integrations/embedding-models/ollama/pom.xml b/integrations/embedding-models/ollama/pom.xml index a6ea9baf..c7bf23cd 100644 --- a/integrations/embedding-models/ollama/pom.xml +++ b/integrations/embedding-models/ollama/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents-integrations-embedding-models</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/integrations/embedding-models/pom.xml b/integrations/embedding-models/pom.xml index 473929b9..0bb5cd68 100644 --- a/integrations/embedding-models/pom.xml +++ b/integrations/embedding-models/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents-integrations</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> </parent> <artifactId>flink-agents-integrations-embedding-models</artifactId> diff --git a/integrations/mcp/pom.xml b/integrations/mcp/pom.xml index 31118e23..a0e3db97 100644 --- a/integrations/mcp/pom.xml +++ b/integrations/mcp/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents-integrations</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/integrations/pom.xml b/integrations/pom.xml index e8f6176e..99496d63 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.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> </parent> <artifactId>flink-agents-integrations</artifactId> diff --git a/integrations/vector-stores/elasticsearch/pom.xml b/integrations/vector-stores/elasticsearch/pom.xml index a737945a..93b11170 100644 --- a/integrations/vector-stores/elasticsearch/pom.xml +++ b/integrations/vector-stores/elasticsearch/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents-integrations-vector-stores</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/integrations/vector-stores/pom.xml b/integrations/vector-stores/pom.xml index 78f49603..8ac920b0 100644 --- a/integrations/vector-stores/pom.xml +++ b/integrations/vector-stores/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-agents-integrations</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> </parent> <artifactId>flink-agents-integrations-vector-stores</artifactId> diff --git a/plan/pom.xml b/plan/pom.xml index f6b5df57..3707e2e2 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.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> </parent> <artifactId>flink-agents-plan</artifactId> diff --git a/pom.xml b/pom.xml index 0d92416f..d9a16acf 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.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/python/pyproject.toml b/python/pyproject.toml index fe27c9ca..5e4264df 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "setuptools.build_meta" [project] name = "flink-agents" -version = "0.2.dev0" +version = "0.2+vvr.dev0" description = "Flink Agents Python API" license-files = ["LICENSE"] diff --git a/runtime/pom.xml b/runtime/pom.xml index e2044828..1095fbfa 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.2-SNAPSHOT</version> + <version>0.2-vvr-SNAPSHOT</version> </parent> <artifactId>flink-agents-runtime</artifactId>
