This is an automated email from the ASF dual-hosted git repository.
jxue pushed a commit to branch helix-gateway-service
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/helix-gateway-service by this
push:
new 8926f9784 Fix version in pom
8926f9784 is described below
commit 8926f97843505316f9b5b804780a2d10c396b42a
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>