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


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

commit df18793f3cf7346c430543c4a6264405fedf9532
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