This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.6 by this push:
new 1cd3a6bc382 HBASE-29820 Bump the syntax of velocity template to align
with velocity 2.x syntax (addendum: also update bundled_hbase-bootstrap) (#7641)
1cd3a6bc382 is described below
commit 1cd3a6bc382ba7c2530560942651e883410c1f4b
Author: Aman Poonia <[email protected]>
AuthorDate: Tue Jan 20 12:09:44 2026 +0530
HBASE-29820 Bump the syntax of velocity template to align with velocity 2.x
syntax (addendum: also update bundled_hbase-bootstrap) (#7641)
Signed-off-by: Istvan Toth <[email protected]>
(cherry picked from commit 2741727d74e6290ec6516a542bbd02c6892aa630)
---
hbase-http/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml
index 27f7319ca51..e6beaa3e91c 100644
--- a/hbase-http/pom.xml
+++ b/hbase-http/pom.xml
@@ -214,7 +214,7 @@
<bundled_jquery>${license.bundles.jquery}</bundled_jquery>
<bundled_vega>${license.bundles.vega}</bundled_vega>
<bundled_logo>${license.bundles.logo}</bundled_logo>
-
<bundled_hbase-bootstrap>${license.bundles.bootstrap}</bundled_hbase-bootstrap>
+
<bundled_bootstrap>${license.bundles.bootstrap}</bundled_bootstrap>
</properties>
<resourceBundles>
<resourceBundle>${project.groupId}:hbase-resource-bundle:${project.version}</resourceBundle>