From 1de19d45d5f72fe4e30c5d73b0c5fbc1518ffcbf Mon Sep 17 00:00:00 2001 From: Zike Yang Date: Wed, 22 Jan 2025 18:25:57 +0800 Subject: [PATCH] Fix SN bom version (#1519) ### Motivation We should use `${sn.bom.version}` for the sn-bom version. Otherwise it would block the release. (cherry picked from commit ed27cddbfebaf70fa79e9323ab5f554e470db464) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0fd56b05..b396a8e4 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ io.streamnative streamnative-bom - 4.1.0-SNAPSHOT + ${sn.bom.version} import pom