This is an automated email from the ASF dual-hosted git repository. jxue pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/helix.git
commit 03049ed3a8099242c2165c25337add9b59804cae Author: Junkai Xue <[email protected]> AuthorDate: Tue Dec 9 10:28:29 2025 -0800 Fix version in pom --- helix-gateway/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-gateway/pom.xml b/helix-gateway/pom.xml index bf5de7633..ef6a7f826 100644 --- a/helix-gateway/pom.xml +++ b/helix-gateway/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.helix</groupId> <artifactId>helix</artifactId> - <version>1.4.2-SNAPSHOT</version> + <version>1.4.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
