This is an automated email from the ASF dual-hosted git repository.

sxnan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git

commit d80142c5185bd8e5df44161c9383faa05f7659e0
Author: sxnan <[email protected]>
AuthorDate: Tue Jan 27 14:32:56 2026 +0800

    Update version to 0.3-SNAPSHOT
---
 api/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 +-
 28 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index 8cf08d0a..2fb06f46 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.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-agents-api</artifactId>
diff --git a/dist/flink-1.20/pom.xml b/dist/flink-1.20/pom.xml
index fe4fc4f2..1827e11d 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.3-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 2b306ffd..d9d6471b 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.3-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 da903424..8a00986f 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.3-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 a328c69f..e5dd9e9f 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.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-agents-dist-flink-2.2</artifactId>
diff --git a/dist/pom.xml b/dist/pom.xml
index 0d5dc1cd..8199eaa3 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.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-agents-dist</artifactId>
diff --git a/docs/config.toml b/docs/config.toml
index cf89f459..33fccd26 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-SNAPSHOT"
+  Version = "0.3-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-SNAPSHOT"
+  VersionTitle = "0.3-SNAPSHOT"
 
   # The branch for this version of Apache Flink Agents
   Branch = "main"
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..98efe576 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.3-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 bf214ed7..db9fca73 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.3-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..f61d91ad 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.3-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..4c9fb14d 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.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-agents-e2e-tests</artifactId>
diff --git a/examples/pom.xml b/examples/pom.xml
index 5e5e8a4e..7eab0eab 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.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-agents-examples</artifactId>
diff --git a/ide-support/pom.xml b/ide-support/pom.xml
index 0bbd554d..d255d2e9 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.3-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..a401cb99 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.3-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..10c596f3 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.3-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..4939c365 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.3-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..e1c31cb5 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.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/integrations/chat-models/pom.xml b/integrations/chat-models/pom.xml
index cd3a920e..20b1b425 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.3-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..863d4ac6 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.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/integrations/embedding-models/pom.xml 
b/integrations/embedding-models/pom.xml
index 473929b9..f1bc6c08 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.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-agents-integrations-embedding-models</artifactId>
diff --git a/integrations/mcp/pom.xml b/integrations/mcp/pom.xml
index 31118e23..0eabf985 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.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/integrations/pom.xml b/integrations/pom.xml
index e8f6176e..0e5df222 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.3-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..e3123e79 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.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/integrations/vector-stores/pom.xml 
b/integrations/vector-stores/pom.xml
index 78f49603..7b9612da 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.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-agents-integrations-vector-stores</artifactId>
diff --git a/plan/pom.xml b/plan/pom.xml
index f6b5df57..ede26e08 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.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-agents-plan</artifactId>
diff --git a/pom.xml b/pom.xml
index 0d92416f..cd774479 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.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 40b13bd2..43f02875 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.3.dev0"
 
 description = "Flink Agents Python API"
 license-files = ["LICENSE"]
diff --git a/runtime/pom.xml b/runtime/pom.xml
index e2044828..384eeea8 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.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-agents-runtime</artifactId>

Reply via email to