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
The following commit(s) were added to refs/heads/release-0.2 by this push:
new ece19495 [hotfix] Fix mismatch version. (#577)
ece19495 is described below
commit ece19495f2aa13007e478b30eea84e8d39762874
Author: Wenjin Xie <[email protected]>
AuthorDate: Thu Mar 19 16:05:12 2026 +0800
[hotfix] Fix mismatch version. (#577)
---
dist/common/pom.xml | 2 +-
python/jar_manifest.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dist/common/pom.xml b/dist/common/pom.xml
index 2d6b6dbc..d1add43d 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-SNAPSHOT</version>
</parent>
<artifactId>flink-agents-dist-common</artifactId>
diff --git a/python/jar_manifest.json b/python/jar_manifest.json
index 5077c4d1..bd93e09a 100644
--- a/python/jar_manifest.json
+++ b/python/jar_manifest.json
@@ -1,7 +1,7 @@
{
"maven_base_url": "https://repo1.maven.org/maven2",
"group_id": "org.apache.flink",
- "version": "0.3-SNAPSHOT",
+ "version": "0.2-SNAPSHOT",
"jars": [
{
"artifact_id": "flink-agents-dist-common",