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

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


The following commit(s) were added to refs/heads/release-0.2 by this push:
     new 12d55e0a [hotfix][doc] Use version 0.2.0 rather than 0.2-SNAPSHOT in 
maven dependency doc. (#550)
12d55e0a is described below

commit 12d55e0a54ee78af497d6288b474764019a1435c
Author: Xintong Song <[email protected]>
AuthorDate: Wed Feb 25 08:46:15 2026 +0800

    [hotfix][doc] Use version 0.2.0 rather than 0.2-SNAPSHOT in maven 
dependency doc. (#550)
---
 docs/content/docs/get-started/installation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/docs/get-started/installation.md 
b/docs/content/docs/get-started/installation.md
index 84fd686f..5bf8ce6c 100644
--- a/docs/content/docs/get-started/installation.md
+++ b/docs/content/docs/get-started/installation.md
@@ -191,7 +191,7 @@ For execution in IDE, enable the feature `add dependencies 
with provided scope t
 ```xml
 <properties>
     <flink.version>2.2</flink.version>
-    <flink-agents.version>0.2-SNAPSHOT</flink-agents.version>
+    <flink-agents.version>0.2.0</flink-agents.version>
 </properties>
 
 <dependencies>

Reply via email to